mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* lib/gas-defs.exp (run_dump_test): If the test expects an error,
fail the test if gas doesn't report an error.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2008-09-04 Christian Groessler <chris@groessler.org>
|
||||
|
||||
* lib/gas-defs.exp (run_dump_test): If the test expects an error,
|
||||
fail the test if gas doesn't report an error.
|
||||
|
||||
2008-08-28 Jan Beulich <jbeulich@novell.com>
|
||||
|
||||
* gas/i386/intel.s: Add retf.
|
||||
|
@ -690,6 +690,10 @@ proc run_dump_test { name {extra_options {}} } {
|
||||
return
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if { $opts(error) != "" || $opts(error-output) != "" } {
|
||||
fail $testname
|
||||
}
|
||||
}
|
||||
|
||||
if { $program == "" } {
|
||||
|
Reference in New Issue
Block a user