xfail forward ObjC test on 64-bit Apple runtime
From-SVN: r170297
This commit is contained in:
parent
401be9ceae
commit
f6c51fa7a1
@ -1,3 +1,7 @@
|
||||
2011-02-18 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
* objc/execute/exceptions/foward-1.x: New.
|
||||
|
||||
2011-02-18 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/47789
|
||||
|
11
gcc/testsuite/objc/execute/exceptions/foward-1.x
Normal file
11
gcc/testsuite/objc/execute/exceptions/foward-1.x
Normal file
@ -0,0 +1,11 @@
|
||||
# XFAIL the run for m64 Darwin NeXT (seems to be a system runtime lib problem).
|
||||
if { [istarget *-*-darwin*] && [check_effective_target_lp64] } {
|
||||
set torture_eval_before_execute {
|
||||
global compiler_conditional_xfail_data
|
||||
set compiler_conditional_xfail_data {
|
||||
"Target fails for fnext-runtime" "*-*-*" { "-fnext-runtime" } { "" }
|
||||
}
|
||||
}
|
||||
}
|
||||
# carry on...
|
||||
return false
|
Loading…
Reference in New Issue
Block a user