[compiler-rt] [ASan][Test-Only][Darwin] Mark asan-symbolize-templated-cxx.cpp unsupported (PR #165410)
Dan Blackwell via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 07:54:51 PDT 2025
https://github.com/DanBlackwell created https://github.com/llvm/llvm-project/pull/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
>From f851fb2428db2b5163c0890f82a70bf151e66a56 Mon Sep 17 00:00:00 2001
From: Dan Blackwell <dan_blackwell at apple.com>
Date: Tue, 28 Oct 2025 14:51:19 +0000
Subject: [PATCH] [ASan][Test-Only][Darwin] Mark
asan-symbolize-templated-cxx.cpp unsupported
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
---
.../test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp | 1 +
1 file changed, 1 insertion(+)
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