[compiler-rt] 4737aab - Fix a test case after committing D94563.

Amy Huang via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 16:08:26 PST 2021


Author: Amy Huang
Date: 2021-02-04T16:06:51-08:00
New Revision: 4737aab53d7fb36f11d177312a4526d28976b3c1

URL: https://github.com/llvm/llvm-project/commit/4737aab53d7fb36f11d177312a4526d28976b3c1
DIFF: https://github.com/llvm/llvm-project/commit/4737aab53d7fb36f11d177312a4526d28976b3c1.diff

LOG: Fix a test case after committing D94563.

D94563 implemented `ReadBinaryName` on Windows, which causes a test case
to now pass, so remove the `XFAIL: windows-msvc` line.

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp b/compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
index 3f6d239257d2..58649c74fc4f 100644
--- a/compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
+++ b/compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
@@ -24,7 +24,6 @@
 // RUN:   FileCheck --check-prefix=CHECK-WRONG-FILE-NAME %s
 
 // XFAIL: android
-// XFAIL: windows-msvc
 // UNSUPPORTED: ios
 
 #include <stdio.h>


        


More information about the llvm-commits mailing list