summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/debug_report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/debug_report.cc')
-rw-r--r--test/asan/TestCases/debug_report.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/debug_report.cc b/test/asan/TestCases/debug_report.cc
index 124ae5d76642d..34bc06eba62c1 100644
--- a/test/asan/TestCases/debug_report.cc
+++ b/test/asan/TestCases/debug_report.cc
@@ -6,6 +6,9 @@
#include <stdio.h>
#include <stdlib.h>
+// FIXME: Doesn't work with DLLs
+// XFAIL: win32-dynamic-asan
+
int main() {
// Disable stderr buffering. Needed on Windows.
setvbuf(stderr, NULL, _IONBF, 0);