[PATCH] D147862: [compiler-rt] [test] Generalize the triple regex for windows XFAILs

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 14:04:23 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG25350a736250: [compiler-rt] [test] Generalize the triple regex for windows XFAILs (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147862/new/

https://reviews.llvm.org/D147862

Files:
  compiler-rt/test/builtins/Unit/divmodti4_test.c
  compiler-rt/test/builtins/Unit/fixunstfdi_test.c
  compiler-rt/test/builtins/Unit/multc3_test.c


Index: compiler-rt/test/builtins/Unit/multc3_test.c
===================================================================
--- compiler-rt/test/builtins/Unit/multc3_test.c
+++ compiler-rt/test/builtins/Unit/multc3_test.c
@@ -1,4 +1,4 @@
-// XFAIL: target=aarch64-pc-windows-{{.*}}
+// XFAIL: target=aarch64-{{.*}}-windows-{{.*}}
 // RUN: %clang_builtins %s %librt -o %t && %run %t
 // REQUIRES: librt_has_multc3
 
Index: compiler-rt/test/builtins/Unit/fixunstfdi_test.c
===================================================================
--- compiler-rt/test/builtins/Unit/fixunstfdi_test.c
+++ compiler-rt/test/builtins/Unit/fixunstfdi_test.c
@@ -1,4 +1,4 @@
-// XFAIL: target=aarch64-pc-windows-{{.*}}
+// XFAIL: target=aarch64-{{.*}}-windows-{{.*}}
 // RUN: %clang_builtins %s %librt -o %t && %run %t
 // REQUIRES: librt_has_fixunstfdi
 
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,4 @@
-// XFAIL: target=aarch64-pc-windows-{{.*}}
+// 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: D147862.512257.patch
Type: text/x-patch
Size: 1280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230410/afcc0ee6/attachment.bin>


More information about the llvm-commits mailing list