Skip to content

Commit fa68c16

Browse files
committed
[Test][Sanitizer][atos] Disable atos-symbolized-recovery test
This test tests uses undefined behavior and is proving to be very flakey. I am disabling for now. Radar to add a new test: rdar://108003900 rdar://107846128
1 parent 7e99d20 commit fa68c16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compiler-rt/test/sanitizer_common/TestCases/Darwin/atos-symbolized-recover.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
// RUN: %clangxx -O0 %s -o %t
55
// RUN: not %run %t 2>&1 | FileCheck %s
66

7-
// UBsan does not always symbolicate unknown address rdar://107846128
8-
// UNSUPPORTED: ubsan
7+
// This test tests for undefined behavior and is leading to various failures.
8+
// Going to disable to unblock CI and rethink a test for this. rdar://107846128
9+
// UNSUPPORTED: darwin
910

1011
void bar() {
1112
void *invalid_addr = reinterpret_cast<void *>(0xDEADBEEF);

0 commit comments

Comments
 (0)