Skip to content

trunner: add Sparcv8Leon3 target support

Sign in for the full log view
GitHub Actions / Unit Test Results failed Mar 14, 2024 in 0s

1 fail, 701 skipped, 6 454 pass in 36m 53s

7 156 tests   6 454 ✅  36m 53s ⏱️
  408 suites    701 💤
    1 files        1 ❌

Results for commit 7cdfd6c.

Annotations

Check warning on line 0 in phoenix-rtos-tests/libc/misc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m4-stm32l4x6-nucleo:phoenix-rtos-tests/libc/misc (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION (?P<path>[\\S]+):(?P<line>\\d+):(?P<status>FAIL|INFO|IGNORE): (?P<msg>.*?)\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-tests/phoenix-rtos-tests/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 343, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 372, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc