Skip to content

Commit f4a3df1

Browse files
author
Julian Lettner
committed
[ASan][Darwin] XFAIL test; atos does not show line numbers for globals
atos currently doesn't show source line numbers for global variables, so global-location.cpp is failing after we switched from ASan-specific metadata to normal symbolication. See: https://reviews.llvm.org/D127552
1 parent 5fef62f commit f4a3df1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
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
12+
1013
// CHECK: AddressSanitizer: global-buffer-overflow
1114

1215
#include <string.h>

0 commit comments

Comments
 (0)