forked from OSchip/llvm-project
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
This commit is contained in:
parent
5b75fd9e56
commit
6dabadab78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue