Skip to content

Add plo for riscv64 #1034

Add plo for riscv64

Add plo for riscv64 #1034

GitHub Actions / Unit Test Results failed Sep 7, 2023 in 0s

1 fail, 346 skipped, 3 000 pass in 9m 43s

3 347 tests   - 2 143   3 000 ✔️  - 1 894   9m 43s ⏱️ - 14m 54s
   165 suites  -    118      346 💤  -    250 
       1 files   ±       0          1 +       1 

Results for commit e7aad6e. ± Comparison against earlier commit 05da57b.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/printf (phoenix-rtos-tests/libc/printf) 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:
(psh)% 
ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/plo/plo/phoenix-rtos-tests/trunner/harness/unity.py", line 20, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re])
  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