Skip to content

busybox: fix ash segfaults after interrupting applet #266

busybox: fix ash segfaults after interrupting applet

busybox: fix ash segfaults after interrupting applet #266

GitHub Actions / Unit Test Results failed Feb 9, 2024 in 0s

1 fail, 529 skipped, 4 927 pass in 29m 38s

5 457 tests   4 927 ✅  29m 38s ⏱️
  304 suites    529 💤
    1 files        1 ❌

Results for commit e5900c5.

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-ports/phoenix-rtos-ports/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 354, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 383, 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