Skip to content

math: improve POSIX compliance #1286

math: improve POSIX compliance

math: improve POSIX compliance #1286

GitHub Actions / Unit Test Results failed Nov 23, 2024 in 0s

1 fail, 538 skipped, 7 390 pass in 42m 46s

7 929 tests   - 20   7 390 ✅ +159   42m 46s ⏱️ + 2m 34s
  470 suites + 9     538 💤  - 180 
    1 files   ± 0       1 ❌ +  1 

Results for commit a7e15db. ± Comparison against earlier commit 4c68ee3.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

ia32-generic-qemu:phoenix-rtos-tests/libc/exit (phoenix-rtos-tests/libc/exit) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\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:
Unity test run 1 of 1

Exception: 16 #MF
eax=00000011  cs=00000008 eip=c0113a4f eflgs=00003046
ebx=00000025  ss=08048184 esp=bfffff90 ebp=000000d2
ecx=000000ad  ds=00000023 esi=bfffff90  fs=00000023
edx=000001ae  es=00000023 edi=00000000  gs=00000033
dr0=00000000 dr1=00000000 dr2=00000000 dr3=00000000
dr6=ffff0ff0 dr7=00000400 cr2=00000000

ASSERTION TRACEBACK (most recent call last):
  File "/github/workspace/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.12/site-packages/pexpect/spawnbase.py", line 354, in expect
    return self.expect_list(compiled_pattern_list,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/venv/lib/python3.12/site-packages/pexpect/spawnbase.py", line 383, in expect_list
    return exp.expect_loop(timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/venv/lib/python3.12/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
           ^^^^^^^^^^^^^^^
  File "/opt/venv/lib/python3.12/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc