This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] xtensa: gas: clean up test suite and add tests


Hello,

this series cleans up xtensa gas testsuite, converting old tests to the
run_dump_test method and getting rid of the explicit list of tests.
It then adds a few tests for the recent issues with literals and
relaxations.

Max Filippov (2):
  xtensa: gas: convert tests to run_dump_tests
  xtensa: gas: add relaxations tests

 gas/testsuite/gas/xtensa/all.exp                   | 99 +---------------------
 gas/testsuite/gas/xtensa/entry_align.d             |  3 +
 gas/testsuite/gas/xtensa/entry_align.l             |  2 +
 gas/testsuite/gas/xtensa/entry_misalign.d          |  7 ++
 gas/testsuite/gas/xtensa/entry_misalign2.d         |  7 ++
 gas/testsuite/gas/xtensa/j_too_far.d               |  3 +
 gas/testsuite/gas/xtensa/j_too_far.l               |  2 +
 gas/testsuite/gas/xtensa/loop-relax-2.d            |  7 ++
 gas/testsuite/gas/xtensa/loop-relax.d              | 14 +++
 gas/testsuite/gas/xtensa/loop-relax.s              | 58 +++++++++++++
 gas/testsuite/gas/xtensa/loop_align.d              |  7 ++
 gas/testsuite/gas/xtensa/loop_misalign.d           |  7 ++
 .../gas/xtensa/text-section-literals-1a.d          | 18 ++++
 gas/testsuite/gas/xtensa/text-section-literals-2.d |  9 ++
 gas/testsuite/gas/xtensa/text-section-literals-2.s |  3 +
 .../gas/xtensa/text-section-literals-2a.d          | 10 +++
 gas/testsuite/gas/xtensa/text-section-literals-3.d | 11 +++
 gas/testsuite/gas/xtensa/text-section-literals-3.s |  3 +
 gas/testsuite/gas/xtensa/text-section-literals-4.d |  9 ++
 gas/testsuite/gas/xtensa/text-section-literals-4.s |  3 +
 .../gas/xtensa/text-section-literals-4a.d          | 10 +++
 gas/testsuite/gas/xtensa/trampoline-2.d            |  4 +
 gas/testsuite/gas/xtensa/trampoline-2.l            |  1 -
 gas/testsuite/gas/xtensa/xtensa-err.exp            |  8 +-
 24 files changed, 200 insertions(+), 105 deletions(-)
 create mode 100644 gas/testsuite/gas/xtensa/entry_align.d
 create mode 100644 gas/testsuite/gas/xtensa/entry_align.l
 create mode 100644 gas/testsuite/gas/xtensa/entry_misalign.d
 create mode 100644 gas/testsuite/gas/xtensa/entry_misalign2.d
 create mode 100644 gas/testsuite/gas/xtensa/j_too_far.d
 create mode 100644 gas/testsuite/gas/xtensa/j_too_far.l
 create mode 100644 gas/testsuite/gas/xtensa/loop-relax-2.d
 create mode 100644 gas/testsuite/gas/xtensa/loop-relax.d
 create mode 100644 gas/testsuite/gas/xtensa/loop-relax.s
 create mode 100644 gas/testsuite/gas/xtensa/loop_align.d
 create mode 100644 gas/testsuite/gas/xtensa/loop_misalign.d
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-1a.d
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-2.d
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-2.s
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-2a.d
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-3.d
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-3.s
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-4.d
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-4.s
 create mode 100644 gas/testsuite/gas/xtensa/text-section-literals-4a.d
 create mode 100644 gas/testsuite/gas/xtensa/trampoline-2.d
 delete mode 100644 gas/testsuite/gas/xtensa/trampoline-2.l

-- 
2.11.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]