[compiler-rt] 283998d - [compiler-rt][Darwin] for iossim, mark fake_stack_gc.cpp asan testcase as unsupported
Alex Lorenz via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 15:10:08 PDT 2023
Author: Alex Lorenz
Date: 2023-08-23T15:09:30-07:00
New Revision: 283998dfb2da2636b71ab24f9eb17d6a8fc5dc30
URL: https://github.com/llvm/llvm-project/commit/283998dfb2da2636b71ab24f9eb17d6a8fc5dc30
DIFF: https://github.com/llvm/llvm-project/commit/283998dfb2da2636b71ab24f9eb17d6a8fc5dc30.diff
LOG: [compiler-rt][Darwin] for iossim, mark fake_stack_gc.cpp asan testcase as unsupported
the CI failure (https://green.lab.llvm.org/green/job/clang-san-iossim/) is being investigated using
this issue: https://github.com/llvm/llvm-project/issues/64942 .
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 696d75ae7e1a84..524ca29f2fc577 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
@@ -3,6 +3,10 @@
// Check that fake stack does not discard frames on the main stack, when GC is
// triggered from high alt stack.
+// This test does not work on iOS simulator
+// (https://github.com/llvm/llvm-project/issues/64942).
+// UNSUPPORTED: iossim
+
#include <algorithm>
#include <assert.h>
#include <csignal>
More information about the llvm-commits
mailing list