[compiler-rt] 1e92b17 - Fix test failure for external_symbolizer_path.cpp

Amy Huang via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 12:52:23 PST 2021


Author: Amy Huang
Date: 2021-02-12T12:49:41-08:00
New Revision: 1e92b1730f465323844f5792aa45c9fa7463579e

URL: https://github.com/llvm/llvm-project/commit/1e92b1730f465323844f5792aa45c9fa7463579e
DIFF: https://github.com/llvm/llvm-project/commit/1e92b1730f465323844f5792aa45c9fa7463579e.diff

LOG: Fix test failure for external_symbolizer_path.cpp

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp b/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
index c9777bbef800..19d5df5020d9 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
@@ -17,8 +17,8 @@
 // Mobile device will not have symbolizer in provided path.
 // UNSUPPORTED: ios, android
 
-// FIXME: Figure out why this fails and re-enable.
-// UNSUPPORTED: *
+// FIXME: Figure out why this fails on certain buildbots and re-enable.
+// UNSUPPORTED: linux
 
 #include <sanitizer/common_interface_defs.h>
 #include <stdio.h>


        


More information about the llvm-commits mailing list