summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.cc
diff options
context:
space:
mode:
authorHans Boehm <hboehm@google.com>2020-06-26 17:37:10 -0700
committerHans Boehm <hboehm@google.com>2020-08-13 00:14:59 +0000
commit02fd071c03c8587ff2bbea639c165b24c11d9a2f (patch)
treeaa14b03349068d98d9c7edf44c5eec8000d16710 /compiler/optimizing/code_generator.cc
parent0e5e1772fb6ed3dcbd1cdaf09e3c8cd2020091d5 (diff)
Restrict 175-alloc-big-bignums to compiled builds
175-alloc-big-bignums copies a lot of huge BigIntegers. Running this in interpreted mode relies on the fact that the copying is done in native code. With the RI implementation it won't be. Disable those tests to avoid timeouts. Running this interpreted was never very useful. The test as a whole will be less useful with the RI implementation, since we'll no longer rely on reference processing to clean up native BigInteger memory. Bug: 136887041 Test: Only disabling test Change-Id: Ia5af281b98758bf5ad8465a8f07614594c4ac31d
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
0 files changed, 0 insertions, 0 deletions