forked from OSchip/llvm-project
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:
parent
f08f5c9926
commit
3eaab9620d
|
@ -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 -----------------------------===//
|
||||
//
|
||||
|
|
|
@ -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 -----------------------------------===//
|
||||
//
|
||||
|
|
|
@ -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 ------------------------------------===//
|
||||
//
|
||||
|
|
|
@ -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 --------------------------------===//
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue