[PATCH] D148000: [compiler-rt] [test] Remove a leftover XFAIL
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 02:03:46 PDT 2023
mstorsjo created this revision.
mstorsjo added reviewers: aeubanks, omjavaid, phosek, alvinhochun, vitalybuka.
Herald added subscribers: Enna1, kristof.beyls, dberris.
Herald added a project: All.
mstorsjo requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
This test succeeds on aarch64 windows now (tested both in mingw
mode and with clang-cl), most probably since commit
ccd96b3e03e18653e909852bfef105fc10782acb <https://reviews.llvm.org/rGccd96b3e03e18653e909852bfef105fc10782acb> / D146667 <https://reviews.llvm.org/D146667> ([builtins][test] Fix
divmodti4_test.c on Windows).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148000
Files:
compiler-rt/test/builtins/Unit/divmodti4_test.c
Index: compiler-rt/test/builtins/Unit/divmodti4_test.c
===================================================================
--- compiler-rt/test/builtins/Unit/divmodti4_test.c
+++ compiler-rt/test/builtins/Unit/divmodti4_test.c
@@ -1,4 +1,3 @@
-// XFAIL: target=aarch64-{{.*}}-windows-{{.*}}
// RUN: %clang_builtins %s %librt -o %t && %run %t
// REQUIRES: librt_has_divmodti4
// REQUIRES: int128
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148000.512370.patch
Type: text/x-patch
Size: 398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230411/9e22857e/attachment.bin>
More information about the llvm-commits
mailing list