[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
This commit is contained in:
Julian Lettner
2022-06-22 18:19:31 -07:00
parent 5fef62f643
commit f4a3df18a7

View File

@@ -7,6 +7,9 @@
// COFF doesn't support debuginfo for globals. For the non-debuginfo tests, see global-location-nodebug.cpp.
// XFAIL: windows-msvc
// atos currently doesn't show source line numbers for global variables.
// XFAIL: darwin
// CHECK: AddressSanitizer: global-buffer-overflow
#include <string.h>