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
1 file changed