]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add exp files for s390x. GCC's use of the MVC insn causes
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 13 Sep 2011 16:00:38 +0000 (16:00 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 13 Sep 2011 16:00:38 +0000 (16:00 +0000)
duplicate errors and a different memory access pattern.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12034

drd/tests/annotate_ignore_rw2.stderr.exp-s390x-mvc [new file with mode: 0644]
drd/tests/annotate_ignore_write.stderr.exp-s390x-mvc [new file with mode: 0644]
drd/tests/annotate_ignore_write2.stderr.exp-s390x-mvc [new file with mode: 0644]
drd/tests/pth_barrier.stderr.exp-s390x-mvc [new file with mode: 0644]
drd/tests/pth_barrier2.stderr.exp-s390x-mvc [new file with mode: 0644]
drd/tests/pth_barrier3.stderr.exp-s390x-mvc [new file with mode: 0644]

diff --git a/drd/tests/annotate_ignore_rw2.stderr.exp-s390x-mvc b/drd/tests/annotate_ignore_rw2.stderr.exp-s390x-mvc
new file mode 100644 (file)
index 0000000..7c607b1
--- /dev/null
@@ -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)
diff --git a/drd/tests/annotate_ignore_write.stderr.exp-s390x-mvc b/drd/tests/annotate_ignore_write.stderr.exp-s390x-mvc
new file mode 100644 (file)
index 0000000..66d9691
--- /dev/null
@@ -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)
diff --git a/drd/tests/annotate_ignore_write2.stderr.exp-s390x-mvc b/drd/tests/annotate_ignore_write2.stderr.exp-s390x-mvc
new file mode 100644 (file)
index 0000000..ff49794
--- /dev/null
@@ -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)
diff --git a/drd/tests/pth_barrier.stderr.exp-s390x-mvc b/drd/tests/pth_barrier.stderr.exp-s390x-mvc
new file mode 100644 (file)
index 0000000..f2cb7e8
--- /dev/null
@@ -0,0 +1 @@
+ERROR SUMMARY: 4 errors from 1 contexts
diff --git a/drd/tests/pth_barrier2.stderr.exp-s390x-mvc b/drd/tests/pth_barrier2.stderr.exp-s390x-mvc
new file mode 100644 (file)
index 0000000..423af00
--- /dev/null
@@ -0,0 +1 @@
+ERROR SUMMARY: 128 errors
diff --git a/drd/tests/pth_barrier3.stderr.exp-s390x-mvc b/drd/tests/pth_barrier3.stderr.exp-s390x-mvc
new file mode 100644 (file)
index 0000000..370e88f
--- /dev/null
@@ -0,0 +1 @@
+ERROR SUMMARY: 124 errors