These tests use 80-bit long doubles, which are x86 only. Mark them so.

This avoids having each new target need to mark them as unsupported.

llvm-svn: 309973
This commit is contained in:
Sterling Augustine 2017-08-03 18:56:54 +00:00
parent f08f5c9926
commit 3eaab9620d
4 changed files with 4 additions and 16 deletions

View File

@ -1,8 +1,5 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t // RUN: %clang_builtins %s %librt -o %t && %run %t
// XFAIL: aarch64 // REQUIRES: x86-target-arch
// test fails for aarch64 (see pr32260)
// UNSUPPORTED: mips
//===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===// //===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===//
// //

View File

@ -1,8 +1,5 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t // RUN: %clang_builtins %s %librt -o %t && %run %t
// XFAIL: aarch64 // REQUIRES: x86-target-arch
// test fails for aarch64 (see pr32260)
// UNSUPPORTED: mips
//===-- fixxfti_test.c - Test __fixxfti -----------------------------------===// //===-- fixxfti_test.c - Test __fixxfti -----------------------------------===//
// //

View File

@ -1,8 +1,5 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t // RUN: %clang_builtins %s %librt -o %t && %run %t
// XFAIL: aarch64 // REQUIRES: x86-target-arch
// test fails for aarch64 (see pr32260)
// UNSUPPORTED: mips
//===-- floattixf.c - Test __floattixf ------------------------------------===// //===-- floattixf.c - Test __floattixf ------------------------------------===//
// //

View File

@ -1,8 +1,5 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t // RUN: %clang_builtins %s %librt -o %t && %run %t
// XFAIL: aarch64 // REQUIRES: x86-target-arch
// test fails for aarch64 (see pr32260)
// UNSUPPORTED: mips
//===-- floatuntixf.c - Test __floatuntixf --------------------------------===// //===-- floatuntixf.c - Test __floatuntixf --------------------------------===//
// //