Skip to content

Commit 1bb7217

Browse files
authored
[Sanitizers][Darwin][Test] The top few frames are inaccurate in UBSan. (#153899)
XFailing until further investigation rdar://158303080
1 parent d30fd56 commit 1bb7217

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
// REQUIRES: stable-runtime
1212

13+
// rdar://158303080 top few frames are at times inaccurate in ubsan fast stack
14+
// unwind on darwin
15+
// XFAIL: (darwin && ubsan && (arm64-target-arch || arm64e-target-arch))
16+
1317
// XFAIL: target={{.*netbsd.*}} && !asan
1418

1519
volatile int *null = 0;

0 commit comments

Comments
 (0)