]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Restore bitshift.exp tests
authorHannes Domani <ssbssa@yahoo.de>
Tue, 11 Jun 2024 18:31:54 +0000 (20:31 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Tue, 11 Jun 2024 18:36:34 +0000 (20:36 +0200)
commit4bafd5b7f377bac19a6dad748f6a162556696c01
tree6e2b86fa6439469c8d5be75a0f8f943856cebd1e
parent8130c1a430c952f65b621aee2c801316a61fab14
Restore bitshift.exp tests

Commit cdd4206647 unintentionally disabled all tests of bitshift.exp,
so it actually just does this:

Running /c/src/repos/binutils-gdb.git/gdb/testsuite/gdb.base/bitshift.exp ...
PASS: gdb.base/bitshift.exp: complete set language

=== gdb Summary ===

 # of expected passes 1

It changed the 'continue' of unsupported languages to 'return', and
since ada is the first language and is unsupported, no tests were run.

This changes it back to 'continue', and the following patches fix
the regressions that were introduced since then unnoticed.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/testsuite/gdb.base/bitshift.exp