1# Scratch files aren't implemented for mmixware
2# (_stat is a stub and files can't be deleted).
3# Similar restrictions exist for most simulators.
4
5if { [istarget "mmix-knuth-mmixware"]
6     || [istarget "cris-*-elf"] } {
7	set torture_execute_xfail [istarget]
8}
9
10return 0
11