[compiler-rt] 76ae530 - [PPC] XFAIL ppc/fixtfti_test.c and ppc/fixunstfti_test.c and track them under issue 171751
Wael Yehia via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 10 17:57:19 PST 2025
Author: Wael Yehia
Date: 2025-12-11T02:06:10Z
New Revision: 76ae530407a42f50fa946ccaca5c1039fff5c7ca
URL: https://github.com/llvm/llvm-project/commit/76ae530407a42f50fa946ccaca5c1039fff5c7ca
DIFF: https://github.com/llvm/llvm-project/commit/76ae530407a42f50fa946ccaca5c1039fff5c7ca.diff
LOG: [PPC] XFAIL ppc/fixtfti_test.c and ppc/fixunstfti_test.c and track them under issue 171751
Added:
Modified:
compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c
compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.c
Removed:
################################################################################
diff --git a/compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c b/compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c
index 8b86d7879f7e7..f0c9fcd30c07e 100644
--- a/compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c
+++ b/compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c
@@ -1,3 +1,4 @@
+// XFAIL: *
// REQUIRES: target-is-powerpc64le
// RUN: %clang_builtins %s %librt -o %t && %run %t
diff --git a/compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.c b/compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.c
index 0eee31db1b5dd..fe706986a345d 100644
--- a/compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.c
+++ b/compiler-rt/test/builtins/Unit/ppc/fixunstfti_test.c
@@ -1,3 +1,4 @@
+// XFAIL: *
// REQUIRES: target-is-powerpc64le
// RUN: %clang_builtins %s %librt -o %t && %run %t
More information about the llvm-commits
mailing list