File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,11 @@ function do_build_lib {
202202 echo " the utest samin/damin have been temporarily disabled."
203203 echo " QEMU does not support the 'lper' /'lpdr' instructions used"
204204 fi
205+ if [ " $plat " == " loongarch64" ] || [ " $plat " == " ppc64le" ] [ " $plat " == " s390x" ]; then
206+ sed -i ' s/CTEST(fork, safety)/CTEST_SKIP(fork, safety)/g' ./utest/test_fork.c
207+ sed -i ' s/CTEST(fork, safety_after_fork_in_parent)/CTEST_SKIP(fork, safety_after_fork_in_parent)/g' ./utest/test_post_fork.c
208+ echo " QEMU has a race condition preventing fork tests to work as expected"
209+ fi
205210 if [ -n " $dynamic_list " ]; then
206211 CFLAGS=" $CFLAGS -fvisibility=protected -Wno-uninitialized" \
207212 make BUFFERSIZE=20 DYNAMIC_ARCH=1 QUIET_MAKE=1 \
You can’t perform that action at this time.
0 commit comments