Prevent running sigwait tests in parallel
test_sig_discard_ign_* could not run at the same time. Approved by: dchagin Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D35236
This commit is contained in:
parent
f5024381ac
commit
c678572e76
@ -29,6 +29,7 @@ ATF_TESTS_C+= reaper
|
||||
ATF_TESTS_C+= sched_affinity
|
||||
ATF_TESTS_C+= sigaltstack
|
||||
ATF_TESTS_C+= sigwait
|
||||
TEST_METADATA.sigwait+= is_exclusive="true"
|
||||
.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH:Mpowerpc*} == ""
|
||||
ATF_TESTS_C+= subr_physmem_test
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user