diff options
| author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-15 22:42:26 +0000 |
|---|---|---|
| committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-15 22:42:26 +0000 |
| commit | 803d2731164aff92e476e06c19b52ff4c295a635 (patch) | |
| tree | ccc645144052f6d939c8803d94c89255c6d9baf3 | |
| parent | 675241d5e600b1c0f74cbd597ed07cb231331218 (diff) | |
| download | ppe42-gcc-803d2731164aff92e476e06c19b52ff4c295a635.tar.gz ppe42-gcc-803d2731164aff92e476e06c19b52ff4c295a635.zip | |
* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61354 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/builtin-constant.x | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4b38fb0f557..614047a0a71 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * gcc.c-torture/execute/builtin-constant.x: XFAIL the test. + 2003-01-15 Stephane Carrez <stcarrez@nerim.fr> * 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 00000000000..f1a6be7f02e --- /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 |

