|
* Executing task: set -e ; set -x ; sudo $PWD/run2.sh |
|
|
|
+ sudo /home/luppy/nuttx-bisect/run2.sh |
|
[sudo] password for luppy: |
|
Sorry, try again. |
|
[sudo] password for luppy: |
|
+ script_path=/home/luppy/nuttx-bisect/run2.sh |
|
+++ dirname -- /home/luppy/nuttx-bisect/run2.sh |
|
++ cd -P /home/luppy/nuttx-bisect |
|
++ pwd |
|
+ script_dir=/home/luppy/nuttx-bisect |
|
+ tmp_dir=/tmp/nuttx-bisect |
|
+ rm -rf /tmp/nuttx-bisect |
|
+ mkdir /tmp/nuttx-bisect |
|
+ cd /tmp/nuttx-bisect |
|
+ git clone https://github.com/apache/nuttx |
|
Cloning into 'nuttx'... |
|
remote: Enumerating objects: 831470, done. |
|
remote: Counting objects: 100% (980/980), done. |
|
remote: Compressing objects: 100% (509/509), done. |
|
remote: Total 831470 (delta 718), reused 471 (delta 471), pack-reused 830490 (from 6) |
|
Receiving objects: 100% (831470/831470), 296.25 MiB | 16.37 MiB/s, done. |
|
Resolving deltas: 100% (648350/648350), done. |
|
Updating files: 100% (23741/23741), done. |
|
+ git clone https://github.com/apache/nuttx-apps apps |
|
Cloning into 'apps'... |
|
remote: Enumerating objects: 88795, done. |
|
remote: Counting objects: 100% (119/119), done. |
|
remote: Compressing objects: 100% (62/62), done. |
|
remote: Total 88795 (delta 77), reused 62 (delta 57), pack-reused 88676 (from 2) |
|
Receiving objects: 100% (88795/88795), 23.03 MiB | 17.09 MiB/s, done. |
|
Resolving deltas: 100% (71648/71648), done. |
|
+ cd nuttx |
|
+ git bisect start |
|
status: waiting for both good and bad commits |
|
+ git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c |
|
status: waiting for bad commit, 1 good commit known |
|
+ git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b |
|
Bisecting: 233 revisions left to test after this (roughly 8 steps) |
|
[94a2ce3641213cc702abc5c17b0f81a50c714a2e] tools/gdb: need to switch back to inferior 1 |
|
+ git bisect run /home/luppy/nuttx-bisect/start-job-bisect.sh |
|
running '/home/luppy/nuttx-bisect/start-job-bisect.sh' |
|
|
|
|
|
-------------------------------------------------------------------------------- |
|
Testing Commit 94a2ce3641213cc702abc5c17b0f81a50c714a2e |
|
Running https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh |
|
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/run.sh |
|
Wed Dec 18 09:53:58 PM UTC 2024 |
|
+ script_path=/home/luppy/nuttx-bisect/start-job-bisect.sh |
|
+++ dirname -- /home/luppy/nuttx-bisect/start-job-bisect.sh |
|
++ cd -P /home/luppy/nuttx-bisect |
|
++ pwd |
|
+ script_dir=/home/luppy/nuttx-bisect |
|
++ git rev-parse HEAD |
|
+ nuttx_hash=94a2ce3641213cc702abc5c17b0f81a50c714a2e |
|
+ git status |
|
HEAD detached at 94a2ce3641 |
|
You are currently bisecting, started from branch 'master'. |
|
(use "git bisect reset" to get back to the original branch) |
|
|
|
nothing to commit, working tree clean |
|
+ TZ=UTC0 |
|
+ git --no-pager log -1 --date=format-local:%Y-%m-%dT%H:%M:%S '--format=%cd | %H | %s' |
|
2024-11-23T05:09:16 | 94a2ce3641213cc702abc5c17b0f81a50c714a2e | tools/gdb: need to switch back to inferior 1 |
|
+ git bisect log |
|
git bisect start |
|
# status: waiting for both good and bad commits |
|
# good: [6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c] get g_tcbinfo just use elf memory |
|
git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c |
|
# status: waiting for bad commit, 1 good commit known |
|
# bad: [79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b] rp23xx: use small lock in arch/arm/src/rp23xx/rp23xx_usbdev.c |
|
git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b |
|
+ job=risc-v-05 |
|
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ /home/luppy/nuttx-bisect/run-job-bisect.sh risc-v-05 94a2ce3641213cc702abc5c17b0f81a50c714a2e 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
Now running https://github.com/lupyuen/nuttx-bisect/blob/main/run-job-bisect.sh risc-v-05 94a2ce3641213cc702abc5c17b0f81a50c714a2e 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh |
|
Wed Dec 18 09:53:58 PM UTC 2024 |
|
+ job=risc-v-05 |
|
+ [[ risc-v-05 == '' ]] |
|
+ nuttx_hash=94a2ce3641213cc702abc5c17b0f81a50c714a2e |
|
+ [[ 94a2ce3641213cc702abc5c17b0f81a50c714a2e == '' ]] |
|
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ [[ 1c7a7f7529475b0d535e2088a9c4e1532c487156 == '' ]] |
|
+ sudo docker pull ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest |
|
latest: Pulling from apache/nuttx/apache-nuttx-ci-linux |
|
Digest: sha256:15949c71a5b70cd12ff63ff326c1d002fd41b8eda504f174c00e96d49b5c4cd5 |
|
Status: Image is up to date for ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest |
|
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest |
|
+ set +e |
|
+ sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' |
|
set -e ; |
|
set -x ; |
|
uname -a ; |
|
cd ; |
|
pwd ; |
|
git clone https://github.com/apache/nuttx ; |
|
git clone https://github.com/apache/nuttx-apps apps ; |
|
echo Building nuttx @ 94a2ce3641213cc702abc5c17b0f81a50c714a2e / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; |
|
pushd nuttx ; git reset --hard 94a2ce3641213cc702abc5c17b0f81a50c714a2e ; popd ; |
|
pushd apps ; git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; popd ; |
|
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; |
|
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; |
|
sleep 10 ; |
|
cd nuttx/tools/ci ; |
|
( sleep 3600 ; echo Killing pytest after timeout... ; pkill -f pytest )& |
|
( |
|
(./cibuild.sh -c -A -N -R testlist/risc-v-05.dat) || (res=$? ; echo '\''***** JOB FAILED'\'' ; exit $res) |
|
) |
|
' |
|
+ uname -a |
|
Linux 985be15f1038 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux |
|
+ cd |
|
+ pwd |
|
/root |
|
+ git clone https://github.com/apache/nuttx |
|
Cloning into 'nuttx'... |
|
remote: Enumerating objects: 831470, done. |
|
remote: Counting objects: 100% (989/989), done. |
|
remote: Compressing objects: 100% (513/513), done. |
|
remote: Total 831470 (delta 728), reused 476 (delta 476), pack-reused 830481 (from 6) |
|
Receiving objects: 100% (831470/831470), 306.59 MiB | 17.48 MiB/s, done. |
|
Resolving deltas: 100% (650874/650874), done. |
|
Updating files: 100% (23741/23741), done. |
|
+ git clone https://github.com/apache/nuttx-apps apps |
|
Cloning into 'apps'... |
|
remote: Enumerating objects: 88795, done. |
|
remote: Counting objects: 100% (120/120), done. |
|
remote: Compressing objects: 100% (63/63), done. |
|
remote: Total 88795 (delta 77), reused 62 (delta 57), pack-reused 88675 (from 2) |
|
Receiving objects: 100% (88795/88795), 23.03 MiB | 13.21 MiB/s, done. |
|
Resolving deltas: 100% (71651/71651), done. |
|
+ echo Building nuttx @ 94a2ce3641213cc702abc5c17b0f81a50c714a2e / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
Building nuttx @ 94a2ce3641213cc702abc5c17b0f81a50c714a2e / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ pushd nuttx |
|
~/nuttx ~ |
|
+ git reset --hard 94a2ce3641213cc702abc5c17b0f81a50c714a2e |
|
Updating files: 100% (8409/8409), done. |
|
HEAD is now at 94a2ce3641 tools/gdb: need to switch back to inferior 1 |
|
+ popd |
|
~ |
|
+ pushd apps |
|
~/apps ~ |
|
+ git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
HEAD is now at 1c7a7f752 cmake(bugfix):add INCLUDE_DIRECTORIES for nimble |
|
+ popd |
|
~ |
|
+ pushd nuttx |
|
~/nuttx ~ |
|
++ git rev-parse HEAD |
|
+ echo NuttX Source: https://github.com/apache/nuttx/tree/94a2ce3641213cc702abc5c17b0f81a50c714a2e |
|
NuttX Source: https://github.com/apache/nuttx/tree/94a2ce3641213cc702abc5c17b0f81a50c714a2e |
|
+ popd |
|
~ |
|
+ pushd apps |
|
~/apps ~ |
|
++ git rev-parse HEAD |
|
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ popd |
|
~ |
|
+ sleep 10 |
|
+ cd nuttx/tools/ci |
|
+ sleep 3600 |
|
+ ./cibuild.sh -c -A -N -R testlist/risc-v-05.dat |
|
+++ dirname ./cibuild.sh |
|
++ cd . |
|
++ pwd |
|
+ CID=/root/nuttx/tools/ci |
|
++ cd /root/nuttx/tools/ci/../../../ |
|
++ pwd -P |
|
+ CIWORKSPACE=/root |
|
+ CIPLAT=/root/nuttx/tools/ci/platforms |
|
+ nuttx=/root/nuttx |
|
+ apps=/root/apps |
|
++ uname -s |
|
+ os=Linux |
|
++ uname -m |
|
+ osarch=x86_64 |
|
+ '[' -f /etc/os-release ']' |
|
++ grep '^ID=' /etc/os-release |
|
++ cut -d= -f2 |
|
++ tr -d '"' |
|
+ osname=ubuntu |
|
+ '[' -z -c ']' |
|
+ '[' -n -c ']' |
|
+ case "$1" in |
|
+ enable_ccache |
|
+ export CCACHE_DIR=/root/tools/ccache |
|
+ CCACHE_DIR=/root/tools/ccache |
|
+ shift |
|
+ '[' -n -A ']' |
|
+ case "$1" in |
|
+ options+='-A ' |
|
+ shift |
|
+ '[' -n -N ']' |
|
+ case "$1" in |
|
+ options+='-N ' |
|
+ shift |
|
+ '[' -n -R ']' |
|
+ case "$1" in |
|
+ options+='-R ' |
|
+ shift |
|
+ '[' -n testlist/risc-v-05.dat ']' |
|
+ case "$1" in |
|
+ builds=("$@") |
|
+ break |
|
+ run_builds |
|
+ local ncpus |
|
+ '[' Xubuntu == XDarwin ']' |
|
++ grep -c '^processor' /proc/cpuinfo |
|
+ ncpus=24 |
|
+ '[' Xubuntu == Xmsys2 ']' |
|
+ options+='-j 24' |
|
+ for build in "${builds[@]}" |
|
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/risc-v-05.dat |
|
==================================================================================== |
|
Configuration/Tool: rv-virt/citest |
|
2024-12-18 21:55:16 |
|
------------------------------------------------------------------------------------ |
|
Cleaning... |
|
Configuring... |
|
Building NuttX... |
|
% Total % Received % Xferd Average Speed Time Time Time Current |
|
Dload Upload Total Spent Left Speed |
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
|
100 143k 0 143k 0 0 164k 0 --:--:-- --:--:-- --:--:-- 164k |
|
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions |
|
Running NuttX... |
|
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run |
|
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
++ pwd |
|
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../../ |
|
++ pwd -P |
|
+ WORKSPACE=/root |
|
+ nuttx=/root/nuttx |
|
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs |
|
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
++ awk -F / '{print $(NF-2)}' |
|
+ BOARD=rv-virt |
|
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
+ echo /root |
|
/root |
|
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
+ config=citest |
|
+ '[' rv-virt == sim ']' |
|
+ '[' st == 64 ']' |
|
+ '[' rv-virt == rv-virt ']' |
|
+ target=qemu |
|
+ mark='qemu or rv_virt' |
|
+ core=qemu |
|
++ find /root/nuttx -type f -name nuttx |
|
+ image=/root/nuttx/nuttx |
|
+ path=/root/nuttx |
|
+ cd /root/nuttx/tools/ci/testrun/script |
|
+ python3 -m pytest -m 'qemu or rv_virt' ./ -B rv-virt -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json |
|
============================================= test session starts ============================================= |
|
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 -- /usr/bin/python3 |
|
cachedir: .pytest_cache |
|
rootdir: /root/nuttx/tools/ci/testrun, configfile: pytest.ini |
|
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 |
|
collected 1068 items / 67 deselected / 1001 selected |
|
|
|
test_framework/test_cmocka.py::test_cmocka 131072+0 records in |
|
131072+0 records out |
|
67108864 bytes (67 MB, 64 MiB) copied, 0.347872 s, 193 MB/s |
|
sh: 1: mkfs.fat: not found |
|
PASSED [ 0%] |
|
test_example/test_example.py::test_hello PASSED [ 0%] |
|
test_example/test_example.py::test_helloxx PASSED [ 0%] |
|
test_example/test_example.py::test_pipe PASSED [ 0%] |
|
test_example/test_example.py::test_popen PASSED [ 0%] |
|
test_example/test_example.py::test_usrsocktest PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_2 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_5_1 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_9_1 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_3_1 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_2 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_18 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_41 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_5_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_time_1_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_2_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_37_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_7_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_2_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_11_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_2 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_97 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_4 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strlen_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getcpuclockid_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_2_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_tryrdlock_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_16 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_2 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_1_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_104 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_27_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_22 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_15 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strcpy_1_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_19 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_5_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_12_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_35 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_23 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_25_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_1_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_2 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_12 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_17_2 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_5_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedprio_1_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_3_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_69 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_21_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_61 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_3 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_4_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_102 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_27 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_7_1 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_2_1 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_7 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_3 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_2 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_2 FAILED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_2_1 FAILED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_93 FAILED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_1_1 FAILED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_8_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_1_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_1_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_4_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_4_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_14_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_2_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_51 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_7_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_3_1 FAILED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_8 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_55 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_75 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_6_1 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_5 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_2_1 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_3 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_77 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_8_1 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_2 FAILED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_25 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_clock_settime_speculative_4_4 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_1_1 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_1 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_18_1 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_21 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_29_1 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_2 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_12 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_15_1 FAILED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_8 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_4_1 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_7 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_3_1 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_7 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_3 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_23 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_3 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_1_1 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_53 FAILED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_2_1 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_3_1 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_17 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_2 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_7_1 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_1 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_9 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_13 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_trylock_4_1 FAILED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_1_1 SKIPPED (unsupported) [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_15_1 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_1 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_21 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_79 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_1 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_3_1 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_4 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_4_1 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_1_1 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_2_1 FAILED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_2 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_3 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_13 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_2 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_4_1 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_21 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_3_1 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_2 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_19 FAILED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_22 + echo Killing pytest after timeout... |
|
Killing pytest after timeout... |
|
+ pkill -f pytest |
|
Terminated |
|
+ res=143 |
|
+ set -e |
|
+ set +x |
|
res=143 |
|
+ [[ 143 == \0 ]] |
|
+ set +x |
|
**** Return Error |
|
+ exit 1 |
|
Bisecting: 116 revisions left to test after this (roughly 7 steps) |
|
[96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9] tools/gdb: fix if restore_regs failed script abort |
|
running '/home/luppy/nuttx-bisect/start-job-bisect.sh' |
|
|
|
|
|
-------------------------------------------------------------------------------- |
|
Testing Commit 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 |
|
Running https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh |
|
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/run.sh |
|
Wed Dec 18 10:55:18 PM UTC 2024 |
|
+ script_path=/home/luppy/nuttx-bisect/start-job-bisect.sh |
|
+++ dirname -- /home/luppy/nuttx-bisect/start-job-bisect.sh |
|
++ cd -P /home/luppy/nuttx-bisect |
|
++ pwd |
|
+ script_dir=/home/luppy/nuttx-bisect |
|
++ git rev-parse HEAD |
|
+ nuttx_hash=96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 |
|
+ git status |
|
HEAD detached at 96a3bc2b5c |
|
You are currently bisecting, started from branch 'master'. |
|
(use "git bisect reset" to get back to the original branch) |
|
|
|
nothing to commit, working tree clean |
|
+ TZ=UTC0 |
|
+ git --no-pager log -1 --date=format-local:%Y-%m-%dT%H:%M:%S '--format=%cd | %H | %s' |
|
2024-11-20T01:04:22 | 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 | tools/gdb: fix if restore_regs failed script abort |
|
+ git bisect log |
|
git bisect start |
|
# status: waiting for both good and bad commits |
|
# good: [6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c] get g_tcbinfo just use elf memory |
|
git bisect good 6554ed4d668e0c3982aaed8d8fb4b8ae81e5596c |
|
# status: waiting for bad commit, 1 good commit known |
|
# bad: [79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b] rp23xx: use small lock in arch/arm/src/rp23xx/rp23xx_usbdev.c |
|
git bisect bad 79a1ebb9cd0c13f48a57413fa4bc3950b2cd5e0b |
|
# bad: [94a2ce3641213cc702abc5c17b0f81a50c714a2e] tools/gdb: need to switch back to inferior 1 |
|
git bisect bad 94a2ce3641213cc702abc5c17b0f81a50c714a2e |
|
+ job=risc-v-05 |
|
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ /home/luppy/nuttx-bisect/run-job-bisect.sh risc-v-05 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
Now running https://github.com/lupyuen/nuttx-bisect/blob/main/run-job-bisect.sh risc-v-05 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
Called by https://github.com/lupyuen/nuttx-bisect/blob/main/start-job-bisect.sh |
|
Wed Dec 18 10:55:18 PM UTC 2024 |
|
+ job=risc-v-05 |
|
+ [[ risc-v-05 == '' ]] |
|
+ nuttx_hash=96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 |
|
+ [[ 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 == '' ]] |
|
+ apps_hash=1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ [[ 1c7a7f7529475b0d535e2088a9c4e1532c487156 == '' ]] |
|
+ sudo docker pull ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest |
|
latest: Pulling from apache/nuttx/apache-nuttx-ci-linux |
|
Digest: sha256:15949c71a5b70cd12ff63ff326c1d002fd41b8eda504f174c00e96d49b5c4cd5 |
|
Status: Image is up to date for ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest |
|
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest |
|
+ set +e |
|
+ sudo docker run -it ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest /bin/bash -c ' |
|
set -e ; |
|
set -x ; |
|
uname -a ; |
|
cd ; |
|
pwd ; |
|
git clone https://github.com/apache/nuttx ; |
|
git clone https://github.com/apache/nuttx-apps apps ; |
|
echo Building nuttx @ 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; |
|
pushd nuttx ; git reset --hard 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 ; popd ; |
|
pushd apps ; git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 ; popd ; |
|
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd ; |
|
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd ; |
|
sleep 10 ; |
|
cd nuttx/tools/ci ; |
|
( sleep 3600 ; echo Killing pytest after timeout... ; pkill -f pytest )& |
|
( |
|
(./cibuild.sh -c -A -N -R testlist/risc-v-05.dat) || (res=$? ; echo '\''***** JOB FAILED'\'' ; exit $res) |
|
) |
|
' |
|
+ uname -a |
|
Linux 940a56c62cf5 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux |
|
+ cd |
|
+ pwd |
|
/root |
|
+ git clone https://github.com/apache/nuttx |
|
Cloning into 'nuttx'... |
|
remote: Enumerating objects: 831470, done. |
|
remote: Counting objects: 100% (989/989), done. |
|
remote: Compressing objects: 100% (513/513), done. |
|
remote: Total 831470 (delta 728), reused 476 (delta 476), pack-reused 830481 (from 6) |
|
Receiving objects: 100% (831470/831470), 306.59 MiB | 16.81 MiB/s, done. |
|
Resolving deltas: 100% (650874/650874), done. |
|
Updating files: 100% (23741/23741), done. |
|
+ git clone https://github.com/apache/nuttx-apps apps |
|
Cloning into 'apps'... |
|
remote: Enumerating objects: 88795, done. |
|
remote: Counting objects: 100% (149/149), done. |
|
remote: Compressing objects: 100% (80/80), done. |
|
remote: Total 88795 (delta 91), reused 74 (delta 69), pack-reused 88646 (from 2) |
|
Receiving objects: 100% (88795/88795), 23.03 MiB | 14.51 MiB/s, done. |
|
Resolving deltas: 100% (71651/71651), done. |
|
+ echo Building nuttx @ 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
Building nuttx @ 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 / nuttx-apps @ 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ pushd nuttx |
|
~/nuttx ~ |
|
+ git reset --hard 96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 |
|
Updating files: 100% (8529/8529), done. |
|
HEAD is now at 96a3bc2b5c tools/gdb: fix if restore_regs failed script abort |
|
+ popd |
|
~ |
|
+ pushd apps |
|
~/apps ~ |
|
+ git reset --hard 1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
HEAD is now at 1c7a7f752 cmake(bugfix):add INCLUDE_DIRECTORIES for nimble |
|
+ popd |
|
~ |
|
+ pushd nuttx |
|
~/nuttx ~ |
|
++ git rev-parse HEAD |
|
+ echo NuttX Source: https://github.com/apache/nuttx/tree/96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 |
|
NuttX Source: https://github.com/apache/nuttx/tree/96a3bc2b5c6e4efdea7a4890d327199d2fdea9d9 |
|
+ popd |
|
~ |
|
+ pushd apps |
|
~/apps ~ |
|
++ git rev-parse HEAD |
|
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
NuttX Apps: https://github.com/apache/nuttx-apps/tree/1c7a7f7529475b0d535e2088a9c4e1532c487156 |
|
+ popd |
|
~ |
|
+ sleep 10 |
|
+ cd nuttx/tools/ci |
|
+ sleep 3600 |
|
+ ./cibuild.sh -c -A -N -R testlist/risc-v-05.dat |
|
+++ dirname ./cibuild.sh |
|
++ cd . |
|
++ pwd |
|
+ CID=/root/nuttx/tools/ci |
|
++ cd /root/nuttx/tools/ci/../../../ |
|
++ pwd -P |
|
+ CIWORKSPACE=/root |
|
+ CIPLAT=/root/nuttx/tools/ci/platforms |
|
+ nuttx=/root/nuttx |
|
+ apps=/root/apps |
|
++ uname -s |
|
+ os=Linux |
|
++ uname -m |
|
+ osarch=x86_64 |
|
+ '[' -f /etc/os-release ']' |
|
++ grep '^ID=' /etc/os-release |
|
++ cut -d= -f2 |
|
++ tr -d '"' |
|
+ osname=ubuntu |
|
+ '[' -z -c ']' |
|
+ '[' -n -c ']' |
|
+ case "$1" in |
|
+ enable_ccache |
|
+ export CCACHE_DIR=/root/tools/ccache |
|
+ CCACHE_DIR=/root/tools/ccache |
|
+ shift |
|
+ '[' -n -A ']' |
|
+ case "$1" in |
|
+ options+='-A ' |
|
+ shift |
|
+ '[' -n -N ']' |
|
+ case "$1" in |
|
+ options+='-N ' |
|
+ shift |
|
+ '[' -n -R ']' |
|
+ case "$1" in |
|
+ options+='-R ' |
|
+ shift |
|
+ '[' -n testlist/risc-v-05.dat ']' |
|
+ case "$1" in |
|
+ builds=("$@") |
|
+ break |
|
+ run_builds |
|
+ local ncpus |
|
+ '[' Xubuntu == XDarwin ']' |
|
++ grep -c '^processor' /proc/cpuinfo |
|
+ ncpus=24 |
|
+ '[' Xubuntu == Xmsys2 ']' |
|
+ options+='-j 24' |
|
+ for build in "${builds[@]}" |
|
+ /root/nuttx/tools/testbuild.sh -A -N -R -j 24 -e '-Wno-cpp -Werror' testlist/risc-v-05.dat |
|
==================================================================================== |
|
Configuration/Tool: rv-virt/citest |
|
2024-12-18 22:56:15 |
|
------------------------------------------------------------------------------------ |
|
Cleaning... |
|
Configuring... |
|
Building NuttX... |
|
% Total % Received % Xferd Average Speed Time Time Time Current |
|
Dload Upload Total Spent Left Speed |
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
|
100 143k 0 143k 0 0 171k 0 --:--:-- --:--:-- --:--:-- 171k |
|
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions |
|
Running NuttX... |
|
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/run |
|
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
++ pwd |
|
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/../../../../../../../ |
|
++ pwd -P |
|
+ WORKSPACE=/root |
|
+ nuttx=/root/nuttx |
|
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs |
|
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
++ awk -F / '{print $(NF-2)}' |
|
+ BOARD=rv-virt |
|
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
+ echo /root |
|
/root |
|
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest |
|
+ config=citest |
|
+ '[' rv-virt == sim ']' |
|
+ '[' st == 64 ']' |
|
+ '[' rv-virt == rv-virt ']' |
|
+ target=qemu |
|
+ mark='qemu or rv_virt' |
|
+ core=qemu |
|
++ find /root/nuttx -type f -name nuttx |
|
+ image=/root/nuttx/nuttx |
|
+ path=/root/nuttx |
|
+ cd /root/nuttx/tools/ci/testrun/script |
|
+ python3 -m pytest -m 'qemu or rv_virt' ./ -B rv-virt -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json |
|
============================================= test session starts ============================================= |
|
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 -- /usr/bin/python3 |
|
cachedir: .pytest_cache |
|
rootdir: /root/nuttx/tools/ci/testrun, configfile: pytest.ini |
|
plugins: repeat-0.9.1, ordering-0.6, json-0.4.0 |
|
collected 1068 items / 67 deselected / 1001 selected |
|
|
|
test_framework/test_cmocka.py::test_cmocka 131072+0 records in |
|
131072+0 records out |
|
67108864 bytes (67 MB, 64 MiB) copied, 0.349654 s, 192 MB/s |
|
sh: 1: mkfs.fat: not found |
|
PASSED [ 0%] |
|
test_example/test_example.py::test_hello PASSED [ 0%] |
|
test_example/test_example.py::test_helloxx PASSED [ 0%] |
|
test_example/test_example.py::test_pipe PASSED [ 0%] |
|
test_example/test_example.py::test_popen PASSED [ 0%] |
|
test_example/test_example.py::test_usrsocktest PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_2 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_5_1 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_9_1 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_3_1 PASSED [ 0%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_2 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_18 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_41 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_5_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_time_1_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_2_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_37_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_7_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_2_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_11_1 PASSED [ 1%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_2 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_97 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_4 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strlen_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getcpuclockid_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_2_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_tryrdlock_1_1 PASSED [ 2%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_16 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_2 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_1_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_104 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_27_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_22 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_15 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strcpy_1_1 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_19 PASSED [ 3%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_5_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_12_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_35 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_23 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_25_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_1_1 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_2 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_12 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_17_2 PASSED [ 4%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_5_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedprio_1_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_3_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_69 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_21_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_61 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_3 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_4_1 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_102 PASSED [ 5%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_27 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_7_1 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_2_1 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_7 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_3 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_2 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_2 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_2_1 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_93 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_1_1 PASSED [ 6%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_8_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_1_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_1_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_4_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_4_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_14_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_2_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_51 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_7_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_3_1 PASSED [ 7%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_8 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_55 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_75 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_6_1 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_5 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_2_1 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_3 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_77 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_8_1 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_2 PASSED [ 8%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_25 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_clock_settime_speculative_4_4 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_1_1 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_1 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_18_1 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_21 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_29_1 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_2 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_12 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_15_1 PASSED [ 9%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_8 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_4_1 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_7 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_3_1 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_7 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_3 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_23 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_3 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_1_1 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_53 PASSED [ 10%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_2_1 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_3_1 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_17 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_2 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_7_1 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_1 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_9 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_13 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_trylock_4_1 PASSED [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_1_1 SKIPPED (unsupported) [ 11%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_15_1 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_1 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_21 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_79 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_1 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_3_1 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_4 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_4_1 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_1_1 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_2_1 PASSED [ 12%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_2 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_3 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_13 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_4_2 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_4_1 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_21 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_3_1 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_2 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_19 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_22 PASSED [ 13%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_5_1 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_3 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_71 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_4 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_50 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_1_3 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_1 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_14_1 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_20 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_3 PASSED [ 14%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_init_2_1 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_16 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_16 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_3_1 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_11_1 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_5_1 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_4 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_1 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_3_1 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_11_1 PASSED [ 15%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_destroy_2_1 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_1_1 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_19 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_1_1 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_10_1 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_2 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_1_1 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_99 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_asctime_1_1 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_19 PASSED [ 16%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_1_1 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_6_1 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_9_2 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_2_1 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_1_2 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_2_1 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_2_1 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_9 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_14_1 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_2_1 PASSED [ 17%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_60 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_1 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_11 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_mq_getattr_speculative_7_1 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_1_1 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_kill_1_1 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_4_1 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_6_1 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_behavior_WIFEXITED_1_2 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_3_1 PASSED [ 18%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_19_1 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_1_1 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_19_1 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_2_2 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_4_1 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_26 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_49 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_40 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_2_1 SKIPPED (unsupported) [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_3 PASSED [ 19%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigfillset_2_1 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_24_1 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_2_2 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_5_1 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_13_1 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_4_1 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_9 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_12_1 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_14 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_2 PASSED [ 20%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_2_1 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_2 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_10 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_4_1 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getparam_2_1 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_19 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_8_1 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_20_1 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_23 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_13 PASSED [ 21%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_6 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_1_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_7_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_4_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_9_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_pop_1_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_self_1_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_3_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_12 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_3_1 PASSED [ 22%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_settime_speculative_12_1 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_19_5 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_error_1_1 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_82 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_3 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_1_1 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_15 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_26 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_6_1 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_8_1 PASSED [ 23%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_72 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_10_1 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_8_1 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_1_1 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_17 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_3_1 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_ctime_1_1 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_2_1 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_18 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_1_1 PASSED [ 24%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_9_1 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_6_1 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_6 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_32_1 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_16 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_24 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_11 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_8_1 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_39_1 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_24 PASSED [ 25%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_7_1 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_22_1 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_8_1 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_47 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_23 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_11 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_3_1 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_yield_2_1 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_8_1 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_init_1_1 PASSED [ 26%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_1_1 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_10 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_15_1 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_4_1 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_80 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_2_1 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_2_1 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_1 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_4_1 SKIPPED (unsupported) [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_19 PASSED [ 27%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_1_1 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setprotocol_3_1 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_2 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_38_1 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_init_1_1 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigemptyset_1_1 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_4_2 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_11_2 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_48 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_21 PASSED [ 28%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_gmtime_1_1 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_destroy_2_1 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_20 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_4 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_9_1 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_6_1 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_59 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_11 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_1 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_4_1 PASSED [ 29%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_6 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_setpshared_1_1 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_1_1 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_4 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_1_1 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_25 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_2_2 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_3 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_1_1 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_1_1 PASSED [ 30%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_14_1 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_6_1 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_6_1 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_2_2 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_5_1 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_25 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_8_1 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_5 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_26 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_13_1 PASSED [ 31%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_1_1 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_init_1_1 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_2 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_5_1 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_2_1 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_22 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_26 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_1 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_29 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getpshared_1_2 PASSED [ 32%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_26 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_5 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_1_1 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_28_1 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_15 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_3 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_7_1 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_2_1 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_1_1 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_trylock_3_1 PASSED [ 33%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_9_1 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_4 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_return_2_1 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_14 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_21_1 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_12 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_6_1 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_20_1 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_2_1 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_4_1 PASSED [ 34%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_4_1 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigrelse_1_1 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_9_1 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_20 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_81 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_8_1 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_5_1 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_3_2 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_gmtime_2_1 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_getoverrun_speculative_6_2 PASSED [ 35%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_20 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_15_1 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_5 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_5_1 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_2 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getcpuclockid_6_1 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_26 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_3_1 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_56 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_6_1 PASSED [ 36%] |
|
test_open_posix/test_openposix_.py::test_ltp_functional_semaphores_sem_conpro PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_88 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_6_1 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_3 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_9 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_3 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_10_1 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_1 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_18_1 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_28 PASSED [ 37%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_detach_3_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_24 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_init_3_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setpshared_2_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_2_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_notify_1_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_10000_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_2_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_2_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_2_1 PASSED [ 38%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_2_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_getvalue_5_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_12_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_3_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_9_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_4_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_20 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_1_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_1_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_6_1 PASSED [ 39%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_20_3 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_7_1 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getclock_1_2 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getscheduler_1_1 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_destroy_1_1 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_11_1 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_2_1 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_28_2 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_26_1 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mlock_5_1 PASSED [ 40%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_localtime_1_1 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_2_1 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_2 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_21 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_7_1 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_push_1_2 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_11 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_21 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_6 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_2_2 PASSED [ 41%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_4_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_7 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_4_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_1_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_19_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_24 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_1_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigrelse_2_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_3_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_timedlock_4_1 PASSED [ 42%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_6 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_pthread_key_create_speculative_5_1 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_10 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_9_2 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_8 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_1_2 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_4_1 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_6 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_7_1 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_11 PASSED [ 43%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_1 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_5_1 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_18 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_92 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_2 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_19_1 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_4 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_gettype_1_1 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_83 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_1_1 PASSED [ 44%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_10_1 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_8_1 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_delete_1_1 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_9 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_9_1 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_39_2 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_10 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_destroy_1_1 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_1_1 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_11 PASSED [ 45%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaltstack_2_1 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_18 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_15 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_4 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_3_1 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_20_2 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_22_1 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_wrlock_1_1 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_6_1 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_5_1 PASSED [ 46%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_2_1 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_44 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_sched_getparam_speculative_7_1 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_24 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_3 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_2 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_18 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_2_1 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getpshared_1_1 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_3_1 PASSED [ 47%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_4_1 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_7_1 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_13 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_mq_timedreceive_speculative_10_2 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_30 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_6_1 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_3_1 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_23 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_17 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_21 PASSED [ 48%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_1 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_9 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_15_1 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_1_1 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_91 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigismember_4_1 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setparam_23_1 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_8_1 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_14 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_2 PASSED [ 49%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_13_1 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_20 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_13_1 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_17_1 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaddset_1_1 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_2_1 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getscheduler_3_1 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getschedparam_1_2 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_11_1 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_14 PASSED [ 50%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_1 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_3_1 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_errno_h_3_2 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_init_3_1 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_9 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_90 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_3 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_7_1 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setprotocol_3_2 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_rr_get_interval_1_1 PASSED [ 51%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_1_1 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_11_1 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_destroy_4_1 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mlock_10_1 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_1_2 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_init_4_3 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_2_1 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_getpshared_4_1 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getpshared_1_3 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_munmap_8_1 PASSED [ 52%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_74 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_6 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_8_2 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_24 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_settime_1_1 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_1_1 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_26 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_1_1 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_min_1_2 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_22 PASSED [ 53%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigtimedwait_5_1 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedparam_1_2 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_pthread_rwlock_trywrlock_speculative_3_1 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedwrlock_2_1 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_init_2_1 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_2 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_1_1 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_16 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_2 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_10_1 PASSED [ 54%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_37 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_1_1 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_init_3_1 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_10 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_5 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedparam_1_1 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_3_2 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedparam_1_4 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_2 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_1_2 PASSED [ 55%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_5_2 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_1 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_68 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_create_3_1 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_3_1 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_18 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_2_1 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_init_1_1 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_62 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_13 PASSED [ 56%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_1_3 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_1 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_destroy_1_1 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_2_1 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_6_1 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_equal_1_1 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_19 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_36 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_delete_speculative_5_2 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_behavior_WIFEXITED_1_1 PASSED [ 57%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_5_1 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_destroy_3_1 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_19 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_10 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_munlock_11_1 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_pop_1_2 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_1_1 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_9_1 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_23 PASSED [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpause_3_1 SKIPPED (unsupported) [ 58%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_destroy_1_1 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_4_2 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_1_3 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_1_2 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_26 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_7_1 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_8_1 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_4 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_8_1 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_2_1 PASSED [ 59%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_destroy_3_1 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_16 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_18 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_10 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_41_1 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_87 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_3 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_create_speculative_15_1 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_lock_3_2 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_25 PASSED [ 60%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_6_2 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_18 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_6_5 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_1_1 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_19_1 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_create_16_1 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_4 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_1 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_5_1 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_21 PASSED [ 61%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_12_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_4_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_12 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_5_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_6_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigpending_2_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaltstack_8_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strchr_1_1 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_20 PASSED [ 62%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_delete_1_2 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_3_1 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_17_1 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_17_5 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_13_1 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_38 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_22 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_24 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_15 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_2_1 PASSED [ 63%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_22 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mktime_1_1 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_6_1 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_4_1 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_17 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_push_1_1 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_7_1 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_1_1 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getinheritsched_1_1 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_17_3 PASSED [ 64%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_6_2 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strftime_3_1 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_94 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_1_1 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_24 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_10_1 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_once_1_2 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_25 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_43 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_11_1 PASSED [ 65%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_15 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_42 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_15_1 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_getclock_1_1 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_6_1 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_14_1 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_13 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_2_1 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_8_2 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_13 PASSED [ 66%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cleanup_push_1_3 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_13_1 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_18_1 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_spin_lock_3_1 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_2_2 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_mq_open_speculative_6_1 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cond_destroy_1_1 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_setscheduler_17_1 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_17 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_11_1 PASSED [ 67%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_19 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_4 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_28_3 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_key_create_2_1 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_70 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_10_1 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_once_1_1 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_5_1 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_9_1 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_5 PASSED [ 68%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_19_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_13_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_trywrlock_1_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_17_2 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_6_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwait_3_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_2_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_103 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setstack_7_1 PASSED [ 69%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_rdlock_5_1 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_4_1 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_13_1 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_31 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_2 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_13_1 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_52 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_54 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_10000_1 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_9 PASSED [ 70%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_9 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_4 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_2_1 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_aio_h_4_1 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_3 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_86 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_12 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_26 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_9 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_gettime_7_1 PASSED [ 71%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_15 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_14 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_7 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_5 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_76 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_11_2 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getdetachstate_1_1 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_signal_h_26_1 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_exit_1_1 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_2_2 PASSED [ 72%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_22 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_7 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_21 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_12 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_29_1 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_5_1 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_getpshared_1_1 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_kill_7_1 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_post_5_1 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_destroy_4_1 PASSED [ 73%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedparam_1_3 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_mq_timedsend_speculative_18_2 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_8_1 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_2_1 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_78 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_16_1 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setschedpolicy_4_1 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_2_1 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_init_3_1 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_25 PASSED [ 74%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strftime_2_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_2_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_23_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_getpid_1_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_3_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_fsync_7_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_8 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_10_2 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_27_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_min_1_1 PASSED [ 75%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_20 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_10_1 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_12 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_pthread_join_speculative_6_1 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_16_1 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_6_1 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigemptyset_2_1 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_58 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_wrlock_2_1 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_20 PASSED [ 76%] |
|
test_open_posix/test_openposix_.py::test_ltp_mq_unlink_speculative_7_2 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_9_1 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_21 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_close_3_3 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_4_1 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_8 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_7 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_1 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_6_1 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_12_1 PASSED [ 77%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_5_1 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_max_1_2 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_5 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_pthread_getcpuclockid_speculative_3_1 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_1_1 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_65 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_3_1 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_getscheduler_4_1 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_10 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_wait_1_1 PASSED [ 78%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_once_2_1 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_1_2 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_difftime_1_1 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getschedparam_1_1 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_12_1 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_23 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_4_1 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_15 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_5_1 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_5_1 PASSED [ 79%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_14 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_open_1_3 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_3 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_4_1 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_23 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_4 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_12 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_destroy_1_1 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_13 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_10 PASSED [ 80%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_2 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigwaitinfo_5_1 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_89 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_14 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_25 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_100 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_gettime_speculative_6_3 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_3_1 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_10_1 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_24 PASSED [ 81%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_25 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_18 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_suspend_3_1 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setpshared_1_2 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_1_1 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_write_8_1 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_4_1 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strftime_1_1 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_unlock_1_1 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_73 PASSED [ 82%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_4_1 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_setattr_1_2 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_get_priority_min_1_4 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_11 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_3_2 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_fsync_8_4 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_8 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_67 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_25 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_create_3_1 PASSED [ 83%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_getschedpolicy_2_1 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_join_6_2 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_3_2 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_destroy_3_1 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_2_1 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_5 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_13 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_unlink_7_1 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_destroy_2_1 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_19_16 PASSED [ 84%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedparam_1_2 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_63 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_8_1 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_34 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setschedparam_4_1 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_unlink_1_1 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_7_1 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_3_2 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_12 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_39 PASSED [ 85%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_5_1 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_16 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_init_3_1 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_7 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_9_1 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_46 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_25 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_1 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_7_1 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_2 PASSED [ 86%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_wait_1_1 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_timers_clocks_invaliddates PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_mq_open_speculative_2_3 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigdelset_1_3 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setscope_1_1 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_getattr_2_1 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_14 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_11_2 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sched_rr_get_interval_2_1 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_7 PASSED [ 87%] |
|
test_open_posix/test_openposix_.py::test_ltp_sched_rr_get_interval_speculative_5_1 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_13 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_10_1 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_raise_4_1 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_strncpy_1_1 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_3 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_10_1 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_8_1 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_21_1 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_95 PASSED [ 88%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_1_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_nanosleep_5_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_behavior_timers_2_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sighold_3_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_setcancelstate_2_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_20_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlock_timedrdlock_3_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_5_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_getspecific_3_1 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_20 PASSED [ 89%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_1_1 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_fsync_4_1 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrierattr_destroy_1_1 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_6 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_17 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_45 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setdetachstate_1_1 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_behavior_timers_1_1 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_8 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_open_25_2 PASSED [ 90%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_attr_setinheritsched_2_2 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_66 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_16 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_3_1 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_8 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_getoverrun_speculative_6_3 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_cancel_1_1 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_2 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_signal_2_1 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_init_1_1 PASSED [ 91%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_sched_h_10_1 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigset_3_1 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_nanosleep_3_1 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigrelse_3_1 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_5_1 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedsend_20_1 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_3_2 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_timer_delete_speculative_5_1 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_19 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_4 PASSED [ 92%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_clock_getres_3_1 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_10_2 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_2_1 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_12_32 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_5 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_testcancel_2_1 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_1_2 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_6_1 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_5_1 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_18 PASSED [ 93%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_17 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_2_22 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_stress_signals_sigismember_stress_1 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_definitions_mqueue_h_1_1 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setclock_1_3 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_killpg_1_1 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_timedreceive_10_1 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_send_11_1 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_barrier_init_1_1 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_setpshared_1_1 PASSED [ 94%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_1_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_14_2 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mmap_23_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_close_2_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_condattr_setpshared_1_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigqueue_9_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_12_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_7_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutex_destroy_3_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_cancel_4_1 PASSED [ 95%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_timedwait_7_1 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_rwlockattr_getpshared_1_1 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_8_6 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_2_2 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigignore_6_1 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_28_22 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_17 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigprocmask_15_1 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_unlink_3_1 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_96 PASSED [ 96%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_18_6 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_23 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_101 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_gettime_1_3 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_6 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_sigmask_12_1 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_3_26 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_23_4 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_aio_read_11_2 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_mq_receive_11_1 PASSED [ 97%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_6_11 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sem_init_3_1 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_lio_listio_15_1 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_1_17 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_13_24 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_delete_1_2 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_stress_semaphores_multi_con_pro PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_setpshared_2_2 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_mutexattr_getprotocol_1_1 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_pthread_create_1_2 PASSED [ 98%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_98 PASSED [ 99%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_sigaction_4_57 PASSED [ 99%] |
|
test_open_posix/test_openposix_.py::test_ltp_interfaces_timer_settime_5_3 PASSED [ 99%] |
|
test_os/test_os.py::test_ostest PASSED [ 99%] |
|
test_os/test_os.py::test_mm SKIPPED (unsupported at rv-virt) [ 99%] |
|
test_os/test_os.py::test_cxxtest SKIPPED (unsupported at rv-virt) [ 99%] |
|
test_os/test_os.py::test_scanftest SKIPPED (unsupported at rv-virt) [ 99%] |
|
test_os/test_os.py::test_getprime SKIPPED (unsupported at rv-virt) [ 99%] |
|
test_os/test_os.py::test_stdio SKIPPED (unsupported at rv-virt) [ 99%] |
|
test_os/test_os.py::test_fs_test SKIPPED (unsupported at rv-virt) [ 99%] |
|
test_os/test_os.py::test_psram_test SKIPPED (unsupported at rv-virt) [100%] |
|
|
|
- generated json report: /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json - |
|
========================= 990 passed, 11 skipped, 67 deselected in 1840.53s (0:30:40) ========================= |
|
+ ret=0 |
|
+ find /root/nuttx/tools/ci/testrun -name __pycache__ |
|
+ xargs rm -rf |
|
+ find /root/nuttx/tools/ci/testrun -name .pytest_cache |
|
+ xargs rm -rf |
|
+ rm -rf /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs |
|
+ rm -f /root/nuttx/fatfs.img |
|
+ echo 0 |
|
0 |
|
+ exit 0 |
|
Normalize rv-virt/citest |
|
==================================================================================== |
|
Configuration/Tool: rv-virt/citest64 |
|
2024-12-18 23:30:08 |
|
------------------------------------------------------------------------------------ |
|
Cleaning... |
|
Configuring... |
|
Building NuttX... |
|
riscv-none-elf-ld: warning: /root/nuttx/nuttx has a LOAD segment with RWX permissions |
|
Running NuttX... |
|
+++ dirname /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/run |
|
++ cd /root/nuttx/../nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 |
|
++ pwd |
|
+ WD=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64 |
|
++ cd /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/../../../../../../../ |
|
++ pwd -P |
| "file-gistfile1-t |