expect thumb-pe and thumb-coff failures

This commit is contained in:
Nick Clifton 1999-11-01 17:12:11 +00:00
parent 509033932c
commit c58c5ee7b5
2 changed files with 3 additions and 1 deletions

View file

@ -475,6 +475,8 @@ proc copy_executable { prog flags test1 test2 } {
setup_xfail "arm*-*-coff"
setup_xfail "arm*-*-pe"
setup_xfail "thumb*-*-coff"
setup_xfail "thumb*-*-pe"
fail $test1
}