From: Julian Seward Date: Wed, 6 Jul 2005 20:03:43 +0000 (+0000) Subject: smc1 is an x86-specific test; re-home it accordingly. (How did this X-Git-Tag: svn/VALGRIND_3_0_0~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a50764852dfafcca912e4fc43a94aa1d91f77e9;p=thirdparty%2Fvalgrind.git smc1 is an x86-specific test; re-home it accordingly. (How did this one evade detection for so long?) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4119 --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index f2bd899d94..087bad381c 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -87,7 +87,6 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ shortpush.stderr.exp shortpush.vgtest \ shorts.stderr.exp shorts.vgtest \ sigstackgrowth.stdout.exp sigstackgrowth.stderr.exp sigstackgrowth.vgtest \ - smc1.stderr.exp smc1.stdout.exp smc1.vgtest \ stackgrowth.stdout.exp stackgrowth.stderr.exp stackgrowth.vgtest \ syscall-restart1.vgtest syscall-restart1.stdout.exp syscall-restart1.stderr.exp \ syscall-restart2.vgtest syscall-restart2.stdout.exp syscall-restart2.stderr.exp \ @@ -115,7 +114,7 @@ check_PROGRAMS = \ pth_stackalign \ rcrl readline1 res_search resolv \ rlimit_nofile selfrun sem semlimit sha1_test \ - shortpush shorts stackgrowth sigstackgrowth smc1 susphello \ + shortpush shorts stackgrowth sigstackgrowth susphello \ syscall-restart1 syscall-restart2 system \ thread-exits threaded-fork threadederrno \ tls tls.so tls2.so yield vgprintf \ diff --git a/none/tests/x86/Makefile.am b/none/tests/x86/Makefile.am index 2c62d7df30..209607da04 100644 --- a/none/tests/x86/Makefile.am +++ b/none/tests/x86/Makefile.am @@ -17,12 +17,13 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ $(addsuffix .vgtest,$(INSN_TESTS)) \ pushpopseg.stderr.exp pushpopseg.stdout.exp pushpopseg.vgtest \ seg_override.stderr.exp seg_override.stdout.exp seg_override.vgtest \ - sigcontext.stdout.exp sigcontext.stderr.exp sigcontext.vgtest + sigcontext.stdout.exp sigcontext.stderr.exp sigcontext.vgtest \ + smc1.stderr.exp smc1.stdout.exp smc1.vgtest check_PROGRAMS = \ badseg bt_everything bt_literal cpuid fpu_lazy_eflags \ getseg $(INSN_TESTS) \ - int pushpopseg seg_override sigcontext + int pushpopseg seg_override sigcontext smc1 AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow \ -g -I$(top_srcdir)/include \ diff --git a/none/tests/smc1.c b/none/tests/x86/smc1.c similarity index 100% rename from none/tests/smc1.c rename to none/tests/x86/smc1.c diff --git a/none/tests/smc1.stderr.exp b/none/tests/x86/smc1.stderr.exp similarity index 100% rename from none/tests/smc1.stderr.exp rename to none/tests/x86/smc1.stderr.exp diff --git a/none/tests/smc1.stdout.exp b/none/tests/x86/smc1.stdout.exp similarity index 100% rename from none/tests/smc1.stdout.exp rename to none/tests/x86/smc1.stdout.exp diff --git a/none/tests/smc1.vgtest b/none/tests/x86/smc1.vgtest similarity index 100% rename from none/tests/smc1.vgtest rename to none/tests/x86/smc1.vgtest