Skip to content

Commit 9b064ab

Browse files
DanBlackwellDebadri Basak
authored andcommitted
[ASan][Test-Only][Darwin] Mark asan-symbolize-templated-cxx.cpp unsupported (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
1 parent 6e258c5 commit 9b064ab

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)