mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
d0318b86e1
commit
259006daec
@ -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;
|
||||
}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
Done.
|
||||
|
||||
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
|
||||
@ -1 +0,0 @@
|
||||
..
|
||||
@ -1,3 +1,4 @@
|
||||
prereq: ./supported_libpthread
|
||||
prog: pth_detached
|
||||
args: 1 1
|
||||
stdout_filter: ../../tests/filter_sink
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
|
||||
Done.
|
||||
|
||||
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
||||
|
||||
@ -1 +0,0 @@
|
||||
....................
|
||||
@ -2,3 +2,4 @@ prereq: ./supported_libpthread
|
||||
vgopts: --read-var-info=yes
|
||||
prog: pth_detached
|
||||
args: 10 10
|
||||
stdout_filter: ../../tests/filter_sink
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user