]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
cond_ld_st: Split the non-arm expected outputs into 32- and 64-bit
authorJulian Seward <jseward@acm.org>
Mon, 13 May 2013 09:13:04 +0000 (09:13 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 13 May 2013 09:13:04 +0000 (09:13 +0000)
versions, since they will be different.

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

memcheck/tests/Makefile.am
memcheck/tests/cond_ld.stderr.exp-32bit-non-arm [new file with mode: 0644]
memcheck/tests/cond_ld.stderr.exp-64bit-non-arm [moved from memcheck/tests/cond_ld.stderr.exp-non-arm with 100% similarity]
memcheck/tests/cond_st.stderr.exp-32bit-non-arm [new file with mode: 0644]
memcheck/tests/cond_st.stderr.exp-64bit-non-arm [moved from memcheck/tests/cond_st.stderr.exp-non-arm with 100% similarity]

index 36c506b53032c470cef136242e0a4d99d8847467..8ff37d0b59186d787d3408d3069bc1d50c27c948 100644 (file)
@@ -80,9 +80,11 @@ EXTRA_DIST = \
        clo_redzone_default.vgtest clo_redzone_128.vgtest \
        clo_redzone_default.stderr.exp clo_redzone_128.stderr.exp \
        cond_ld.vgtest cond_ld.stdout.exp cond_ld-stderr.exp-arm \
-               cond_ld-stderr.exp-non-arm \
+               cond_ld-stderr.exp-64bit-non-arm \
+               cond_ld-stderr.exp-32bit-non-arm \
        cond_st.vgtest cond_st.stdout.exp cond_st-stderr.exp-arm \
-               cond_st-stderr.exp-non-arm \
+               cond_st-stderr.exp-64bit-non-arm \
+               cond_st-stderr.exp-32bit-non-arm \
        custom_alloc.stderr.exp custom_alloc.vgtest \
                custom_alloc.stderr.exp-s390x-mvc \
        custom-overlap.stderr.exp custom-overlap.vgtest \
diff --git a/memcheck/tests/cond_ld.stderr.exp-32bit-non-arm b/memcheck/tests/cond_ld.stderr.exp-32bit-non-arm
new file mode 100644 (file)
index 0000000..77312ca
--- /dev/null
@@ -0,0 +1 @@
+Placeholder text; replace with real results
diff --git a/memcheck/tests/cond_st.stderr.exp-32bit-non-arm b/memcheck/tests/cond_st.stderr.exp-32bit-non-arm
new file mode 100644 (file)
index 0000000..77312ca
--- /dev/null
@@ -0,0 +1 @@
+Placeholder text; replace with real results