[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
GitOrigin-RevId: 3e068f2fd7dac9a398de41c85e97e1af42b4c76b
diff --git a/test/asan/TestCases/Posix/fake_stack_gc.cpp b/test/asan/TestCases/Posix/fake_stack_gc.cpp
index 3bb5fa9..a4646cb 100644
--- a/test/asan/TestCases/Posix/fake_stack_gc.cpp
+++ b/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>