Skip to content

Commit 1bdbf13

Browse files
author
Julian Lettner
committed
[Sanitizer][Darwin] atos does not show line numbers for globals
atos does not show line numbers for globals and will probably not support this anytime soon. Mark test UNSUPPORTED instead of XFAIL.
1 parent 87077c7 commit 1bdbf13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/global-location.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// COFF doesn't support debuginfo for globals. For the non-debuginfo tests, see global-location-nodebug.cpp.
88
// XFAIL: windows-msvc
99

10-
// atos currently doesn't show source line numbers for global variables.
11-
// XFAIL: darwin
10+
// atos doesn't show source line numbers for global variables.
11+
// UNSUPPORTED: darwin
1212

1313
// CHECK: AddressSanitizer: global-buffer-overflow
1414

0 commit comments

Comments
 (0)