[binutils-gdb] x86: Disable 2 tests with large memory requirement
H.J. Lu
hjl@sourceware.org
Wed Apr 27 18:51:56 GMT 2022
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0d29b1a46222ac3a1f4be79ae5126e2a4de81b1f
commit 0d29b1a46222ac3a1f4be79ae5126e2a4de81b1f
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Wed Apr 27 11:26:44 2022 -0700
x86: Disable 2 tests with large memory requirement
gas/
* testsuite/gas/i386/i386.exp: Disable rept.
ld/
* testsuite/ld-x86-64/x86-64.exp: Disable pr17618.
Diff:
---
gas/testsuite/gas/i386/i386.exp | 3 ++-
ld/testsuite/ld-x86-64/x86-64.exp | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp
index 2c84ccc62b4..1e10277da31 100644
--- a/gas/testsuite/gas/i386/i386.exp
+++ b/gas/testsuite/gas/i386/i386.exp
@@ -726,7 +726,8 @@ run_list_test "string-bad" ""
run_list_test "reg-bad" ""
run_list_test "space1" "-al"
run_list_test "xmmword" ""
-run_dump_test rept
+# Disabled due to large memory requirement.
+# run_dump_test rept
run_dump_test pr19498
run_list_test "nop-bad-1" ""
run_list_test "unspec" ""
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp
index f337b485901..1a7d1eddc97 100644
--- a/ld/testsuite/ld-x86-64/x86-64.exp
+++ b/ld/testsuite/ld-x86-64/x86-64.exp
@@ -2314,8 +2314,8 @@ run_ld_link_tests [list \
] \
]
-# Linux only tests
-if { "$LD_CLASS" == "64bit" } then {
+# Linux only tests. Disabled due to large memory requirement.
+if { "x$LD_CLASS" == "64bit" } then {
# This test needs 64-bit linker.
run_dump_test "pr17618"
}
More information about the Binutils-cvs
mailing list