|
From: <sv...@va...> - 2011-09-13 16:05:30
|
Author: florian Date: 2011-09-13 17:00:38 +0100 (Tue, 13 Sep 2011) New Revision: 12034 Log: Add exp files for s390x. GCC's use of the MVC insn causes duplicate errors and a different memory access pattern. Added: trunk/drd/tests/annotate_ignore_rw2.stderr.exp-s390x-mvc trunk/drd/tests/annotate_ignore_write.stderr.exp-s390x-mvc trunk/drd/tests/annotate_ignore_write2.stderr.exp-s390x-mvc trunk/drd/tests/pth_barrier.stderr.exp-s390x-mvc trunk/drd/tests/pth_barrier2.stderr.exp-s390x-mvc trunk/drd/tests/pth_barrier3.stderr.exp-s390x-mvc Added: trunk/drd/tests/annotate_ignore_rw2.stderr.exp-s390x-mvc =================================================================== --- trunk/drd/tests/annotate_ignore_rw2.stderr.exp-s390x-mvc (rev 0) +++ trunk/drd/tests/annotate_ignore_rw2.stderr.exp-s390x-mvc 2011-09-13 16:00:38 UTC (rev 12034) @@ -0,0 +1,19 @@ + +Conflicting load by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_rw.c:?) +Location 0x........ is 0 bytes inside local var "s_b" +declared at annotate_ignore_rw.c:10, in frame #? of thread 1 + +Conflicting store by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_rw.c:?) +Location 0x........ is 0 bytes inside local var "s_a" +declared at annotate_ignore_rw.c:9, in frame #? of thread 1 + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: main (annotate_ignore_rw.c:?) +Location 0x........ is 0 bytes inside local var "s_c" +declared at annotate_ignore_rw.c:11, in frame #? of thread 1 + +Finished. + +ERROR SUMMARY: 9 errors from 3 contexts (suppressed: 0 from 0) Added: trunk/drd/tests/annotate_ignore_write.stderr.exp-s390x-mvc =================================================================== --- trunk/drd/tests/annotate_ignore_write.stderr.exp-s390x-mvc (rev 0) +++ trunk/drd/tests/annotate_ignore_write.stderr.exp-s390x-mvc 2011-09-13 16:00:38 UTC (rev 12034) @@ -0,0 +1,19 @@ + +Conflicting load by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_write.c:?) +Location 0x........ is 0 bytes inside local var "s_b" +declared at annotate_ignore_write.c:10, in frame #? of thread 1 + +Conflicting load by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_write.c:?) +Location 0x........ is 0 bytes inside local var "s_c" +declared at annotate_ignore_write.c:11, in frame #? of thread 1 + +Conflicting store by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_write.c:?) +Location 0x........ is 0 bytes inside local var "s_a" +declared at annotate_ignore_write.c:9, in frame #? of thread 1 + +Finished. + +ERROR SUMMARY: 12 errors from 3 contexts (suppressed: 0 from 0) Added: trunk/drd/tests/annotate_ignore_write2.stderr.exp-s390x-mvc =================================================================== --- trunk/drd/tests/annotate_ignore_write2.stderr.exp-s390x-mvc (rev 0) +++ trunk/drd/tests/annotate_ignore_write2.stderr.exp-s390x-mvc 2011-09-13 16:00:38 UTC (rev 12034) @@ -0,0 +1,24 @@ + +Conflicting load by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_write.c:?) +Location 0x........ is 0 bytes inside local var "s_b" +declared at annotate_ignore_write.c:10, in frame #? of thread 1 + +Conflicting store by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_write.c:?) +Location 0x........ is 0 bytes inside local var "s_a" +declared at annotate_ignore_write.c:9, in frame #? of thread 1 + +Conflicting load by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_write.c:?) +Location 0x........ is 0 bytes inside local var "s_c" +declared at annotate_ignore_write.c:11, in frame #? of thread 1 + +Conflicting store by thread 1 at 0x........ size 1 + at 0x........: main (annotate_ignore_write.c:?) +Location 0x........ is 0 bytes inside local var "s_a" +declared at annotate_ignore_write.c:9, in frame #? of thread 1 + +Finished. + +ERROR SUMMARY: 16 errors from 4 contexts (suppressed: 0 from 0) Added: trunk/drd/tests/pth_barrier.stderr.exp-s390x-mvc =================================================================== --- trunk/drd/tests/pth_barrier.stderr.exp-s390x-mvc (rev 0) +++ trunk/drd/tests/pth_barrier.stderr.exp-s390x-mvc 2011-09-13 16:00:38 UTC (rev 12034) @@ -0,0 +1 @@ +ERROR SUMMARY: 4 errors from 1 contexts Added: trunk/drd/tests/pth_barrier2.stderr.exp-s390x-mvc =================================================================== --- trunk/drd/tests/pth_barrier2.stderr.exp-s390x-mvc (rev 0) +++ trunk/drd/tests/pth_barrier2.stderr.exp-s390x-mvc 2011-09-13 16:00:38 UTC (rev 12034) @@ -0,0 +1 @@ +ERROR SUMMARY: 128 errors Added: trunk/drd/tests/pth_barrier3.stderr.exp-s390x-mvc =================================================================== --- trunk/drd/tests/pth_barrier3.stderr.exp-s390x-mvc (rev 0) +++ trunk/drd/tests/pth_barrier3.stderr.exp-s390x-mvc 2011-09-13 16:00:38 UTC (rev 12034) @@ -0,0 +1 @@ +ERROR SUMMARY: 124 errors |