posix: implement missing directory functions #433
GitHub Actions / Unit Test Results
failed
Nov 26, 2025 in 0s
1 fail, 589 skipped, 8 872 pass in 51m 13s
Annotations
Check warning on line 0 in phoenix-rtos-tests/proc/test_priority
github-actions / Unit Test Results
aarch64a53-zynqmp-qemu:phoenix-rtos-tests/proc/test_priority (phoenix-rtos-tests/proc/test_priority) failed
junit.xml [took 31s]
Raw output
Assertion failed
ASSERTION TRACEBACK (most recent call last):
File "/home/runner/work/libphoenix/libphoenix/phoenix-rtos-tests/psh/tools/psh.py", line 293, in wrapper_harness
res = harness(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/libphoenix/libphoenix/phoenix-rtos-tests/proc/test_priority.py", line 20, in harness
psh.assert_exec(p, 'test_priority', msg='Prompt not seen after test_priority execution')
File "/home/runner/work/libphoenix/libphoenix/phoenix-rtos-tests/psh/tools/psh.py", line 125, in assert_exec
assert_cmd(pexpect_proc, exec_cmd, expected=expected, result="success", msg=msg)
File "/home/runner/work/libphoenix/libphoenix/phoenix-rtos-tests/psh/tools/psh.py", line 77, in assert_cmd
assert pexpect_proc.expect([exp_regex, pexpect.TIMEOUT, pexpect.EOF], timeout=timeout) == 0, msg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ASSERTION MESSAGE:
Expected output regex was:
---
/bin/test_priority
(psh)%
---
Prompt not seen after test_priority execution
READER BUFFER:
/bin/test_priority
Loading