diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-09-09 11:28:02 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-09-09 11:28:02 +0000 |
commit | a08c785677b75d176cbec37c51171ec15d54055e (patch) | |
tree | 8ca2d468a9d82d8d8bafeefe2dff9f077b0fb996 | |
parent | 31d226ab599760a424ca4e331d14bba69c8344b6 (diff) |
These seem to be needed to make regtesting work. Not sure why -- they are
identical to the x86 and amd64 ones.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4612 a5019735-40e9-0310-863c-91ae7b9d1cf9
-rwxr-xr-x | none/tests/ppc32/filter_cpuid | 5 | ||||
-rwxr-xr-x | none/tests/ppc32/filter_int | 6 | ||||
-rwxr-xr-x | none/tests/ppc32/filter_stderr | 4 |
3 files changed, 15 insertions, 0 deletions
diff --git a/none/tests/ppc32/filter_cpuid b/none/tests/ppc32/filter_cpuid new file mode 100755 index 00000000..be90891d --- /dev/null +++ b/none/tests/ppc32/filter_cpuid @@ -0,0 +1,5 @@ +#! /bin/sh + +dir=`dirname $0` + +$dir/filter_stderr diff --git a/none/tests/ppc32/filter_int b/none/tests/ppc32/filter_int new file mode 100755 index 00000000..3b86431d --- /dev/null +++ b/none/tests/ppc32/filter_int @@ -0,0 +1,6 @@ +#! /bin/sh + +dir=`dirname $0` + +$dir/filter_stderr | $dir/../../../tests/filter_addresses + diff --git a/none/tests/ppc32/filter_stderr b/none/tests/ppc32/filter_stderr new file mode 100755 index 00000000..616ce05e --- /dev/null +++ b/none/tests/ppc32/filter_stderr @@ -0,0 +1,4 @@ +#! /bin/sh + +../filter_stderr + |