diff options
Diffstat (limited to 'test/asan/TestCases/strdup_oob_test.cc')
-rw-r--r-- | test/asan/TestCases/strdup_oob_test.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/asan/TestCases/strdup_oob_test.cc b/test/asan/TestCases/strdup_oob_test.cc index 492555ad10194..60c5ef12a4735 100644 --- a/test/asan/TestCases/strdup_oob_test.cc +++ b/test/asan/TestCases/strdup_oob_test.cc @@ -9,6 +9,10 @@ // Unwind problem on arm: "main" is missing from the allocation stack trace. // UNSUPPORTED: armv7l-unknown-linux-gnueabihf +// FIXME: We fail to intercept strdup with the dynamic WinASan RTL, so it's not +// in the stack trace. +// XFAIL: win32-dynamic-asan + #include <string.h> char kString[] = "foo"; |