|
From: <sv...@va...> - 2011-03-09 18:27:33
|
Author: bart Date: 2011-03-09 18:27:25 +0000 (Wed, 09 Mar 2011) New Revision: 11615 Log: DRD: Added an output variant for test pth_detached3. Added: trunk/drd/tests/pth_detached3.stderr.exp1 trunk/drd/tests/pth_detached3.stderr.exp2 Removed: trunk/drd/tests/pth_detached3.stderr.exp Modified: trunk/drd/tests/Makefile.am Modified: trunk/drd/tests/Makefile.am =================================================================== --- trunk/drd/tests/Makefile.am 2011-03-09 17:53:28 UTC (rev 11614) +++ trunk/drd/tests/Makefile.am 2011-03-09 18:27:25 UTC (rev 11615) @@ -146,7 +146,8 @@ pth_detached2.stderr.exp \ pth_detached2.stdout.exp \ pth_detached2.vgtest \ - pth_detached3.stderr.exp \ + pth_detached3.stderr.exp1 \ + pth_detached3.stderr.exp2 \ pth_detached3.vgtest \ pth_detached_sem.stderr.exp \ pth_detached_sem.stdout.exp \ Deleted: trunk/drd/tests/pth_detached3.stderr.exp =================================================================== --- trunk/drd/tests/pth_detached3.stderr.exp 2011-03-09 17:53:28 UTC (rev 11614) +++ trunk/drd/tests/pth_detached3.stderr.exp 2011-03-09 18:27:25 UTC (rev 11615) @@ -1,12 +0,0 @@ - -pthread_detach(): invalid thread ID 0x........ - at 0x........: pthread_detach (drd_pthread_intercepts.c:?) - by 0x........: main (pth_detached3.c:21) - -pthread_detach(): invalid thread ID 0x........ - at 0x........: pthread_detach (drd_pthread_intercepts.c:?) - by 0x........: main (pth_detached3.c:24) - -Finished. - -ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Copied: trunk/drd/tests/pth_detached3.stderr.exp1 (from rev 11614, trunk/drd/tests/pth_detached3.stderr.exp) =================================================================== --- trunk/drd/tests/pth_detached3.stderr.exp1 (rev 0) +++ trunk/drd/tests/pth_detached3.stderr.exp1 2011-03-09 18:27:25 UTC (rev 11615) @@ -0,0 +1,12 @@ + +pthread_detach(): invalid thread ID 0x........ + at 0x........: pthread_detach (drd_pthread_intercepts.c:?) + by 0x........: main (pth_detached3.c:21) + +pthread_detach(): invalid thread ID 0x........ + at 0x........: pthread_detach (drd_pthread_intercepts.c:?) + by 0x........: main (pth_detached3.c:24) + +Finished. + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Added: trunk/drd/tests/pth_detached3.stderr.exp2 =================================================================== --- trunk/drd/tests/pth_detached3.stderr.exp2 (rev 0) +++ trunk/drd/tests/pth_detached3.stderr.exp2 2011-03-09 18:27:25 UTC (rev 11615) @@ -0,0 +1,14 @@ + +pthread_detach(): invalid thread ID 0x........ + at 0x........: vgDrd_set_joinable (drd_pthread_intercepts.c:?) + by 0x........: pthread_detach (drd_pthread_intercepts.c:?) + by 0x........: main (pth_detached3.c:21) + +pthread_detach(): invalid thread ID 0x........ + at 0x........: vgDrd_set_joinable (drd_pthread_intercepts.c:?) + by 0x........: pthread_detach (drd_pthread_intercepts.c:?) + by 0x........: main (pth_detached3.c:24) + +Finished. + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) |