[compiler-rt] 3e068f2 - [compiler-rt][test] recommit: mark asan/TestCases/Posix/fake_stack_gc.cpp as unsupported on Darwin
    Alex Lorenz via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug 14 15:16:04 PDT 2023
    
    
  
Author: Alex Lorenz
Date: 2023-08-14T15:15:03-07:00
New Revision: 3e068f2fd7dac9a398de41c85e97e1af42b4c76b
URL: https://github.com/llvm/llvm-project/commit/3e068f2fd7dac9a398de41c85e97e1af42b4c76b
DIFF: https://github.com/llvm/llvm-project/commit/3e068f2fd7dac9a398de41c85e97e1af42b4c76b.diff
LOG: [compiler-rt][test] recommit: mark asan/TestCases/Posix/fake_stack_gc.cpp as unsupported on Darwin
It's failing on the Darwin CI: https://green.lab.llvm.org/green/ since it was introduced by https://reviews.llvm.org/D157552 and the failure hasn't been resolved yet
Previous fix attempt (beae31523831) did not resolve the failure, so marking it as unsupported again.
rdar://113765281
Added: 
    
Modified: 
    compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
Removed: 
    
################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
index 3bb5fa92014191..a4646cbf6edacc 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
@@ -6,6 +6,9 @@
 // FIXME: Investigate.
 // UNSUPPORTED: android
 
+// FIXME: Fails on Darwin
+// UNSUPPORTED: darwin
+
 #include <algorithm>
 #include <assert.h>
 #include <csignal>
        
    
    
More information about the llvm-commits
mailing list