From d93303b783befe92775e5c6910fe9a6600882028 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Mon, 9 Mar 2020 16:07:45 -0700 Subject: [PATCH] [ASan] Enable set_shadow_test.c on Windows. It looks like the recent -fno-common is making it pass now. --- compiler-rt/test/asan/TestCases/set_shadow_test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/test/asan/TestCases/set_shadow_test.c b/compiler-rt/test/asan/TestCases/set_shadow_test.c index c20e867..5058a0c 100644 --- a/compiler-rt/test/asan/TestCases/set_shadow_test.c +++ b/compiler-rt/test/asan/TestCases/set_shadow_test.c @@ -6,8 +6,6 @@ // RUN: not %run %t 0xf5 2>&1 | FileCheck %s -check-prefix=XF5 // RUN: not %run %t 0xf8 2>&1 | FileCheck %s -check-prefix=XF8 -// XFAIL: windows-msvc - #include #include #include -- 2.7.4