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
// XFAIL: aarch64
// test fails for aarch64 (see pr32260)
// UNSUPPORTED: mips
// REQUIRES: x86-target-arch
//===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===//
//

View File

@ -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 -----------------------------------===//
//

View File

@ -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 ------------------------------------===//
//

View File

@ -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 --------------------------------===//
//