History log of /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/UnicodeNormalizer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2e13a2bdade5cd0a635f0bd89805931a6fd710da 09-Aug-2017 Pete Gillin <peteg@google.com> Add sharding annotations to android_icu4j test classes.

Some tests were using too much heap, causing excessive garbage
collection and subsequent timeouts. This change adds an annotation
those specifically, so that they can be run in a separate process,
using their own heaps, so avoiding the timeouts.

Some of these tests were suppressed in the past. The suppressions were
undone when ICU 59 landed, which most likely caused problems on
low-memory devices (b/62374714, whose fix was reverted when ICU 59
landed, and perhaps b/37642683). This change (along with the
AndroidTest.xml change to actually apply the sharding) fixes those
problems. This was tested on fugu on an oc build.

Bug: 62512577
Test: cts-tradefed run cts -m CtsIcuTestCases --primary-abi-only
Change-Id: I013ea26728120bbe3238a7a2dd165606ccad243d
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/UnicodeNormalizer.java
f86f25d102340da66b9c7cb6b2d5ecdc0de43ecf 08-Dec-2016 Fredrik Roubert <roubert@google.com> Integrate ICU4J 58.1 with Android patches into android_icu4j.

Bug: 31328818
Test: CtsIcuTestCases
Test: CtsLibcoreOjTestCases
Test: CtsLibcoreTestCases
Change-Id: Ifd74d26625c7e8c9bb76e88cf419029241117282
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/UnicodeNormalizer.java
aefe4d1f8f1773ead1a52f7a5d2c9e0009353600 26-Feb-2016 Paul Duffin <paulduffin@google.com> Add repackaged version of the ICU tests

Adds a new android-icu4j-tests target to build the repackaged
tests. The repackages tests were generated by running the
following script which was modified to repackage the tests in
addition to the source and sample.
tools/srcgen/generate_android_icu4j.sh

Bug: 22023363
Change-Id: I3c6e65ba6a4d24055343460a023d6671585146f5
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/UnicodeNormalizer.java