From: Jeff Law Date: Fri, 23 Aug 1996 17:42:00 +0000 (+0000) Subject: * gas/v850/basic.exp (misc_tests): No longer expect failures X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=827b80748b84ec13d5201e333707f2b38392d9a6;p=binutils-gdb.git * gas/v850/basic.exp (misc_tests): No longer expect failures assembling "ldsr" and "stsr" opcodes. * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr" opcodes. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0be78a54111..fd41b7a9d36 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,6 +1,11 @@ start-sanitize-v850 Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com) + * gas/v850/basic.exp (misc_tests): No longer expect failures + assembling "ldsr" and "stsr" opcodes. + * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr" + opcodes. + * gas/v850/basic.exp (misc_tests): No longer expect failures assembling "trap" opcodes. * gas/v850/misc.s: Re-enable assembling of "trap" opcodes. diff --git a/gas/testsuite/gas/v850/basic.exp b/gas/testsuite/gas/v850/basic.exp index f428c89ca3c..c4782987fb6 100755 --- a/gas/testsuite/gas/v850/basic.exp +++ b/gas/testsuite/gas/v850/basic.exp @@ -302,6 +302,8 @@ proc do_misc {} { -re "^ +\[0-9\]+ 000e\[^\n\]*\n" { set x [expr $x+1] } -re "^ +\[0-9\]+ 0012\[^\n\]*\n" { set x [expr $x+1] } -re "^ +\[0-9\]+ 0016\[^\n\]*\n" { set x [expr $x+1] } + -re "^ +\[0-9\]+ 001a\[^\n\]*\n" { set x [expr $x+1] } + -re "^ +\[0-9\]+ 001e\[^\n\]*\n" { set x [expr $x+1] } -re "\[^\n\]*\n" { } timeout { perror "timeout\n"; break } eof { break } @@ -313,10 +315,7 @@ proc do_misc {} { gas_finish # Did we find what we were looking for? If not, flunk it. - if [expr $x==7] then { pass $testname } else { fail $testname } - - setup_xfail "*-*-*" - fail "misc.s: ldsr and stsr tests" + if [expr $x==9] then { pass $testname } else { fail $testname } } proc do_move {} {