x86: Disable 2 tests with large memory requirement
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 27 Apr 2022 18:26:44 +0000 (11:26 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 27 Apr 2022 18:51:35 +0000 (11:51 -0700)
gas/

* testsuite/gas/i386/i386.exp: Disable rept.

ld/

* testsuite/ld-x86-64/x86-64.exp: Disable pr17618.

gas/testsuite/gas/i386/i386.exp
ld/testsuite/ld-x86-64/x86-64.exp

index 2c84ccc62b4cbb5125ff6dd2a13bc8a2de384561..1e10277da31a625f0a619a84f6dd1df1b1d1f4ad 100644 (file)
@@ -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" ""
index f337b4859016d4b0a527fd0f2ae7523c14ddf6db..1a7d1eddc97a9c260653d38935e00a388e0ec7bb 100644 (file)
@@ -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"
 }