summaryrefslogtreecommitdiff
path: root/libffi/testsuite
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2015-10-27 00:39:32 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2015-10-27 00:39:32 +0000
commitbda9c2451e766ec289ce746e803d863832b23f51 (patch)
tree9ce60166476411fad2bf72488281dd345126677d /libffi/testsuite
parentf3e7688d8e22fe39ff7a1427547545897554712a (diff)
re PR libffi/65441 (FAIL: libffi.call/float2.c -W -Wall -Wno-psabi (test for excess errors))
PR libffi/65441 * testsuite/lib/libffi.exp: Load target-supports-dg.exp. * testsuite/libffi.call/float2.c: Don't run on hppa*-*-hpux*. From-SVN: r229400
Diffstat (limited to 'libffi/testsuite')
-rw-r--r--libffi/testsuite/lib/libffi.exp1
-rw-r--r--libffi/testsuite/libffi.call/float2.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/libffi/testsuite/lib/libffi.exp b/libffi/testsuite/lib/libffi.exp
index 29b9510a35e..169fe74ca7c 100644
--- a/libffi/testsuite/lib/libffi.exp
+++ b/libffi/testsuite/lib/libffi.exp
@@ -24,6 +24,7 @@ proc load_gcc_lib { filename } {
load_lib dg.exp
load_lib libgloss.exp
load_gcc_lib target-supports.exp
+load_gcc_lib target-supports-dg.exp
load_gcc_lib target-libpath.exp
load_gcc_lib wrapper.exp
diff --git a/libffi/testsuite/libffi.call/float2.c b/libffi/testsuite/libffi.call/float2.c
index 20a8c402ba4..55b9fba86f8 100644
--- a/libffi/testsuite/libffi.call/float2.c
+++ b/libffi/testsuite/libffi.call/float2.c
@@ -3,7 +3,7 @@
Limitations: none.
PR: none.
Originator: From the original ffitest.c */
-/* { dg-do run } */
+/* { dg-do run { target { ! hppa*-*-hpux* } } } */
#include "ffitest.h"
#include "float.h"