From: George Karpenkov Date: Fri, 11 Aug 2017 20:30:52 +0000 (+0000) Subject: [libFuzzer] Re-enable coverage.test on Darwin. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65b6f2d17462e3d58c5b3b325f25c9bb375e8e08;p=llvm [libFuzzer] Re-enable coverage.test on Darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310750 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Fuzzer/test/coverage.test b/lib/Fuzzer/test/coverage.test index ebaea19475e..9a2179d91ad 100644 --- a/lib/Fuzzer/test/coverage.test +++ b/lib/Fuzzer/test/coverage.test @@ -1,5 +1,3 @@ -XFAIL: darwin - RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/NullDerefTest.cpp -o %t-NullDerefTest RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO1.cpp -fPIC -shared -o %t-DSO1.so RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO2.cpp -fPIC -shared -o %t-DSO2.so