|
From: <sv...@va...> - 2015-05-22 16:16:27
|
Author: rhyskidd
Date: Fri May 22 17:16:19 2015
New Revision: 15280
Log:
Re-enable functioning none/tests/amd64/bug137714-amd64 on OS X
n-i-bz
Before:
== 588 tests, 221 stderr failures, 16 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==
After:
== 588 tests, 220 stderr failures, 15 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==
Modified:
trunk/none/tests/amd64/Makefile.am
Modified: trunk/none/tests/amd64/Makefile.am
==============================================================================
--- trunk/none/tests/amd64/Makefile.am (original)
+++ trunk/none/tests/amd64/Makefile.am Fri May 22 17:16:19 2015
@@ -88,7 +88,7 @@
check_PROGRAMS = \
allexec \
amd64locked \
- bug127521-64 bug132813-amd64 bug132918 \
+ bug127521-64 bug132813-amd64 bug132918 bug137714-amd64 \
clc \
cmpxchg \
$(INSN_TESTS) \
@@ -144,7 +144,6 @@
# DDD: these need to be made to work on Darwin like the x86/ ones were.
if ! VGCONF_OS_IS_DARWIN
check_PROGRAMS += \
- bug137714-amd64 \
bug156404-amd64 \
faultstatus \
fcmovnu \
|