20001201.x   [plain text]


# 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