[compiler-rt] d50476b - [ASan][Test-Only][Darwin] Mark asan-symbolize-templated-cxx.cpp unsupported (#165410)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 03:38:57 PDT 2025
Author: Dan Blackwell
Date: 2025-10-29T10:38:53Z
New Revision: d50476b9238939145333ddfc49255dce79c7bbf3
URL: https://github.com/llvm/llvm-project/commit/d50476b9238939145333ddfc49255dce79c7bbf3
DIFF: https://github.com/llvm/llvm-project/commit/d50476b9238939145333ddfc49255dce79c7bbf3.diff
LOG: [ASan][Test-Only][Darwin] Mark asan-symbolize-templated-cxx.cpp unsupported (#165410)
This test is currently failing on some macOS CI nodes due to an issue
with the system symbolizer.
This patch marks this test unsupported while we wait for all CI nodes to
be updated to a newer OS.
rdar://160409885
Added:
Modified:
compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp b/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp
index 3d726a32b7eaa..5794f5dbadaec 100644
--- a/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp
+++ b/compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp
@@ -1,4 +1,5 @@
// UNSUPPORTED: ios
+// UNSUPPORTED: darwin
// RUN: %clangxx_asan -O0 -g %s -o %t.executable
// RUN: %env_asan_opts="symbolize=0" not %run %t.executable > %t_no_module_map.log 2>&1
// RUN: %asan_symbolize --force-system-symbolizer < %t_no_module_map.log 2>&1 | FileCheck %s
More information about the llvm-commits
mailing list