1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//test/xts/tools/lite/build/suite_lite.gni") 15 16open_source_suite("ActsOpenPosixTest") { 17 compiler = 18 rebase_path("${ohos_build_compiler_dir}/bin/${ohos_build_compiler}") 19 suite_name = "acts" 20 exec_command_path = "//third_party/ltp/testcases/open_posix_testsuite/" 21 sysroot_path = rebase_path(ohos_current_sysroot) 22 arch_cflags = string_join(" ", target_arch_cflags) 23 prebuild_command = "make clean && make distclean && ./scripts/generate-makefiles.sh $compiler ${ohos_root_path} ${sysroot_path} \"${arch_cflags}\" && make -j -C conformance/interfaces" 24 exec_sub_dir = "conformance/interfaces" 25 deps = [ "//test/xts/acts/open_posix_testsuite/conformance/definitions:ActsOpenPosixBuildOnlyTest" ] 26 build_args = [ 27 "sched_getparam/sched_getparam_1-1.run-test", 28 "sched_getparam/sched_getparam_2-1.run-test", 29 "sched_getparam/sched_getparam_3-1.run-test", 30 "sched_getparam/sched_getparam_4-1.run-test", 31 "sched_get_priority_max/sched_get_priority_max_1-1.run-test", 32 33 #"sched_get_priority_max/sched_get_priority_max_1-2.run-test", 34 "sched_get_priority_max/sched_get_priority_max_2-1.run-test", 35 "sched_get_priority_min/sched_get_priority_min_1-1.run-test", 36 37 #"sched_get_priority_min/sched_get_priority_min_1-2.run-test", 38 "sched_get_priority_min/sched_get_priority_min_2-1.run-test", 39 "sched_getscheduler/sched_getscheduler_1-1.run-test", 40 "sched_getscheduler/sched_getscheduler_3-1.run-test", 41 "sched_getscheduler/sched_getscheduler_4-1.run-test", 42 "sched_getscheduler/sched_getscheduler_5-1.run-test", 43 "sched_rr_get_interval/sched_rr_get_interval_1-1.run-test", 44 "sched_rr_get_interval/sched_rr_get_interval_2-1.run-test", 45 "sched_rr_get_interval/sched_rr_get_interval_3-1.run-test", 46 "sched_setparam/sched_setparam_1-1.run-test", 47 "sched_setparam/sched_setparam_5-1.run-test", 48 "sched_setparam/sched_setparam_22-1.run-test", 49 "sched_setparam/sched_setparam_23-7.run-test", 50 "sched_setparam/sched_setparam_27-1.run-test", 51 52 #"sched_setscheduler/sched_setscheduler_4-1.run-test", 53 "sched_setscheduler/sched_setscheduler_17-5.run-test", 54 "sched_setscheduler/sched_setscheduler_17-7.run-test", 55 "sched_setscheduler/sched_setscheduler_19-5.run-test", 56 57 #"sched_setscheduler/sched_setscheduler_21-1.run-test", 58 "sched_yield/sched_yield_2-1.run-test", 59 "raise/raise_1-1.run-test", 60 "raise/raise_1-2.run-test", 61 "raise/raise_2-1.run-test", 62 "raise/raise_4-1.run-test", 63 "raise/raise_6-1.run-test", 64 "raise/raise_7-1.run-test", 65 "asctime/asctime_1-1.run-test", 66 "clock/clock_2-1.run-test", 67 "clock_getcpuclockid/clock_getcpuclockid_6-1.run-test", 68 "clock_getres/clock_getres_1-1.run-test", 69 "clock_getres/clock_getres_3-1.run-test", 70 "clock_getres/clock_getres_5-1.run-test", 71 "clock_getres/clock_getres_6-1.run-test", 72 "clock_getres/clock_getres_6-2.run-test", 73 "clock_gettime/clock_gettime_1-1.run-test", 74 "clock_gettime/clock_gettime_1-2.run-test", 75 "clock_gettime/clock_gettime_2-1.run-test", 76 77 #"clock_gettime/clock_gettime_3-1.run-test", 78 "clock_gettime/clock_gettime_7-1.run-test", 79 "clock_gettime/clock_gettime_8-1.run-test", 80 "clock_gettime/clock_gettime_8-2.run-test", 81 "clock_nanosleep/clock_nanosleep_1-1.run-test", 82 "clock_nanosleep/clock_nanosleep_1-5.run-test", 83 "clock_nanosleep/clock_nanosleep_2-2.run-test", 84 "clock_nanosleep/clock_nanosleep_2-3.run-test", 85 "clock_nanosleep/clock_nanosleep_11-1.run-test", 86 "clock_nanosleep/clock_nanosleep_13-1.run-test", 87 "clock_settime/clock_settime_1-1.run-test", 88 "clock_settime/clock_settime_6-1.run-test", 89 "clock_settime/clock_settime_8-1.run-test", 90 "clock_settime/clock_settime_17-1.run-test", 91 "clock_settime/clock_settime_17-2.run-test", 92 "clock_settime/clock_settime_19-1.run-test", 93 "clock_settime/clock_settime_20-1.run-test", 94 "ctime/ctime_1-1.run-test", 95 "difftime/difftime_1-1.run-test", 96 "gmtime/gmtime_1-1.run-test", 97 "gmtime/gmtime_2-1.run-test", 98 "localtime/localtime_1-1.run-test", 99 "mktime/mktime_1-1.run-test", 100 "nanosleep/nanosleep_1-1.run-test", 101 "nanosleep/nanosleep_2-1.run-test", 102 "nanosleep/nanosleep_5-1.run-test", 103 "nanosleep/nanosleep_6-1.run-test", 104 "nanosleep/nanosleep_10000-1.run-test", 105 "strftime/strftime_2-1.run-test", 106 "strftime/strftime_3-1.run-test", 107 "time/time_1-1.run-test", 108 "timer_create/timer_create_3-1.run-test", 109 "timer_create/timer_create_8-1.run-test", 110 "timer_create/timer_create_16-1.run-test", 111 "timer_create/speculative/timer_create_speculative_2-1.run-test", 112 "timer_delete/timer_delete_1-1.run-test", 113 "timer_delete/timer_delete_1-2.run-test", 114 115 #"timer_gettime/timer_gettime_1-1.run-test", 116 #"timer_gettime/timer_gettime_1-2.run-test", 117 "timer_gettime/timer_gettime_2-1.run-test", 118 "timer_gettime/timer_gettime_2-2.run-test", 119 "timer_settime/timer_settime_2-1.run-test", 120 "timer_settime/timer_settime_3-1.run-test", 121 "timer_settime/timer_settime_3-2.run-test", 122 "timer_settime/timer_settime_3-3.run-test", 123 "timer_settime/timer_settime_6-1.run-test", 124 "timer_settime/timer_settime_8-1.run-test", 125 "timer_settime/timer_settime_8-2.run-test", 126 127 #"timer_settime/timer_settime_8-3.run-test", 128 "timer_settime/timer_settime_8-4.run-test", 129 "timer_settime/timer_settime_13-1.run-test", 130 "timer_settime/timer_settime_3-1.run-test", 131 "timer_settime/timer_settime_3-1.run-test", 132 "pthread_atfork/pthread_atfork_1-1.run-test", 133 "pthread_atfork/pthread_atfork_1-2.run-test", 134 "pthread_atfork/pthread_atfork_2-1.run-test", 135 "pthread_atfork/pthread_atfork_2-2.run-test", 136 "pthread_atfork/pthread_atfork_3-2.run-test", 137 "pthread_atfork/pthread_atfork_4-1.run-test", 138 "pthread_attr_destroy/pthread_attr_destroy_1-1.run-test", 139 "pthread_attr_destroy/pthread_attr_destroy_2-1.run-test", 140 "pthread_attr_destroy/pthread_attr_destroy_3-1.run-test", 141 "pthread_attr_getdetachstate/pthread_attr_getdetachstate_1-1.run-test", 142 "pthread_attr_getdetachstate/pthread_attr_getdetachstate_1-2.run-test", 143 "pthread_attr_getinheritsched/pthread_attr_getinheritsched_1-1.run-test", 144 145 #"pthread_attr_getschedparam/pthread_attr_getschedparam_1-1.run-test", 146 "pthread_attr_getscope/pthread_attr_getscope_1-1.run-test", 147 "pthread_attr_getstacksize/pthread_attr_getstacksize_1-1.run-test", 148 "pthread_attr_init/pthread_attr_init_1-1.run-test", 149 "pthread_attr_init/pthread_attr_init_2-1.run-test", 150 "pthread_attr_init/pthread_attr_init_3-1.run-test", 151 "pthread_attr_init/pthread_attr_init_4-1.run-test", 152 "pthread_attr_setdetachstate/pthread_attr_setdetachstate_1-1.run-test", 153 "pthread_attr_setdetachstate/pthread_attr_setdetachstate_1-2.run-test", 154 "pthread_attr_setdetachstate/pthread_attr_setdetachstate_2-1.run-test", 155 "pthread_attr_setdetachstate/pthread_attr_setdetachstate_4-1.run-test", 156 "pthread_attr_setinheritsched/pthread_attr_setinheritsched_1-1.run-test", 157 "pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-1.run-test", 158 "pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-2.run-test", 159 "pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-3.run-test", 160 "pthread_attr_setinheritsched/pthread_attr_setinheritsched_2-4.run-test", 161 "pthread_attr_setinheritsched/pthread_attr_setinheritsched_4-1.run-test", 162 163 #"pthread_attr_setschedparam/pthread_attr_setschedparam_1-1.run-test", 164 "pthread_attr_setschedparam/pthread_attr_setschedparam_1-2.run-test", 165 "pthread_attr_setschedparam/pthread_attr_setschedparam_1-3.run-test", 166 "pthread_attr_setschedparam/pthread_attr_setschedparam_1-4.run-test", 167 168 #"pthread_attr_setschedparam/speculative/pthread_attr_setschedparam_speculative_3-1.run-test", 169 "pthread_attr_setschedparam/speculative/pthread_attr_setschedparam_speculative_3-2.run-test", 170 "pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_1-2.run-test", 171 "pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_1-3.run-test", 172 "pthread_attr_setschedpolicy/pthread_attr_setschedpolicy_4-1.run-test", 173 "pthread_attr_setscope/pthread_attr_setscope_4-1.run-test", 174 "pthread_attr_setscope/pthread_attr_setscope_5-1.run-test", 175 "pthread_attr_setstacksize/pthread_attr_setstacksize_1-1.run-test", 176 "pthread_attr_setstacksize/pthread_attr_setstacksize_2-1.run-test", 177 "pthread_barrierattr_destroy/pthread_barrierattr_destroy_1-1.run-test", 178 "pthread_barrierattr_getpshared/pthread_barrierattr_getpshared_1-1.run-test", 179 "pthread_barrierattr_init/pthread_barrierattr_init_1-1.run-test", 180 "pthread_barrierattr_init/pthread_barrierattr_init_2-1.run-test", 181 "pthread_barrierattr_setpshared/pthread_barrierattr_setpshared_1-1.run-test", 182 "pthread_barrierattr_setpshared/pthread_barrierattr_setpshared_2-1.run-test", 183 "pthread_barrier_destroy/pthread_barrier_destroy_1-1.run-test", 184 "pthread_barrier_init/pthread_barrier_init_1-1.run-test", 185 "pthread_barrier_init/pthread_barrier_init_3-1.run-test", 186 "pthread_barrier_init/pthread_barrier_init_4-1.run-test", 187 "pthread_barrier_wait/pthread_barrier_wait_1-1.run-test", 188 "pthread_barrier_wait/pthread_barrier_wait_2-1.run-test", 189 "pthread_cancel/pthread_cancel_1-1.run-test", 190 "pthread_cancel/pthread_cancel_1-2.run-test", 191 "pthread_cancel/pthread_cancel_1-3.run-test", 192 "pthread_cancel/pthread_cancel_2-1.run-test", 193 "pthread_cancel/pthread_cancel_2-2.run-test", 194 "pthread_cancel/pthread_cancel_2-3.run-test", 195 "pthread_cancel/pthread_cancel_3-1.run-test", 196 "pthread_cancel/pthread_cancel_4-1.run-test", 197 "pthread_cleanup_pop/pthread_cleanup_pop_1-1.run-test", 198 "pthread_cleanup_pop/pthread_cleanup_pop_1-2.run-test", 199 "pthread_cleanup_pop/pthread_cleanup_pop_1-3.run-test", 200 "pthread_cleanup_push/pthread_cleanup_push_1-1.run-test", 201 "pthread_cleanup_push/pthread_cleanup_push_1-2.run-test", 202 "pthread_cleanup_push/pthread_cleanup_push_1-3.run-test", 203 "pthread_condattr_destroy/pthread_condattr_destroy_1-1.run-test", 204 "pthread_condattr_destroy/pthread_condattr_destroy_2-1.run-test", 205 "pthread_condattr_destroy/pthread_condattr_destroy_3-1.run-test", 206 "pthread_condattr_destroy/pthread_condattr_destroy_4-1.run-test", 207 "pthread_condattr_getclock/pthread_condattr_getclock_1-1.run-test", 208 "pthread_condattr_getclock/pthread_condattr_getclock_1-2.run-test", 209 "pthread_condattr_getpshared/pthread_condattr_getpshared_1-1.run-test", 210 "pthread_condattr_getpshared/pthread_condattr_getpshared_1-2.run-test", 211 "pthread_condattr_getpshared/pthread_condattr_getpshared_2-1.run-test", 212 "pthread_condattr_init/pthread_condattr_init_1-1.run-test", 213 "pthread_condattr_init/pthread_condattr_init_3-1.run-test", 214 "pthread_condattr_setclock/pthread_condattr_setclock_1-1.run-test", 215 "pthread_condattr_setclock/pthread_condattr_setclock_1-2.run-test", 216 "pthread_condattr_setclock/pthread_condattr_setclock_2-1.run-test", 217 "pthread_condattr_setpshared/pthread_condattr_setpshared_1-1.run-test", 218 "pthread_condattr_setpshared/pthread_condattr_setpshared_1-2.run-test", 219 "pthread_condattr_setpshared/pthread_condattr_setpshared_2-1.run-test", 220 "pthread_cond_signal/pthread_cond_signal_1-1.run-test", 221 "pthread_cond_signal/pthread_cond_signal_2-1.run-test", 222 "pthread_cond_signal/pthread_cond_signal_2-2.run-test", 223 "pthread_cond_signal/pthread_cond_signal_4-1.run-test", 224 "pthread_mutexattr_settype/pthread_mutexattr_settype_1-1.run-test", 225 "pthread_mutexattr_settype/pthread_mutexattr_settype_3-1.run-test", 226 "pthread_mutexattr_settype/pthread_mutexattr_settype_3-2.run-test", 227 "pthread_mutexattr_settype/pthread_mutexattr_settype_3-3.run-test", 228 "pthread_mutexattr_settype/pthread_mutexattr_settype_3-4.run-test", 229 "pthread_mutexattr_settype/pthread_mutexattr_settype_7-1.run-test", 230 "pthread_mutex_destroy/pthread_mutex_destroy_1-1.run-test", 231 "pthread_mutex_destroy/pthread_mutex_destroy_2-1.run-test", 232 "pthread_mutex_destroy/pthread_mutex_destroy_2-2.run-test", 233 "pthread_mutex_destroy/pthread_mutex_destroy_3-1.run-test", 234 "pthread_mutex_destroy/pthread_mutex_destroy_5-1.run-test", 235 "pthread_mutex_destroy/pthread_mutex_destroy_5-2.run-test", 236 "pthread_mutex_init/pthread_mutex_init_1-1.run-test", 237 "pthread_mutex_init/pthread_mutex_init_2-1.run-test", 238 "pthread_mutex_init/pthread_mutex_init_3-1.run-test", 239 "pthread_mutex_init/pthread_mutex_init_4-1.run-test", 240 "pthread_mutex_lock/pthread_mutex_lock_1-1.run-test", 241 "pthread_mutex_lock/pthread_mutex_lock_2-1.run-test", 242 "pthread_mutex_timedlock/pthread_mutex_timedlock_4-1.run-test", 243 "pthread_mutex_timedlock/pthread_mutex_timedlock_5-1.run-test", 244 "pthread_mutex_timedlock/pthread_mutex_timedlock_5-2.run-test", 245 "pthread_mutex_timedlock/pthread_mutex_timedlock_5-3.run-test", 246 "pthread_mutex_trylock/pthread_mutex_trylock_1-1.run-test", 247 "pthread_mutex_trylock/pthread_mutex_trylock_3-1.run-test", 248 "pthread_mutex_trylock/pthread_mutex_trylock_4-1.run-test", 249 "pthread_mutex_unlock/pthread_mutex_unlock_1-1.run-test", 250 "pthread_mutex_unlock/pthread_mutex_unlock_2-1.run-test", 251 "pthread_mutex_unlock/pthread_mutex_unlock_3-1.run-test", 252 "pthread_once/pthread_once_1-1.run-test", 253 "pthread_rwlock_rdlock/pthread_rwlock_rdlock_1-1.run-test", 254 "pthread_rwlock_rdlock/pthread_rwlock_rdlock_2-3.run-test", 255 "pthread_rwlockattr_destroy/pthread_rwlockattr_destroy_1-1.run-test", 256 "pthread_rwlockattr_destroy/pthread_rwlockattr_destroy_2-1.run-test", 257 "pthread_rwlockattr_getpshared/pthread_rwlockattr_getpshared_1-1.run-test", 258 "pthread_rwlockattr_getpshared/pthread_rwlockattr_getpshared_4-1.run-test", 259 "pthread_rwlockattr_init/pthread_rwlockattr_init_1-1.run-test", 260 "pthread_rwlockattr_init/pthread_rwlockattr_init_2-1.run-test", 261 "pthread_rwlockattr_setpshared/pthread_rwlockattr_setpshared_1-1.run-test", 262 "pthread_rwlock_destroy/pthread_rwlock_destroy_1-1.run-test", 263 "pthread_rwlock_destroy/pthread_rwlock_destroy_3-1.run-test", 264 "pthread_rwlock_init/pthread_rwlock_init_1-1.run-test", 265 "pthread_rwlock_init/pthread_rwlock_init_2-1.run-test", 266 "pthread_rwlock_init/pthread_rwlock_init_3-1.run-test", 267 "pthread_rwlock_init/pthread_rwlock_init_6-1.run-test", 268 "pthread_rwlock_unlock/pthread_rwlock_unlock_2-1.run-test", 269 "pthread_rwlock_wrlock/pthread_rwlock_wrlock_1-1.run-test", 270 "pthread_rwlock_rdlock/pthread_rwlock_rdlock_5-1.run-test", 271 "pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_2-1.run-test", 272 "pthread_rwlock_timedrdlock/pthread_rwlock_timedrdlock_5-1.run-test", 273 "pthread_rwlock_timedwrlock/pthread_rwlock_timedwrlock_2-1.run-test", 274 "pthread_rwlock_timedwrlock/pthread_rwlock_timedwrlock_5-1.run-test", 275 "pthread_rwlock_tryrdlock/pthread_rwlock_tryrdlock_1-1.run-test", 276 "pthread_rwlock_trywrlock/pthread_rwlock_trywrlock_1-1.run-test", 277 "pthread_rwlock_trywrlock/speculative/pthread_rwlock_trywrlock_speculative_3-1.run-test", 278 "pthread_rwlock_unlock/pthread_rwlock_unlock_1-1.run-test", 279 "pthread_self/pthread_self_1-1.run-test", 280 "pthread_setcancelstate/pthread_setcancelstate_1-1.run-test", 281 "pthread_setcancelstate/pthread_setcancelstate_1-2.run-test", 282 "pthread_setcancelstate/pthread_setcancelstate_2-1.run-test", 283 "pthread_setcancelstate/pthread_setcancelstate_3-1.run-test", 284 "pthread_setcanceltype/pthread_setcanceltype_1-2.run-test", 285 "pthread_setcanceltype/pthread_setcanceltype_2-1.run-test", 286 287 #"pthread_setschedparam/pthread_setschedparam_1-1.run-test", 288 "pthread_setschedparam/pthread_setschedparam_4-1.run-test", 289 "pthread_setspecific/pthread_setspecific_1-1.run-test", 290 "pthread_setspecific/pthread_setspecific_1-2.run-test", 291 "pthread_spin_destroy/pthread_spin_destroy_1-1.run-test", 292 293 #"aio_cancel/aio_cancel_9-1.run-test", 294 #"aio_cancel/aio_cancel_10-1.run-test", 295 #"aio_fsync/aio_fsync_12-1.run-test", 296 #"lio_listio/lio_listio_6-1.run-test", 297 "fsync/fsync_5-1.run-test", 298 "fsync/fsync_7-1.run-test", 299 "mq_close/mq_close_1-1.run-test", 300 "mq_close/mq_close_3-2.run-test", 301 "mq_getattr/mq_getattr_2-1.run-test", 302 "mq_getattr/mq_getattr_2-2.run-test", 303 "mq_getattr/mq_getattr_3-1.run-test", 304 "mq_getattr/speculative/mq_getattr_speculative_7-1.run-test", 305 "mq_open/mq_open_12-1.run-test", 306 "mq_open/mq_open_13-1.run-test", 307 "mq_open/mq_open_15-1.run-test", 308 "mq_open/mq_open_21-1.run-test", 309 "mq_open/mq_open_23-1.run-test", 310 "mq_open/mq_open_25-2.run-test", 311 "mq_open/mq_open_27-1.run-test", 312 "mq_open/mq_open_27-2.run-test", 313 "mq_open/mq_open_29-1.run-test", 314 "mq_open/mq_open_3-1.run-test", 315 "mq_open/mq_open_7-3.run-test", 316 "mq_open/speculative/mq_open_speculative_2-2.run-test", 317 "mq_open/speculative/mq_open_speculative_2-3.run-test", 318 "mq_open/speculative/mq_open_speculative_26-1.run-test", 319 "mq_receive/mq_receive_10-1.run-test", 320 "mq_receive/mq_receive_11-1.run-test", 321 "mq_receive/mq_receive_11-2.run-test", 322 "mq_receive/mq_receive_7-1.run-test", 323 "mq_send/mq_send_13-1.run-test", 324 "mq_send/mq_send_2-1.run-test", 325 "mq_send/mq_send_4-1.run-test", 326 "mq_send/mq_send_4-2.run-test", 327 "mq_setattr/mq_setattr_1-1.run-test", 328 "mq_setattr/mq_setattr_1-2.run-test", 329 "mq_setattr/mq_setattr_2-1.run-test", 330 "mq_setattr/mq_setattr_5-1.run-test", 331 "mq_timedreceive/mq_timedreceive_13-1.run-test", 332 "mq_timedreceive/mq_timedreceive_14-1.run-test", 333 "mq_timedreceive/mq_timedreceive_7-1.run-test", 334 "mq_timedsend/mq_timedsend_13-1.run-test", 335 "mq_timedsend/mq_timedsend_19-1.run-test", 336 "mq_timedsend/mq_timedsend_2-1.run-test", 337 "mq_timedsend/mq_timedsend_4-1.run-test", 338 "mq_timedsend/mq_timedsend_4-2.run-test", 339 "mq_unlink/mq_unlink_1-1.run-test", 340 "mq_unlink/mq_unlink_2-1.run-test", 341 "mq_unlink/mq_unlink_2-2.run-test", 342 "mq_unlink/mq_unlink_7-1.run-test", 343 "mq_unlink/speculative/mq_unlink_speculative_7-2.run-test", 344 "sem_destroy/sem_destroy_4-1.run-test", 345 "sem_destroy/sem_destroy_3-1.run-test", 346 "sem_getvalue/sem_getvalue_2-2.run-test", 347 "sem_init/sem_init_1-1.run-test", 348 "sem_init/sem_init_2-1.run-test", 349 "sem_init/sem_init_2-2.run-test", 350 "sem_init/sem_init_3-1.run-test", 351 "sem_init/sem_init_5-1.run-test", 352 "sem_init/sem_init_5-2.run-test", 353 "sem_timedwait/sem_timedwait_11-1.run-test", 354 "sem_timedwait/sem_timedwait_1-1.run-test", 355 "sem_timedwait/sem_timedwait_2-2.run-test", 356 "sem_timedwait/sem_timedwait_4-1.run-test", 357 "sem_timedwait/sem_timedwait_6-1.run-test", 358 "sem_timedwait/sem_timedwait_6-2.run-test", 359 "sem_timedwait/sem_timedwait_7-1.run-test", 360 "sem_unlink/sem_unlink_5-1.run-test", 361 "shm_open/shm_open_39-1.run-test", 362 "shm_unlink/shm_unlink_10-1.run-test", 363 "sigaction/sigaction_1-10.run-test", 364 "sigaction/sigaction_1-11.run-test", 365 "sigaction/sigaction_1-12.run-test", 366 "sigaction/sigaction_1-13.run-test", 367 "sigaction/sigaction_1-14.run-test", 368 "sigaction/sigaction_1-15.run-test", 369 "sigaction/sigaction_1-16.run-test", 370 "sigaction/sigaction_1-17.run-test", 371 "sigaction/sigaction_1-18.run-test", 372 "sigaction/sigaction_1-19.run-test", 373 "sigaction/sigaction_1-1.run-test", 374 "sigaction/sigaction_1-20.run-test", 375 "sigaction/sigaction_1-22.run-test", 376 "sigaction/sigaction_1-23.run-test", 377 "sigaction/sigaction_1-24.run-test", 378 "sigaction/sigaction_1-25.run-test", 379 "sigaction/sigaction_1-26.run-test", 380 "sigaction/sigaction_1-2.run-test", 381 "sigaction/sigaction_1-3.run-test", 382 "sigaction/sigaction_1-4.run-test", 383 "sigaction/sigaction_1-6.run-test", 384 "sigaction/sigaction_1-7.run-test", 385 "sigaction/sigaction_18-10.run-test", 386 "sigaction/sigaction_18-11.run-test", 387 "sigaction/sigaction_18-12.run-test", 388 "sigaction/sigaction_18-13.run-test", 389 "sigaction/sigaction_18-14.run-test", 390 "sigaction/sigaction_18-15.run-test", 391 "sigaction/sigaction_18-16.run-test", 392 "sigaction/sigaction_18-17.run-test", 393 "sigaction/sigaction_18-18.run-test", 394 "sigaction/sigaction_18-19.run-test", 395 "sigaction/sigaction_18-1.run-test", 396 "sigaction/sigaction_18-20.run-test", 397 "sigaction/sigaction_18-22.run-test", 398 "sigaction/sigaction_18-23.run-test", 399 "sigaction/sigaction_18-24.run-test", 400 "sigaction/sigaction_18-25.run-test", 401 "sigaction/sigaction_18-26.run-test", 402 "sigaction/sigaction_18-2.run-test", 403 "sigaction/sigaction_18-3.run-test", 404 "sigaction/sigaction_18-4.run-test", 405 "sigaction/sigaction_18-6.run-test", 406 "sigaction/sigaction_18-7.run-test", 407 "sigaction/sigaction_18-8.run-test", 408 "sigaction/sigaction_18-9.run-test", 409 "sigaction/sigaction_1-8.run-test", 410 "sigaction/sigaction_1-9.run-test", 411 "sigaction/sigaction_2-10.run-test", 412 "sigaction/sigaction_2-11.run-test", 413 "sigaction/sigaction_2-12.run-test", 414 "sigaction/sigaction_2-13.run-test", 415 "sigaction/sigaction_2-14.run-test", 416 "sigaction/sigaction_2-15.run-test", 417 "sigaction/sigaction_2-16.run-test", 418 "sigaction/sigaction_2-17.run-test", 419 "sigaction/sigaction_2-18.run-test", 420 "sigaction/sigaction_2-19.run-test", 421 "sigaction/sigaction_2-1.run-test", 422 "sigaction/sigaction_2-20.run-test", 423 "sigaction/sigaction_2-22.run-test", 424 "sigaction/sigaction_2-23.run-test", 425 "sigaction/sigaction_2-24.run-test", 426 "sigaction/sigaction_2-25.run-test", 427 "sigaction/sigaction_2-26.run-test", 428 "sigaction/sigaction_2-2.run-test", 429 "sigaction/sigaction_2-3.run-test", 430 "sigaction/sigaction_2-4.run-test", 431 "sigaction/sigaction_25-10.run-test", 432 "sigaction/sigaction_25-11.run-test", 433 "sigaction/sigaction_25-12.run-test", 434 "sigaction/sigaction_25-13.run-test", 435 "sigaction/sigaction_25-14.run-test", 436 "sigaction/sigaction_25-15.run-test", 437 "sigaction/sigaction_25-16.run-test", 438 "sigaction/sigaction_25-17.run-test", 439 "sigaction/sigaction_25-18.run-test", 440 "sigaction/sigaction_25-19.run-test", 441 "sigaction/sigaction_25-1.run-test", 442 "sigaction/sigaction_25-20.run-test", 443 "sigaction/sigaction_25-22.run-test", 444 "sigaction/sigaction_25-23.run-test", 445 "sigaction/sigaction_25-24.run-test", 446 "sigaction/sigaction_25-25.run-test", 447 "sigaction/sigaction_25-26.run-test", 448 "sigaction/sigaction_25-2.run-test", 449 "sigaction/sigaction_25-3.run-test", 450 "sigaction/sigaction_25-4.run-test", 451 "sigaction/sigaction_25-6.run-test", 452 "sigaction/sigaction_25-7.run-test", 453 "sigaction/sigaction_25-8.run-test", 454 "sigaction/sigaction_25-9.run-test", 455 "sigaction/sigaction_2-6.run-test", 456 "sigaction/sigaction_2-7.run-test", 457 "sigaction/sigaction_28-10.run-test", 458 "sigaction/sigaction_28-11.run-test", 459 "sigaction/sigaction_28-12.run-test", 460 "sigaction/sigaction_28-13.run-test", 461 "sigaction/sigaction_28-14.run-test", 462 "sigaction/sigaction_28-15.run-test", 463 "sigaction/sigaction_28-16.run-test", 464 "sigaction/sigaction_28-17.run-test", 465 "sigaction/sigaction_28-18.run-test", 466 "sigaction/sigaction_28-19.run-test", 467 "sigaction/sigaction_28-1.run-test", 468 "sigaction/sigaction_28-20.run-test", 469 "sigaction/sigaction_28-22.run-test", 470 "sigaction/sigaction_28-23.run-test", 471 "sigaction/sigaction_28-24.run-test", 472 "sigaction/sigaction_28-25.run-test", 473 "sigaction/sigaction_28-26.run-test", 474 "sigaction/sigaction_28-2.run-test", 475 "sigaction/sigaction_28-3.run-test", 476 "sigaction/sigaction_28-4.run-test", 477 "sigaction/sigaction_28-6.run-test", 478 "sigaction/sigaction_28-7.run-test", 479 "sigaction/sigaction_28-8.run-test", 480 "sigaction/sigaction_28-9.run-test", 481 "sigaction/sigaction_2-8.run-test", 482 "sigaction/sigaction_2-9.run-test", 483 "sigaction/sigaction_30-1.run-test", 484 "sigaction/sigaction_4-100.run-test", 485 "sigaction/sigaction_4-101.run-test", 486 "sigaction/sigaction_4-102.run-test", 487 "sigaction/sigaction_4-103.run-test", 488 "sigaction/sigaction_4-104.run-test", 489 "sigaction/sigaction_4-53.run-test", 490 "sigaction/sigaction_4-54.run-test", 491 "sigaction/sigaction_4-55.run-test", 492 "sigaction/sigaction_4-56.run-test", 493 "sigaction/sigaction_4-58.run-test", 494 "sigaction/sigaction_4-59.run-test", 495 "sigaction/sigaction_4-60.run-test", 496 "sigaction/sigaction_4-61.run-test", 497 "sigaction/sigaction_4-62.run-test", 498 "sigaction/sigaction_4-63.run-test", 499 "sigaction/sigaction_4-64.run-test", 500 "sigaction/sigaction_4-65.run-test", 501 "sigaction/sigaction_4-66.run-test", 502 "sigaction/sigaction_4-67.run-test", 503 "sigaction/sigaction_4-68.run-test", 504 "sigaction/sigaction_4-69.run-test", 505 "sigaction/sigaction_4-70.run-test", 506 "sigaction/sigaction_4-71.run-test", 507 "sigaction/sigaction_4-72.run-test", 508 "sigaction/sigaction_4-74.run-test", 509 "sigaction/sigaction_4-75.run-test", 510 "sigaction/sigaction_4-76.run-test", 511 "sigaction/sigaction_4-77.run-test", 512 "sigaction/sigaction_4-78.run-test", 513 "sigaction/sigaction_4-79.run-test", 514 "sigaction/sigaction_4-80.run-test", 515 "sigaction/sigaction_4-81.run-test", 516 "sigaction/sigaction_4-82.run-test", 517 "sigaction/sigaction_4-84.run-test", 518 "sigaction/sigaction_4-85.run-test", 519 "sigaction/sigaction_4-86.run-test", 520 "sigaction/sigaction_4-87.run-test", 521 "sigaction/sigaction_4-88.run-test", 522 "sigaction/sigaction_4-89.run-test", 523 "sigaction/sigaction_4-90.run-test", 524 "sigaction/sigaction_4-91.run-test", 525 "sigaction/sigaction_4-92.run-test", 526 "sigaction/sigaction_4-93.run-test", 527 "sigaction/sigaction_4-94.run-test", 528 "sigaction/sigaction_4-95.run-test", 529 "sigaction/sigaction_4-96.run-test", 530 "sigaction/sigaction_4-97.run-test", 531 "sigaction/sigaction_4-98.run-test", 532 "sigaction/sigaction_6-10.run-test", 533 "sigaction/sigaction_6-11.run-test", 534 "sigaction/sigaction_6-12.run-test", 535 "sigaction/sigaction_6-13.run-test", 536 "sigaction/sigaction_6-14.run-test", 537 "sigaction/sigaction_6-15.run-test", 538 "sigaction/sigaction_6-16.run-test", 539 "sigaction/sigaction_6-17.run-test", 540 "sigaction/sigaction_6-18.run-test", 541 "sigaction/sigaction_6-19.run-test", 542 "sigaction/sigaction_6-1.run-test", 543 "sigaction/sigaction_6-20.run-test", 544 "sigaction/sigaction_6-22.run-test", 545 "sigaction/sigaction_6-23.run-test", 546 "sigaction/sigaction_6-24.run-test", 547 "sigaction/sigaction_6-25.run-test", 548 "sigaction/sigaction_6-26.run-test", 549 "sigaction/sigaction_6-2.run-test", 550 "sigaction/sigaction_6-3.run-test", 551 "sigaction/sigaction_6-4.run-test", 552 "sigaction/sigaction_6-6.run-test", 553 "sigaction/sigaction_6-7.run-test", 554 "sigaction/sigaction_6-8.run-test", 555 "sigaction/sigaction_6-9.run-test", 556 "sigaction/sigaction_8-10.run-test", 557 "sigaction/sigaction_8-11.run-test", 558 "sigaction/sigaction_8-12.run-test", 559 "sigaction/sigaction_8-13.run-test", 560 "sigaction/sigaction_8-14.run-test", 561 "sigaction/sigaction_8-15.run-test", 562 "sigaction/sigaction_8-16.run-test", 563 "sigaction/sigaction_8-17.run-test", 564 "sigaction/sigaction_8-18.run-test", 565 "sigaction/sigaction_8-19.run-test", 566 "sigaction/sigaction_8-1.run-test", 567 "sigaction/sigaction_8-20.run-test", 568 "sigaction/sigaction_8-23.run-test", 569 "sigaction/sigaction_8-24.run-test", 570 "sigaction/sigaction_8-25.run-test", 571 "sigaction/sigaction_8-26.run-test", 572 "sigaction/sigaction_8-2.run-test", 573 "sigaction/sigaction_8-3.run-test", 574 "sigaction/sigaction_8-4.run-test", 575 "sigaction/sigaction_8-7.run-test", 576 "sigaction/sigaction_8-8.run-test", 577 "sigaction/sigaction_8-9.run-test", 578 "sigaddset/sigaddset_1-1.run-test", 579 "sigaddset/sigaddset_1-2.run-test", 580 "sigaddset/sigaddset_1-3.run-test", 581 "sigaddset/sigaddset_2-1.run-test", 582 "sigaddset/sigaddset_4-1.run-test", 583 "sigaltstack/sigaltstack_11-1.run-test", 584 "sigaltstack/sigaltstack_12-1.run-test", 585 "sigdelset/sigdelset_1-1.run-test", 586 "sigdelset/sigdelset_1-2.run-test", 587 "sigdelset/sigdelset_1-3.run-test", 588 "sigdelset/sigdelset_1-4.run-test", 589 "sigdelset/sigdelset_4-1.run-test", 590 "sigfillset/sigfillset_1-1.run-test", 591 "sighold/sighold_1-1.run-test", 592 "sighold/sighold_2-1.run-test", 593 "sighold/sighold_3-1.run-test", 594 "sigignore/sigignore_1-1.run-test", 595 "sigignore/sigignore_4-1.run-test", 596 "sigignore/sigignore_5-1.run-test", 597 "sigignore/sigignore_6-1.run-test", 598 "sigignore/sigignore_6-2.run-test", 599 "sigismember/sigismember_3-1.run-test", 600 "sigismember/sigismember_4-1.run-test", 601 "sigpause/sigpause_1-1.run-test", 602 "sigpause/sigpause_2-1.run-test", 603 "sigpause/sigpause_3-1.run-test", 604 605 #"sigpending/sigpending_1-1.run-test", 606 "sigpending/sigpending_2-1.run-test", 607 "sigprocmask/sigprocmask_12-1.run-test", 608 "sigprocmask/sigprocmask_15-1.run-test", 609 "sigprocmask/sigprocmask_17-1.run-test", 610 "sigprocmask/sigprocmask_4-1.run-test", 611 "sigprocmask/sigprocmask_5-1.run-test", 612 "sigprocmask/sigprocmask_6-1.run-test", 613 "sigprocmask/sigprocmask_7-1.run-test", 614 "sigprocmask/sigprocmask_8-1.run-test", 615 "sigprocmask/sigprocmask_8-2.run-test", 616 "sigprocmask/sigprocmask_8-3.run-test", 617 "sigprocmask/sigprocmask_9-1.run-test", 618 619 #"sigqueue/sigqueue_9-1.run-test", 620 "sigrelse/sigrelse_1-1.run-test", 621 "sigrelse/sigrelse_2-1.run-test", 622 "sigrelse/sigrelse_3-1.run-test", 623 "sigsuspend/sigsuspend_3-1.run-test", 624 "sigsuspend/sigsuspend_4-1.run-test", 625 "sigsuspend/sigsuspend_6-1.run-test", 626 "sigtimedwait/sigtimedwait_1-1.run-test", 627 "sigtimedwait/sigtimedwait_6-1.run-test", 628 "sigwait/sigwait_4-1.run-test", 629 "sigwaitinfo/sigwaitinfo_3-1.run-test", 630 ] 631} 632