]> granicus.if.org Git - llvm/commitdiff
un-Xfail Fuzzer test that decided to pass on Green Dragon
authorMehdi Amini <mehdi.amini@apple.com>
Fri, 3 Mar 2017 21:28:05 +0000 (21:28 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Fri, 3 Mar 2017 21:28:05 +0000 (21:28 +0000)
It may be flacky, I'll turn it into unsupported if it fails again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296913 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/test/fuzzer-traces-hooks.test

index c310674eb28128473a374214b28acffcb3ca6398..98540f1f40f458931c26d72d0f4b2847116fc9f4 100644 (file)
@@ -1,7 +1,6 @@
 // FIXME: Support for sanitizer hooks for memcmp and strcmp needs to
 // be implemented in the sanitizer runtime for this test
 UNSUPPORTED: windows
-XFAIL: darwin
 CHECK: BINGO
 
 RUN: not LLVMFuzzer-MemcmpTest               -seed=1 -runs=2000000   2>&1 | FileCheck %s