aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2015-11-20 16:14:33 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2015-11-20 16:17:53 +0000
commit314cf376c5b5493eeea6d3b2a357a5c832943b30 (patch)
treedd5efc252f9c9b4f1510d4395d30ec50f6c7c6f7 /gas/testsuite/ChangeLog
parentf21cd979851fb422b8c01ee26b85b0273885350e (diff)
downloadgdb-314cf376c5b5493eeea6d3b2a357a5c832943b30.zip
gdb-314cf376c5b5493eeea6d3b2a357a5c832943b30.tar.gz
gdb-314cf376c5b5493eeea6d3b2a357a5c832943b30.tar.bz2
MIPS/GAS/testsuite: Tighten negative-match NaN tests
Fix a test quality regression introduced with commit 351cdf24 [[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions] where MIPS ABI flags match patterns have been added to negative-match tests covering ELF file header flags. Negative-match tests succeed whenever there is a failure in matching output produced and consequently the likelihood of a false success increases when patterns to match irrelevant output are added. Therefore remove the irrelevant paterns so that the tests complete as soon as the line concerned has been seen. gas/testsuite/ * gas/mips/nan-legacy-1.d: Remove MIPS ABI flags match patterns. * gas/mips/nan-legacy-2.d: Likewise. * gas/mips/nan-legacy-3.d: Likewise. * gas/mips/nan-legacy-4.d: Likewise. * gas/mips/nan-legacy-5.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 755f619..f86cf54 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2015-11-20 Maciej W. Rozycki <macro@imgtec.com>
+
+ * gas/mips/nan-legacy-1.d: Remove MIPS ABI flags match patterns.
+ * gas/mips/nan-legacy-2.d: Likewise.
+ * gas/mips/nan-legacy-3.d: Likewise.
+ * gas/mips/nan-legacy-4.d: Likewise.
+ * gas/mips/nan-legacy-5.d: Likewise.
+
2015-11-20 Matthew Wahab <matthew.wahab@arm.com>
* gas/aarch64/virthostext-directive.d: New.