From 074c2cffc8f3230163407ca246b880f6f5347749 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 28 Oct 1997 23:41:58 -0700 Subject: [PATCH] Expect this test to fail. Don't even bother trying to even compile the testcase. From-SVN: r16227 --- gcc/testsuite/gcc.c-torture/compile/961203-1.cexp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/compile/961203-1.cexp diff --git a/gcc/testsuite/gcc.c-torture/compile/961203-1.cexp b/gcc/testsuite/gcc.c-torture/compile/961203-1.cexp new file mode 100644 index 000000000000..dad1a21aaaef --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/961203-1.cexp @@ -0,0 +1,7 @@ +# This doesn't work on any host with 32 bit int or smaller. + +# Because this test tends to consume lots of system resources and doesn't +# currently work, don't actually run it. Just report a failure. +setup_xfail "*-*-*" +fail "gcc.c-torture/compile/961203-1.c" +return 1 ;# `1' says we handled the testcase ourselves -- 2.47.2