mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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
This commit is contained in:
parent
499d4754d0
commit
ae2aec93f0
@ -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 \
|
||||
|
||||
8
none/tests/async-sigs.stderr.exp-mips32
Normal file
8
none/tests/async-sigs.stderr.exp-mips32
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user