xtensa: gas: convert tests to run_dump_tests
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 5 Apr 2019 00:51:00 +0000 (17:51 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Thu, 11 Apr 2019 18:41:36 +0000 (11:41 -0700)
commit6f2b77153170392f6b6c38367d7e5c4d007a9c49
treec0ea198165dcee1b98aa5f65cb5f67d83c6ca4fb
parentf8aecf3cc9a3c71a0fb9a8ddca8f131dde648276
xtensa: gas: convert tests to run_dump_tests

gas/
2019-04-11  Max Filippov  <jcmvbkbc@gmail.com>

* testsuite/gas/xtensa/all.exp: Remove all expect-based
tests and all explicit run_dump_test / run_list_test
invocations. Add run_dump_tests for all .d files in the
test subdirectory.
* testsuite/gas/xtensa/entry_align.d: New test definition.
* testsuite/gas/xtensa/entry_align.l: New test output.
* testsuite/gas/xtensa/entry_misalign.d: New test definition.
* testsuite/gas/xtensa/entry_misalign2.d: New test definition.
* testsuite/gas/xtensa/j_too_far.d: New test definition.
* testsuite/gas/xtensa/j_too_far.l: New test output.
* testsuite/gas/xtensa/loop_align.d: New test definition.
* testsuite/gas/xtensa/loop_misalign.d: New test definition.
* testsuite/gas/xtensa/trampoline-2.d: New test definition.
* testsuite/gas/xtensa/trampoline-2.l: Remove empty output.
* testsuite/gas/xtensa/xtensa-err.exp: Use positive logic.
13 files changed:
gas/ChangeLog
gas/testsuite/gas/xtensa/all.exp
gas/testsuite/gas/xtensa/entry_align.d [new file with mode: 0644]
gas/testsuite/gas/xtensa/entry_align.l [new file with mode: 0644]
gas/testsuite/gas/xtensa/entry_misalign.d [new file with mode: 0644]
gas/testsuite/gas/xtensa/entry_misalign2.d [new file with mode: 0644]
gas/testsuite/gas/xtensa/j_too_far.d [new file with mode: 0644]
gas/testsuite/gas/xtensa/j_too_far.l [new file with mode: 0644]
gas/testsuite/gas/xtensa/loop_align.d [new file with mode: 0644]
gas/testsuite/gas/xtensa/loop_misalign.d [new file with mode: 0644]
gas/testsuite/gas/xtensa/trampoline-2.d [new file with mode: 0644]
gas/testsuite/gas/xtensa/trampoline-2.l [deleted file]
gas/testsuite/gas/xtensa/xtensa-err.exp
This page took 0.025314 seconds and 4 git commands to generate.