[llvm] r296913 - un-Xfail Fuzzer test that decided to pass on Green Dragon

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 13:28:06 PST 2017


Author: mehdi_amini
Date: Fri Mar  3 15:28:05 2017
New Revision: 296913

URL: http://llvm.org/viewvc/llvm-project?rev=296913&view=rev
Log:
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.

Modified:
    llvm/trunk/lib/Fuzzer/test/fuzzer-traces-hooks.test

Modified: llvm/trunk/lib/Fuzzer/test/fuzzer-traces-hooks.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Fuzzer/test/fuzzer-traces-hooks.test?rev=296913&r1=296912&r2=296913&view=diff
==============================================================================
--- llvm/trunk/lib/Fuzzer/test/fuzzer-traces-hooks.test (original)
+++ llvm/trunk/lib/Fuzzer/test/fuzzer-traces-hooks.test Fri Mar  3 15:28:05 2017
@@ -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




More information about the llvm-commits mailing list