Verify drd/tests/pth_detached stderr output instead of the stdout output.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11933
This commit is contained in:
Bart Van Assche 2011-07-28 18:06:44 +00:00
parent d0318b86e1
commit 259006daec
7 changed files with 5 additions and 2 deletions

View File

@ -80,6 +80,7 @@ int main(int argc, char** argv)
pthread_mutex_destroy(&s_mutex);
write(STDOUT_FILENO, "\n", 1);
fprintf(stderr, "Done.\n");
return 0;
}

View File

@ -1,3 +1,4 @@
Done.
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

View File

@ -1 +0,0 @@
..

View File

@ -1,3 +1,4 @@
prereq: ./supported_libpthread
prog: pth_detached
args: 1 1
stdout_filter: ../../tests/filter_sink

View File

@ -1,3 +1,4 @@
Done.
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

View File

@ -1 +0,0 @@
....................

View File

@ -2,3 +2,4 @@ prereq: ./supported_libpthread
vgopts: --read-var-info=yes
prog: pth_detached
args: 10 10
stdout_filter: ../../tests/filter_sink