MIPS/GAS/testsuite: Convert LUI list tests to dump tests

gas/
	* testsuite/gas/mips/lui-1.d: New test.
	* testsuite/gas/mips/lui-2.d: New test.
	* gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
	into the new tests.
This commit is contained in:
Maciej W. Rozycki 2017-05-15 13:06:54 +01:00
parent fdfb475260
commit c76081bc87
4 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
* testsuite/gas/mips/lui-1.d: New test.
* testsuite/gas/mips/lui-2.d: New test.
* gas/testsuite/gas/mips/mips.exp: Fold corresponding list tests
into the new tests.
2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
* config/tc-mips.c (match_const_int): Update description.

View File

@ -0,0 +1,3 @@
#name: MIPS LUI errors 1
#as: -32
#error-output: lui-1.l

View File

@ -0,0 +1,3 @@
#name: MIPS LUI errors 2
#as: -32
#error-output: lui-2.l

View File

@ -1461,8 +1461,8 @@ if { [istarget mips*-*-vxworks*] } {
run_dump_test_arches "hilo-diff-el-n64" [mips_arch_list_matching mips3]
}
run_dump_test_arches "lui" [mips_arch_list_matching mips1]
run_list_test_arches "lui-1" "-32" [mips_arch_list_matching mips1]
run_list_test_arches "lui-2" "-32" [mips_arch_list_matching mips1]
run_dump_test_arches "lui-1" [mips_arch_list_matching mips1]
run_dump_test_arches "lui-2" [mips_arch_list_matching mips1]
run_dump_test "r5900"
run_dump_test "r5900-full"