]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
MIPS specific exp-out for none/tests/async-sigs.
authorPetar Jovanovic <mips32r2@gmail.com>
Fri, 27 Jul 2012 16:25:32 +0000 (16:25 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 27 Jul 2012 16:25:32 +0000 (16:25 +0000)
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
none/tests/async-sigs.stderr.exp-mips32 [new file with mode: 0644]

index 7fec5b2b2ef2f47e46689bb878ea4970139f8b8c..2c703745a4a5b07adf4eda0ced3c9bf330059178 100644 (file)
@@ -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 (file)
index 0000000..d910ea9
--- /dev/null
@@ -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