Android VTS 8.0 Release 1 (4256865)
Suppress tests that allocate significant heap

Suppress tests that allocate significant heap. On Fugu
devices this causes later tests that create a lot of
garbage to be closer to the maximum heap size and
frequently "stop the world" to recover heap. No tests
actually run out of heap, but the frequency of the GC
affects the time it takes for the tests to run and
tips tests over the 5 minute default.

Tests suppressed:
android.icu.dev.test.format.NumberRegressionTests#Test4212072
android.icu.dev.test.format.TimeUnitTest#TestBritishShortHourFallback

Tests that generate a lot of garbage and slow down
substantially when there isn't a lot of free heap:

android.icu.dev.test.translit.TransliteratorTest#TestSourceTargetSet2
android.icu.dev.test.util.Trie2Test#TestRanges

Bug: 62374714
Test: run cts -m CtsIcuTestCases on a Fugu
Change-Id: I317b48b7c46c3934bd2b4835f7362f8d28009d78
4 files changed