Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active December 16, 2024 14:46
Show Gist options
  • Save lupyuen/3688826ed676971536249509ceefe834 to your computer and use it in GitHub Desktop.
Save lupyuen/3688826ed676971536249509ceefe834 to your computer and use it in GitHub Desktop.
luppy@thinkstation:~/nuttx-bisect$ sudo docker run \
-it \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
[sudo] password for luppy:
root@b9c98dd720e1:/tools# cd
root@b9c98dd720e1:~# git clone https://github.com/apache/nuttx
Cloning into 'nuttx'...
remote: Enumerating objects: 830018, done.
remote: Counting objects: 100% (683/683), done.
remote: Compressing objects: 100% (420/420), done.
remote: Total 830018 (delta 384), reused 463 (delta 251), pack-reused 829335 (from 1)
Receiving objects: 100% (830018/830018), 292.85 MiB | 17.20 MiB/s, done.
Resolving deltas: 100% (647577/647577), done.
Updating files: 100% (23578/23578), done.
root@b9c98dd720e1:~# git clone https://github.com/lupyuen2/wip-nuttx-apps --branch ltp-stack apps
Cloning into 'apps'...
remote: Enumerating objects: 89349, done.
remote: Counting objects: 100% (263/263), done.
remote: Compressing objects: 100% (166/166), done.
remote: Total 89349 (delta 131), reused 189 (delta 96), pack-reused 89086 (from 1)
Receiving objects: 100% (89349/89349), 27.06 MiB | 12.49 MiB/s, done.
Resolving deltas: 100% (72223/72223), done.
root@b9c98dd720e1:~# pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
~/nuttx ~
NuttX Source: https://github.com/apache/nuttx/tree/0913fa4b7343686c76affdfa177aed73917963ad
~
root@b9c98dd720e1:~# pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
~/apps ~
NuttX Apps: https://github.com/apache/nuttx-apps/tree/887729409fb64d4c54b18d247e37029b78d90107
~
root@b9c98dd720e1:~# cd nuttx/tools/ci
root@b9c98dd720e1:~/nuttx/tools/ci# ./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-16 14:05:22
------------------------------------------------------------------------------------
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 92983 0 --:--:-- 0:00:01 --:--:-- 203k
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.494863 s, 136 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 1848.77s (0:30:48) ============================
+ 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-16 14:41:29
------------------------------------------------------------------------------------
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
+ WORKSPACE=/root
+ nuttx=/root/nuttx
+ logs=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs
++ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64
++ awk -F / '{print $(NF-2)}'
+ BOARD=rv-virt
+ echo /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64
/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64
+ echo /root
/root
++ basename /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64
+ config=citest64
+ '[' rv-virt == sim ']'
+ '[' 64 == 64 ']'
+ BOARD=rv-virt64
+ '[' rv-virt64 == rv-virt ']'
+ target=qemu
+ mark=qemu
+ 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 ./ -B rv-virt64 -P /root/nuttx -L /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs/rv-virt64/qemu -R qemu -C --json=/root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs/rv-virt64/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 / 1055 deselected / 13 selected
test_example/test_example.py::test_hello PASSED [ 7%]
test_example/test_example.py::test_helloxx PASSED [ 15%]
test_example/test_example.py::test_pipe PASSED [ 23%]
test_example/test_example.py::test_popen PASSED [ 30%]
test_example/test_example.py::test_usrsocktest PASSED [ 38%]
test_os/test_os.py::test_ostest PASSED [ 46%]
test_os/test_os.py::test_mm SKIPPED (unsupported at rv-virt64) [ 53%]
test_os/test_os.py::test_cxxtest SKIPPED (unsupported at rv-virt64) [ 61%]
test_os/test_os.py::test_scanftest SKIPPED (unsupported at rv-virt64) [ 69%]
test_os/test_os.py::test_getprime SKIPPED (unsupported at rv-virt64) [ 76%]
test_os/test_os.py::test_stdio SKIPPED (unsupported at rv-virt64) [ 84%]
test_os/test_os.py::test_fs_test SKIPPED (unsupported at rv-virt64) [ 92%]
test_os/test_os.py::test_psram_test SKIPPED (unsupported at rv-virt64) [100%]
- generated json report: /root/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest64/logs/rv-virt64/qemu/pytest.json -
============================ 6 passed, 7 skipped, 1055 deselected in 168.68s (0:02:48) =============================
+ 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/citest64/logs
+ rm -f /root/nuttx/fatfs.img
+ echo 0
0
+ exit 0
Normalize rv-virt/citest64
====================================================================================
+ '[' -d /root/tools/ccache ']'
+ ccache -s
Summary:
Hits: 0 / 4771 (0.00 %)
Direct: 0 / 4771 (0.00 %)
Preprocessed: 0 / 4771 (0.00 %)
Misses: 4771
Direct: 4771
Preprocessed: 4771
Uncacheable: 5443
Primary storage:
Hits: 0 / 9540 (0.00 %)
Misses: 9540
Cache size (GB): 0.07 / 5.00 (1.42 %)
Use the -v/--verbose option for more details.
root@b9c98dd720e1:~/nuttx/tools/ci#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment