[compiler-rt] a52c6a8 - [compiler-rt][test] mark asan/TestCases/Posix/fake_stack_gc.cpp as unsupported on Darwin

Alex Lorenz via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 12:31:14 PDT 2023


Author: Alex Lorenz
Date: 2023-08-11T12:30:57-07:00
New Revision: a52c6a877a48754a73eda5048c998ef3963a716d

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

LOG: [compiler-rt][test] 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

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 50dd869ccf7011..64abf99891d6f3 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