[llvm] r295902 - [libFuzzer] Update traces hooks test after r293741

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 15:12:37 PST 2017


Author: bogner
Date: Wed Feb 22 17:12:36 2017
New Revision: 295902

URL: http://llvm.org/viewvc/llvm-project?rev=295902&view=rev
Log:
[libFuzzer] Update traces hooks test after r293741

This test now passes on darwin.

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=295902&r1=295901&r2=295902&view=diff
==============================================================================
--- llvm/trunk/lib/Fuzzer/test/fuzzer-traces-hooks.test (original)
+++ llvm/trunk/lib/Fuzzer/test/fuzzer-traces-hooks.test Wed Feb 22 17:12:36 2017
@@ -1,7 +1,6 @@
-// FIXME: Support sanitizer hooks for memcmp and strcmp need
-// to be implemented in the sanitizer runtime for platforms other
-// than linux
-REQUIRES: linux
+// FIXME: Support for sanitizer hooks for memcmp and strcmp needs to
+// be implemented in the sanitizer runtime for this test
+UNSUPPORTED: windows
 CHECK: BINGO
 
 RUN: not LLVMFuzzer-MemcmpTest               -seed=1 -runs=2000000   2>&1 | FileCheck %s
@@ -16,4 +15,3 @@ RECOMMENDED_DICT:###### Recommended dict
 RECOMMENDED_DICT-DAG: "foo"
 RECOMMENDED_DICT-DAG: "bar"
 RECOMMENDED_DICT:###### End of recommended dictionary. ######
-




More information about the llvm-commits mailing list