* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.

From-SVN: r61354
This commit is contained in:
Kaveh R. Ghazi 2003-01-15 22:42:26 +00:00 committed by Kaveh Ghazi
parent b0562482b7
commit 3dd5fc583b
2 changed files with 15 additions and 0 deletions

View file

@ -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

View file

@ -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