|
From: <sv...@va...> - 2008-08-04 14:53:46
|
Author: sewardj
Date: 2008-08-04 15:53:51 +0100 (Mon, 04 Aug 2008)
New Revision: 8508
Log:
Disable more tests for now:
* syscall.vgtest, because syscall param checking doesn't work right,
because of confusion about overlapping mmap'd segments
* x86/{asm,lea}.vgtest, partially because I can't figure out why
the build system doesn't build them, and partially because it's
not clear that they are useful anyway.
Added:
branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest-disabled
branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest-disabled
branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest-disabled
Removed:
branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest
branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest
branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest
Modified:
branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am
branches/PTRCHECK/exp-ptrcheck/tests/x86/Makefile.am
branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.S
Modified: branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am 2008-08-04 14:17:42 UTC (rev 8507)
+++ branches/PTRCHECK/exp-ptrcheck/tests/Makefile.am 2008-08-04 14:53:51 UTC (rev 8508)
@@ -2,19 +2,19 @@
# For AM_FLAG_M3264_PRI
include $(top_srcdir)/Makefile.flags.am
-SUBDIRS = .
-if VGP_X86_LINUX
-SUBDIRS += x86
-endif
-if VGP_AMD64_LINUX
-SUBDIRS += amd64
-endif
-if VGP_PPC32_LINUX
-SUBDIRS += ppc32
-endif
-if VGP_PPC64_LINUX
-SUBDIRS += ppc64
-endif
+#SUBDIRS = .
+#if VGP_X86_LINUX
+#SUBDIRS += x86
+#endif
+#if VGP_AMD64_LINUX
+#SUBDIRS += amd64
+#endif
+#if VGP_PPC32_LINUX
+#SUBDIRS += ppc32
+#endif
+#if VGP_PPC64_LINUX
+#SUBDIRS += ppc64
+#endif
DIST_SUBDIRS = ${VG_ARCH_ALL} .
@@ -51,7 +51,7 @@
sub.vgtest-disabled sub.stderr.exp \
supp.vgtest supp.stderr.exp supp.supp \
suppgen.vgtest-disabled suppgen.stderr.exp suppgen.stdin \
- syscall.vgtest syscall.stderr.exp \
+ syscall.vgtest-disabled syscall.stderr.exp \
tricky.vgtest tricky.stderr.exp \
unaligned.vgtest unaligned.stderr.exp \
xor.vgtest-disabled xor.stderr.exp \
Deleted: branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest 2008-08-04 14:17:42 UTC (rev 8507)
+++ branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest 2008-08-04 14:53:51 UTC (rev 8508)
@@ -1 +0,0 @@
-prog: syscall
Copied: branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest-disabled (from rev 8499, branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest)
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest-disabled (rev 0)
+++ branches/PTRCHECK/exp-ptrcheck/tests/syscall.vgtest-disabled 2008-08-04 14:53:51 UTC (rev 8508)
@@ -0,0 +1 @@
+prog: syscall
Modified: branches/PTRCHECK/exp-ptrcheck/tests/x86/Makefile.am
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/x86/Makefile.am 2008-08-04 14:17:42 UTC (rev 8507)
+++ branches/PTRCHECK/exp-ptrcheck/tests/x86/Makefile.am 2008-08-04 14:53:51 UTC (rev 8508)
@@ -4,8 +4,8 @@
check_PROGRAMS = asm lea
EXTRA_DIST = $(noinst_SCRIPTS) \
- asm.vgtest asm.stderr.exp \
- lea.vgtest lea.stderr.exp
+ asm.vgtest-disabled asm.stderr.exp \
+ lea.vgtest-disabled lea.stderr.exp
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = $(WERROR) @FLAG_M32@ -Winline -Wall -Wshadow -g \
Modified: branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.S
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.S 2008-08-04 14:17:42 UTC (rev 8507)
+++ branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.S 2008-08-04 14:53:51 UTC (rev 8508)
@@ -1,4 +1,3 @@
-
.file "asm.S"
.text
.globl main
Deleted: branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest 2008-08-04 14:17:42 UTC (rev 8507)
+++ branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest 2008-08-04 14:53:51 UTC (rev 8508)
@@ -1 +0,0 @@
-prog: asm
Copied: branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest-disabled (from rev 8499, branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest)
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest-disabled (rev 0)
+++ branches/PTRCHECK/exp-ptrcheck/tests/x86/asm.vgtest-disabled 2008-08-04 14:53:51 UTC (rev 8508)
@@ -0,0 +1 @@
+prog: asm
Deleted: branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest 2008-08-04 14:17:42 UTC (rev 8507)
+++ branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest 2008-08-04 14:53:51 UTC (rev 8508)
@@ -1 +0,0 @@
-prog: lea
Copied: branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest-disabled (from rev 8499, branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest)
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest-disabled (rev 0)
+++ branches/PTRCHECK/exp-ptrcheck/tests/x86/lea.vgtest-disabled 2008-08-04 14:53:51 UTC (rev 8508)
@@ -0,0 +1 @@
+prog: lea
|