[compiler-rt] d93303b - [ASan] Enable set_shadow_test.c on Windows.
Matt Morehouse via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 16:09:39 PDT 2020
Author: Matt Morehouse
Date: 2020-03-09T16:09:28-07:00
New Revision: d93303b783befe92775e5c6910fe9a6600882028
URL: https://github.com/llvm/llvm-project/commit/d93303b783befe92775e5c6910fe9a6600882028
DIFF: https://github.com/llvm/llvm-project/commit/d93303b783befe92775e5c6910fe9a6600882028.diff
LOG: [ASan] Enable set_shadow_test.c on Windows.
It looks like the recent -fno-common is making it pass now.
Added:
Modified:
compiler-rt/test/asan/TestCases/set_shadow_test.c
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/set_shadow_test.c b/compiler-rt/test/asan/TestCases/set_shadow_test.c
index c20e867967ea..5058a0c2d240 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 <assert.h>
#include <sanitizer/asan_interface.h>
#include <stddef.h>
More information about the llvm-commits
mailing list