Disable tests none/tests/amd64/faultstatus, none/tests/x86/faultstatus

and none/tests/x86/int.  They always fail, the tested functionality
isn't going to get fixed in a hurry, and it's just generally annoying.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5933
This commit is contained in:
Julian Seward 2006-05-26 00:50:41 +00:00
parent e5bb962be2
commit ad99fe2c00
8 changed files with 14 additions and 7 deletions

View File

@ -6,7 +6,7 @@ INSN_TESTS = insn_basic insn_mmx insn_sse insn_sse2 insn_fpu
EXTRA_DIST = $(noinst_SCRIPTS) \
clc.vgtest clc.stdout.exp clc.stderr.exp \
faultstatus.vgtest faultstatus.stderr.exp \
faultstatus.disabled faultstatus.stderr.exp \
fcmovnu.vgtest fcmovnu.stderr.exp fcmovnu.stdout.exp \
fxtract.vgtest fxtract.stderr.exp fxtract.stdout.exp \
$(addsuffix .stderr.exp,$(INSN_TESTS)) \

View File

@ -0,0 +1,3 @@
# Currently disabled because the necessary magic in sigframe-amd64-linux.c
# doesn't work well enough, so the test always fails.
prog: faultstatus

View File

@ -1 +0,0 @@
prog: faultstatus

View File

@ -9,14 +9,14 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
bt_literal.stderr.exp bt_literal.stdout.exp bt_literal.vgtest \
cpuid.stderr.exp cpuid.stdout.exp cpuid.vgtest \
cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \
faultstatus.vgtest faultstatus.stderr.exp \
faultstatus.disabled faultstatus.stderr.exp \
fcmovnu.vgtest fcmovnu.stderr.exp fcmovnu.stdout.exp \
fpu_lazy_eflags.stderr.exp fpu_lazy_eflags.stdout.exp \
fpu_lazy_eflags.vgtest \
fxtract.stdout.exp fxtract.stderr.exp fxtract.vgtest \
getseg.stdout.exp getseg.stderr.exp getseg.vgtest \
incdec_alt.stdout.exp incdec_alt.stderr.exp incdec_alt.vgtest \
int.stderr.exp int.stdout.exp int.vgtest \
int.stderr.exp int.stdout.exp int.disabled \
$(addsuffix .stderr.exp,$(INSN_TESTS)) \
$(addsuffix .stdout.exp,$(INSN_TESTS)) \
$(addsuffix .vgtest,$(INSN_TESTS)) \

View File

@ -0,0 +1,4 @@
# Currently disabled because the necessary magic in sigframe-x86-linux.c
# doesn't work well enough, so the test always fails. It did work back
# in 2.4.X days and could be made to do so again if required.
prog: faultstatus

View File

@ -1 +0,0 @@
prog: faultstatus

View File

@ -0,0 +1,4 @@
# This is currently disabled because vex doesn't deal with x86
# int $n for n != 0x80 and so the test is pointless (at the moment).
prog: int
cleanup: rm -f vgcore.pid*

View File

@ -1,2 +0,0 @@
prog: int
cleanup: rm -f vgcore.pid*