|
From: <sv...@va...> - 2015-05-23 04:19:07
|
Author: rhyskidd
Date: Sat May 23 05:18:57 2015
New Revision: 15281
Log:
Unguard none/tests/x86/cse_fail on OS X, as the test completes. n-i-bz.
Modified:
trunk/none/tests/x86/Makefile.am
Modified: trunk/none/tests/x86/Makefile.am
==============================================================================
--- trunk/none/tests/x86/Makefile.am (original)
+++ trunk/none/tests/x86/Makefile.am Sat May 23 05:18:57 2015
@@ -79,6 +79,7 @@
bug152818-x86 \
cmpxchg8b \
cpuid \
+ cse_fail \
fcmovnu \
fpu_lazy_eflags \
fxtract \
@@ -105,7 +106,7 @@
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
|