diff options
author | Kevin Buettner <kevinb@redhat.com> | 2015-12-07 23:07:29 -0700 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2015-12-09 09:23:57 -0700 |
commit | 5fc2beac27f81d0840e717e3dd8d6524f9c2e890 (patch) | |
tree | 250d00e7b453b6b04864b7a6e4fd7c85ae6dc24e /gdb/testsuite/ChangeLog | |
parent | 8eab413676a0222a863f45ff606f3db69bb7afc4 (diff) | |
download | binutils-gdb-5fc2beac27f81d0840e717e3dd8d6524f9c2e890.tar.gz |
gdb.base/async.exp: Handle "asynchronous execution not supported"
This change eliminates some failures on simulator targets and makes
the test run a bit quicker too - without this change, we have to wait
for timeouts.
gdb/testsuite/ChangeLog:
* gdb.base/async.exp (proc test_background): Add case
for asynchronous execution not supported.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e4b396f44f4..a3674512660 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-12-09 Kevin Buettner <kevinb@redhat.com> + + * gdb.base/async.exp (proc test_background): Add case for + asynchronous execution not supported. + 2015-12-09 Luis Machado <lgustavo@codesourcery.com> * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal |