From: Thomas Preud'homme Date: Thu, 18 May 2017 15:31:40 +0000 (+0100) Subject: Expect prompt after no FPU warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e3e7faebe89bfab0d245040b19fd7347d186065;p=binutils-gdb.git Expect prompt after no FPU warning 2017-05-18 Thomas Preud'homme gdb/testsuite/ * gdb.base/float.exp: Expect GDB prompt for targets without FPU. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c127f1adc5e..40df91ea260 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-05-18 Thomas Preud'homme + + * gdb.base/float.exp: Expect GDB prompt for targets without FPU. + 2017-05-18 Pedro Alves * gdb.base/fileio.c (test_write, test_read, test_close) diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index a4762c97426..e09c124b882 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -50,7 +50,7 @@ if { [is_aarch64_target] } then { # if we have NEON. pass "info float (VFP)" } - -re "No floating.point info available for this processor.*" { + -re "No floating.point info available for this processor.*$gdb_prompt $" { pass "info float (without FPU)" } } @@ -63,7 +63,7 @@ if { [is_aarch64_target] } then { -re "fp0.*fp1.*fp7.*$gdb_prompt $" { pass "info float (with FPU)" } - -re "No floating.point info available for this processor.*" { + -re "No floating.point info available for this processor.*$gdb_prompt $" { pass "info float (without FPU)" } } @@ -81,7 +81,7 @@ if { [is_aarch64_target] } then { -re "fd0.*fd3.*$gdb_prompt $" { pass "info float (with FPU)" } - -re "No floating.point info available for this processor.*" { + -re "No floating.point info available for this processor.*$gdb_prompt $" { pass "info float (without FPU)" } } @@ -90,7 +90,7 @@ if { [is_aarch64_target] } then { -re "f0.*f1.*f31.*fpscr.*$gdb_prompt $" { pass "info float (with FPU)" } - -re "No floating.point info available for this processor.*" { + -re "No floating.point info available for this processor.*$gdb_prompt $" { pass "info float (without FPU)" } } @@ -102,7 +102,7 @@ if { [is_aarch64_target] } then { -re "fpul.*fr0.*fr1.*fr15.*$gdb_prompt $" { pass "info float (with FPU)" } - -re "No floating.point info available for this processor.*" { + -re "No floating.point info available for this processor.*$gdb_prompt $" { pass "info float (without FPU)" } }