From ae2aec93f0ca3098f2176622d6dd684f8acc21fb Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Fri, 27 Jul 2012 16:25:32 +0000 Subject: [PATCH] MIPS specific exp-out for none/tests/async-sigs. MIPS has different signal values, so it has to have its own expected output for the tests that deal with signal values. This fixes (false) failure in none/tests/async-sigs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12791 --- none/tests/Makefile.am | 2 +- none/tests/async-sigs.stderr.exp-mips32 | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 none/tests/async-sigs.stderr.exp-mips32 diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 7fec5b2b2..2c703745a 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -59,7 +59,7 @@ EXTRA_DIST = \ allexec64.stdout.exp allexec64.stderr.exp allexec64.vgtest\ ansi.stderr.exp ansi.vgtest \ args.stderr.exp args.stdout.exp args.vgtest \ - async-sigs.stderr.exp async-sigs.vgtest \ + async-sigs.stderr.exp async-sigs.stderr.exp-mips32 async-sigs.vgtest \ bitfield1.stderr.exp bitfield1.vgtest \ bug129866.vgtest bug129866.stderr.exp bug129866.stdout.exp \ closeall.stderr.exp closeall.vgtest \ diff --git a/none/tests/async-sigs.stderr.exp-mips32 b/none/tests/async-sigs.stderr.exp-mips32 new file mode 100644 index 000000000..d910ea99f --- /dev/null +++ b/none/tests/async-sigs.stderr.exp-mips32 @@ -0,0 +1,8 @@ +testing: blocking=0 caught=11 fatal=10... PASSED +testing: blocking=0 caught=11 fatal=1... PASSED +testing: blocking=0 caught=16 fatal=10... PASSED +testing: blocking=0 caught=16 fatal=1... PASSED +testing: blocking=1 caught=11 fatal=10... PASSED +testing: blocking=1 caught=11 fatal=1... PASSED +testing: blocking=1 caught=16 fatal=10... PASSED +testing: blocking=1 caught=16 fatal=1... PASSED