From: Rhys Kidd Date: Fri, 22 May 2015 16:16:19 +0000 (+0000) Subject: Re-enable functioning none/tests/amd64/bug137714-amd64 on OS X X-Git-Tag: svn/VALGRIND_3_11_0~351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86b8c2f2352937aa2cfb7619e5f2473f4e96b9c9;p=thirdparty%2Fvalgrind.git 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 == git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15280 --- diff --git a/none/tests/amd64/Makefile.am b/none/tests/amd64/Makefile.am index 97967b05f2..21d419e4d5 100644 --- a/none/tests/amd64/Makefile.am +++ b/none/tests/amd64/Makefile.am @@ -88,7 +88,7 @@ EXTRA_DIST = \ check_PROGRAMS = \ allexec \ amd64locked \ - bug127521-64 bug132813-amd64 bug132918 \ + bug127521-64 bug132813-amd64 bug132918 bug137714-amd64 \ clc \ cmpxchg \ $(INSN_TESTS) \ @@ -144,7 +144,6 @@ endif # 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 \