]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Re-enable functioning none/tests/amd64/bug137714-amd64 on OS X
authorRhys Kidd <rhyskidd@gmail.com>
Fri, 22 May 2015 16:16:19 +0000 (16:16 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Fri, 22 May 2015 16:16:19 +0000 (16:16 +0000)
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

none/tests/amd64/Makefile.am

index 97967b05f2fadbf36857d49de966cc6641f70587..21d419e4d59ead82b341fa3dacb88293705fb59d 100644 (file)
@@ -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 \