diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-04-27 11:26:44 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-04-27 11:51:35 -0700 |
commit | 0d29b1a46222ac3a1f4be79ae5126e2a4de81b1f (patch) | |
tree | a85580ab76b030f0876fc40db9dc99972c299e57 /gas | |
parent | 5b758627a18f0d3b90a0207c9689dcf4ec5b9a4a (diff) | |
download | fsf-binutils-gdb-0d29b1a46222ac3a1f4be79ae5126e2a4de81b1f.zip fsf-binutils-gdb-0d29b1a46222ac3a1f4be79ae5126e2a4de81b1f.tar.gz fsf-binutils-gdb-0d29b1a46222ac3a1f4be79ae5126e2a4de81b1f.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/i386/i386.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 2c84ccc..1e10277 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" "" |