From bde4ed23f822667f6e13a95451567ddcef25f67c Mon Sep 17 00:00:00 2001 From: Rhys Kidd Date: Sat, 23 May 2015 04:18:57 +0000 Subject: [PATCH] Unguard none/tests/x86/cse_fail on OS X, as the test completes. n-i-bz. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15281 --- none/tests/x86/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/none/tests/x86/Makefile.am b/none/tests/x86/Makefile.am index bab84b6b20..e2465f794b 100644 --- a/none/tests/x86/Makefile.am +++ b/none/tests/x86/Makefile.am @@ -79,6 +79,7 @@ check_PROGRAMS = \ bug152818-x86 \ cmpxchg8b \ cpuid \ + cse_fail \ fcmovnu \ fpu_lazy_eflags \ fxtract \ @@ -105,7 +106,7 @@ if BUILD_LZCNT_TESTS check_PROGRAMS += lzcnt32 endif if !VGCONF_OS_IS_DARWIN - check_PROGRAMS += cse_fail faultstatus + check_PROGRAMS += faultstatus endif if BUILD_MOVBE_TESTS check_PROGRAMS += movbe -- 2.47.3