From 3dd5fc583b47c22a4dfe37a0287403ea0e3ad5d9 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 15 Jan 2003 22:42:26 +0000 Subject: * gcc.c-torture/execute/builtin-constant.x: XFAIL the test. From-SVN: r61354 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.c-torture/execute/builtin-constant.x | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/execute/builtin-constant.x (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4b38fb0..614047a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-01-15 Kaveh R. Ghazi + + * gcc.c-torture/execute/builtin-constant.x: XFAIL the test. + 2003-01-15 Stephane Carrez * gcc.c-torture/compile/20000804-1.x: Don't execute this test at diff --git a/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x b/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x new file mode 100644 index 0000000..f1a6be7 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x @@ -0,0 +1,11 @@ +set torture_eval_before_execute { + global compiler_conditional_xfail_data + set compiler_conditional_xfail_data { + "This test fails on all targets when optimizing." \ + { "*-*-*" } \ + { "*" } \ + { "-O0" } + } +} + +return 0 -- cgit v1.1