[llvm-branch-commits] [compiler-rt] c8abecd - [compiler-rt] [test] Adjust an XFAIL for strtoll_strict.c for MinGW targets
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 30 08:08:32 PDT 2023
Author: Martin Storsjö
Date: 2023-08-30T17:00:18+02:00
New Revision: c8abecdaca4e5d7defd9d3f6c388d64f5ee03e47
URL: https://github.com/llvm/llvm-project/commit/c8abecdaca4e5d7defd9d3f6c388d64f5ee03e47
DIFF: https://github.com/llvm/llvm-project/commit/c8abecdaca4e5d7defd9d3f6c388d64f5ee03e47.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.
(cherry picked from commit 277fc9475fb89c0b80d4237dbc8d698a55203c0d)
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-branch-commits
mailing list