From: Julian Seward Date: Mon, 13 May 2013 09:13:04 +0000 (+0000) Subject: cond_ld_st: Split the non-arm expected outputs into 32- and 64-bit X-Git-Tag: svn/VALGRIND_3_9_0~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc44df221fa309600672d452ecc8a05c10377789;p=thirdparty%2Fvalgrind.git cond_ld_st: Split the non-arm expected outputs into 32- and 64-bit versions, since they will be different. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13395 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 36c506b530..8ff37d0b59 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -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 index 0000000000..77312cab9d --- /dev/null +++ b/memcheck/tests/cond_ld.stderr.exp-32bit-non-arm @@ -0,0 +1 @@ +Placeholder text; replace with real results diff --git a/memcheck/tests/cond_ld.stderr.exp-non-arm b/memcheck/tests/cond_ld.stderr.exp-64bit-non-arm similarity index 100% rename from memcheck/tests/cond_ld.stderr.exp-non-arm rename to memcheck/tests/cond_ld.stderr.exp-64bit-non-arm 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 index 0000000000..77312cab9d --- /dev/null +++ b/memcheck/tests/cond_st.stderr.exp-32bit-non-arm @@ -0,0 +1 @@ +Placeholder text; replace with real results diff --git a/memcheck/tests/cond_st.stderr.exp-non-arm b/memcheck/tests/cond_st.stderr.exp-64bit-non-arm similarity index 100% rename from memcheck/tests/cond_st.stderr.exp-non-arm rename to memcheck/tests/cond_st.stderr.exp-64bit-non-arm