mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect string.
No longer expected to fail.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
|
||||||
|
string. No longer expected to fail.
|
||||||
|
|
||||||
Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
* gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
|
* gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
|
||||||
|
@ -995,15 +995,13 @@ proc all_fpu_computational_tests { } {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Spacing problems, wrong format, wrong registers. Just plain wrong.
|
|
||||||
setup_xfail hppa*-*-*
|
|
||||||
send "x/4i fmpy_addsub_tests\n"
|
send "x/4i fmpy_addsub_tests\n"
|
||||||
expect {
|
expect {
|
||||||
-re ".*
|
-re ".*
|
||||||
.*fmpyadd,sgl fr16,fr17,fr18,fr19,fr20
|
.*fmpyadd,sgl fr16,fr17,fr18,fr19,fr20\r\n\
|
||||||
.*fmpyadd,dbl fr16,fr17,fr18,fr19,fr20
|
.*fmpyadd,dbl fr16,fr17,fr18,fr19,fr20\r\n\
|
||||||
.*fmpysub,sgl fr16,fr17,fr18,fr19,fr20
|
.*fmpysub,sgl fr16,fr17,fr18,fr19,fr20\r\n\
|
||||||
.*fmpysub,dbl fr16,fr17,fr18,fr19,fr20
|
.*fmpysub,dbl fr16,fr17,fr18,fr19,fr20\r\n\
|
||||||
.*$prompt $" { pass "fmpy_addsub_tests" }
|
.*$prompt $" { pass "fmpy_addsub_tests" }
|
||||||
-re "$prompt $" { fail "fmpy_addsub_tests" }
|
-re "$prompt $" { fail "fmpy_addsub_tests" }
|
||||||
timeout { fail "(timeout) fmpy_addsub_tests" }
|
timeout { fail "(timeout) fmpy_addsub_tests" }
|
||||||
@ -1027,7 +1025,6 @@ proc all_fpu_comparison_tests { } {
|
|||||||
|
|
||||||
set fpu_comparison_formats [list {sgl} {dbl} {quad} ]
|
set fpu_comparison_formats [list {sgl} {dbl} {quad} ]
|
||||||
|
|
||||||
# Fails due to spacing and probably formatting problems.
|
|
||||||
foreach i $fpu_comparison_formats {
|
foreach i $fpu_comparison_formats {
|
||||||
send "x/32i fcmp_$i"; send "_tests\n"
|
send "x/32i fcmp_$i"; send "_tests\n"
|
||||||
expect {
|
expect {
|
||||||
|
Reference in New Issue
Block a user