* g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
* gcc.misc-tests/bprob.exp: Likewise.
* g77.dg/execute/
20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
the execution test on arm-elf configs.
* g77.dg/execute/10197.x: New file. XFAIL the execution test on
configs that don't support scratch files.
* g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
From-SVN: r73133
+2003-10-31 Richard Earnshaw <rearnsha@arm.com>
+
+ * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
+ * gcc.misc-tests/bprob.exp: Likewise.
+ * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
+ the execution test on arm-elf configs.
+ * g77.dg/execute/10197.x: New file. XFAIL the execution test on
+ configs that don't support scratch files.
+ * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
+
2003-10-30 Arnaud Charlet <charlet@act-europe.fr>
* ada/acats/run_all.sh: Do not print PASS messages to stdout, as
# Some targets don't have any implementation of __bb_init_func or are
# missing other needed machinery.
if { [istarget mmix-*-*]
+ || [istarget arm*-*-elf]
+ || [istarget strongarm*-*-elf]
+ || [istarget xscale*-*-elf]
|| [istarget cris-*-*] } {
return
}
--- /dev/null
+# Scratch files aren't implemented for mmixware
+# (_stat is a stub and files can't be deleted).
+# Similar restrictions exist for most simulators.
+
+if { [istarget "mmix-knuth-mmixware"]
+ || [istarget "arm*-*-elf"]
+ || [istarget "strongarm*-*-elf"]
+ || [istarget "xscale*-*-elf"]
+ || [istarget "cris-*-elf"] } {
+ set torture_execute_xfail [istarget]
+}
+
+return 0
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
+ || [istarget "arm*-*-elf"]
+ || [istarget "strongarm*-*-elf"]
+ || [istarget "xscale*-*-elf"]
|| [istarget "cris-*-elf"] } {
set torture_execute_xfail [istarget]
}
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
+ || [istarget "arm*-*-elf"]
+ || [istarget "strongarm*-*-elf"]
+ || [istarget "xscalearm*-*-elf"]
|| [istarget "cris-*-elf"] } {
set torture_execute_xfail [istarget]
}
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
+ || [istarget "arm*-*-elf"]
+ || [istarget "strongarm*-*-elf"]
+ || [istarget "xscale*-*-elf"]
|| [istarget "cris-*-elf"] } {
set torture_execute_xfail [istarget]
}
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
+ || [istarget "arm*-*-elf"]
+ || [istarget "strongarm*-*-elf"]
+ || [istarget "xscale*-*-elf"]
|| [istarget "cris-*-elf"] } {
set torture_execute_xfail [istarget]
}
# link time.
if { [istarget "mmix-knuth-mmixware"]
+ || [istarget "arm*-*-elf"]
+ || [istarget "strongarm*-*-elf"]
+ || [istarget "xscale*-*-elf"]
|| [istarget "cris-*-elf"] } {
set torture_compile_xfail [istarget]
}
# Some targets don't have any implementation of __bb_init_func or are
# missing other needed machinery.
if { [istarget mmix-*-*]
+ || [istarget arm*-*-elf]
+ || [istarget strongarm*-*-elf]
+ || [istarget xscale*-*-elf]
|| [istarget cris-*-*]
|| [istarget h8300-*-*] } {
return