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.

llvm-svn: 296913

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

index c310674..98540f1 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