Skip to content

Conversation

@DanBlackwell
Copy link
Contributor

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

…ported

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
@llvmbot
Copy link
Member

llvmbot commented Oct 28, 2025

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Dan Blackwell (DanBlackwell)

Changes

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


Full diff: https://github.com/llvm/llvm-project/pull/165410.diff

1 Files Affected:

  • (modified) compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp (+1)
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

@DanBlackwell DanBlackwell merged commit d50476b into llvm:main Oct 29, 2025
14 checks passed
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 30, 2025
…ported (llvm#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants