Index: compiler-rt/test/builtins/Unit/fixunsxfti_test.c =================================================================== --- compiler-rt/test/builtins/Unit/fixunsxfti_test.c +++ compiler-rt/test/builtins/Unit/fixunsxfti_test.c @@ -1,8 +1,5 @@ // RUN: %clang_builtins %s %librt -o %t && %run %t -// XFAIL: aarch64 -// test fails for aarch64 (see pr32260) - -// UNSUPPORTED: mips +// REQUIRES: x86-target-arch //===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===// // Index: compiler-rt/test/builtins/Unit/fixxfti_test.c =================================================================== --- compiler-rt/test/builtins/Unit/fixxfti_test.c +++ compiler-rt/test/builtins/Unit/fixxfti_test.c @@ -1,8 +1,5 @@ // RUN: %clang_builtins %s %librt -o %t && %run %t -// XFAIL: aarch64 -// test fails for aarch64 (see pr32260) - -// UNSUPPORTED: mips +// REQUIRES: x86-target-arch //===-- fixxfti_test.c - Test __fixxfti -----------------------------------===// // Index: compiler-rt/test/builtins/Unit/floattixf_test.c =================================================================== --- compiler-rt/test/builtins/Unit/floattixf_test.c +++ compiler-rt/test/builtins/Unit/floattixf_test.c @@ -1,8 +1,5 @@ // RUN: %clang_builtins %s %librt -o %t && %run %t -// XFAIL: aarch64 -// test fails for aarch64 (see pr32260) - -// UNSUPPORTED: mips +// REQUIRES: x86-target-arch //===-- floattixf.c - Test __floattixf ------------------------------------===// // Index: compiler-rt/test/builtins/Unit/floatuntixf_test.c =================================================================== --- compiler-rt/test/builtins/Unit/floatuntixf_test.c +++ compiler-rt/test/builtins/Unit/floatuntixf_test.c @@ -1,8 +1,5 @@ // RUN: %clang_builtins %s %librt -o %t && %run %t -// XFAIL: aarch64 -// test fails for aarch64 (see pr32260) - -// UNSUPPORTED: mips +// REQUIRES: x86-target-arch //===-- floatuntixf.c - Test __floatuntixf --------------------------------===// //