From 3763fe57e3d1bafb1593a8ed286dd0f6f8d4494b Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Mon, 4 Dec 2017 18:18:51 +0000 Subject: These tests require x86 80-bit doubles. Mark them so. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319669 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/builtins/Unit/divxc3_test.c | 1 + test/builtins/Unit/mulxc3_test.c | 1 + test/builtins/Unit/powixf2_test.c | 1 + 3 files changed, 3 insertions(+) (limited to 'test') diff --git a/test/builtins/Unit/divxc3_test.c b/test/builtins/Unit/divxc3_test.c index 9974dfb80..876cdde57 100644 --- a/test/builtins/Unit/divxc3_test.c +++ b/test/builtins/Unit/divxc3_test.c @@ -1,4 +1,5 @@ // RUN: %clang_builtins %s %librt -lm -o %t && %run %t +// REQUIRES: x86-target-arch // UNSUPPORTED: powerpc64 //===-- divxc3_test.c - Test __divxc3 -------------------------------------===// // diff --git a/test/builtins/Unit/mulxc3_test.c b/test/builtins/Unit/mulxc3_test.c index 9b8e058df..9f0b41829 100644 --- a/test/builtins/Unit/mulxc3_test.c +++ b/test/builtins/Unit/mulxc3_test.c @@ -1,5 +1,6 @@ // RUN: %clang_builtins %s %librt -lm -o %t && %run %t // UNSUPPORTED: powerpc64 +// REQUIRES: x86-target-arch //===-- mulxc3_test.c - Test __mulxc3 -------------------------------------===// // // The LLVM Compiler Infrastructure diff --git a/test/builtins/Unit/powixf2_test.c b/test/builtins/Unit/powixf2_test.c index 0d2734ae4..1df76f2b8 100644 --- a/test/builtins/Unit/powixf2_test.c +++ b/test/builtins/Unit/powixf2_test.c @@ -1,5 +1,6 @@ // RUN: %clang_builtins %s %librt -o %t && %run %t // UNSUPPORTED: powerpc64 +// REQUIRES: x86-target-arch //===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===// // // The LLVM Compiler Infrastructure -- cgit v1.2.3