diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2017-03-03 21:28:05 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2017-03-03 21:28:05 +0000 |
commit | 6dabadab785fb7b468f558c579de9630fd5c2a3a (patch) | |
tree | 31afeb3c8d82d6b3ef562973abef8546e4efe570 /llvm/lib | |
parent | 5b75fd9e56def2c63c1e3150e48e28a15c2af8f7 (diff) | |
download | bcm5719-llvm-6dabadab785fb7b468f558c579de9630fd5c2a3a.tar.gz bcm5719-llvm-6dabadab785fb7b468f558c579de9630fd5c2a3a.zip |
un-Xfail Fuzzer test that decided to pass on Green Dragon
It may be flacky, I'll turn it into unsupported if it fails again.
llvm-svn: 296913
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test b/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test index c310674eb28..98540f1f40f 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test +++ b/llvm/lib/Fuzzer/test/fuzzer-traces-hooks.test @@ -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 |