Add drd/tests/fork-serial and drd/tests/fork-parallel

This commit is contained in:
Bart Van Assche 2018-12-01 08:42:55 -08:00
parent 66a7a592c0
commit 4b90a2e668
5 changed files with 20 additions and 0 deletions

View File

@ -109,6 +109,10 @@ EXTRA_DIST = \
dlopen.stderr.exp \
dlopen.stdout.exp \
dlopen.vgtest \
fork-serial.stderr.exp \
fork-serial.vgtest \
fork-parallel.stderr.exp \
fork-parallel.vgtest \
fp_race.stderr.exp \
fp_race.stderr.exp-mips32-be \
fp_race.stderr.exp-mips32-le \

View File

@ -0,0 +1,5 @@
/bin/ls
/bin/ls
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

View File

@ -0,0 +1,3 @@
prereq: ./supported_libpthread
vgopts: --check-stack-var=yes --read-var-info=yes --show-confl-seg=no
prog: fork 1

View File

@ -0,0 +1,5 @@
/bin/ls
/bin/ls
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

View File

@ -0,0 +1,3 @@
prereq: ./supported_libpthread
vgopts: --check-stack-var=yes --read-var-info=yes --show-confl-seg=no
prog: fork