From: Jeff Law Date: Fri, 23 Jan 1998 21:13:16 +0000 (-0700) Subject: Finish .cexp -> .x conversion. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26452249703104235007113c927f0ea91bec487c;p=gcc.git Finish .cexp -> .x conversion. From-SVN: r17462 --- diff --git a/gcc/testsuite/gcc.failure/940409-1.cexp b/gcc/testsuite/gcc.failure/940409-1.cexp deleted file mode 100644 index aac01277616..00000000000 --- a/gcc/testsuite/gcc.failure/940409-1.cexp +++ /dev/null @@ -1,6 +0,0 @@ -# gcc doesn't handle compile/940409-1.cexp properly, but it's an obscure bug -# so rather than constantly seeing it fail, just record it as expected to -# fail. - -set torture_compile_xfail "*-*-*" -return 0 ;# `0' says we didn't handle the testcase ourselves so continue diff --git a/gcc/testsuite/gcc.failure/940409-1.x b/gcc/testsuite/gcc.failure/940409-1.x new file mode 100644 index 00000000000..aac01277616 --- /dev/null +++ b/gcc/testsuite/gcc.failure/940409-1.x @@ -0,0 +1,6 @@ +# gcc doesn't handle compile/940409-1.cexp properly, but it's an obscure bug +# so rather than constantly seeing it fail, just record it as expected to +# fail. + +set torture_compile_xfail "*-*-*" +return 0 ;# `0' says we didn't handle the testcase ourselves so continue