* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
From-SVN: r61354
This commit is contained in:
parent
b0562482b7
commit
3dd5fc583b
2 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
11
gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
Normal file
11
gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
Normal 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
|
Loading…
Add table
Reference in a new issue