[compiler-rt] 277fc94 - [compiler-rt] [test] Adjust an XFAIL for strtoll_strict.c for MinGW targets
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 28 13:41:11 PDT 2023
Author: Martin Storsjö
Date: 2023-08-28T23:40:22+03:00
New Revision: 277fc9475fb89c0b80d4237dbc8d698a55203c0d
URL: https://github.com/llvm/llvm-project/commit/277fc9475fb89c0b80d4237dbc8d698a55203c0d
DIFF: https://github.com/llvm/llvm-project/commit/277fc9475fb89c0b80d4237dbc8d698a55203c0d.diff
LOG: [compiler-rt] [test] Adjust an XFAIL for strtoll_strict.c for MinGW targets
8033231240f223dc7c718d1d27ece2dbcc8057c6 made this test pass
in MinGW environments, even if it still is failing in MSVC
environments.
Added:
Modified:
compiler-rt/test/asan/TestCases/strtoll_strict.c
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/strtoll_strict.c b/compiler-rt/test/asan/TestCases/strtoll_strict.c
index 097412e3ab5c27..88e6651b6ed11b 100644
--- a/compiler-rt/test/asan/TestCases/strtoll_strict.c
+++ b/compiler-rt/test/asan/TestCases/strtoll_strict.c
@@ -24,7 +24,7 @@
// FIXME: Enable strtoll interceptor.
// REQUIRES: shadow-scale-3
-// XFAIL: target={{.*windows-(msvc.*|gnu)}}
+// XFAIL: target={{.*windows-msvc.*}}
#include <assert.h>
#include <stdlib.h>
More information about the llvm-commits
mailing list