Skip to content

Commit dd25802

Browse files
DanBlackwellgithub-actions[bot]
authored andcommitted
Automerge: [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
2 parents b108c86 + d50476b commit dd25802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-templated-cxx.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// UNSUPPORTED: ios
2+
// UNSUPPORTED: darwin
23
// RUN: %clangxx_asan -O0 -g %s -o %t.executable
34
// RUN: %env_asan_opts="symbolize=0" not %run %t.executable > %t_no_module_map.log 2>&1
45
// RUN: %asan_symbolize --force-system-symbolizer < %t_no_module_map.log 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)