| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes the arrays of size 1000 from the set of test data for
stream tests.
On lower-power Android devices these tests often run for a very long
time and sometimes even time out or fail with out of memory errors.
At the same time this specific size didn't reveal any errors that
weren't also revealed at smaller sizes.
For example, org.openjdk.tests.java.util.stream.ExplodeOpTest goes from
running for 34:03 minutes to 3:42 minutes on a bullhead device.
Bug: 36719972
Test: CtsLibcoreOjTestCases
Change-Id: Iaa0bbb87254a5b7b919ea3c8efdb1ceffd6fa924
|
| |
|
|
|
|
|
|
|
|
|
| |
* Enable tests to be run from CTS (without changing bootclasspath)
* Fix host test script to pass higher heap maximum
* Include test source code as part of the core-ojtests-public.jar
Bug: 27521545
Bug: 27797922
Bug: 28389144
Change-Id: Ibd5ac74c939d1252e17dab2dc22d2a00de837bfe
|
| |
|
|
|
|
|
|
|
| |
This reverts commit ce0115e08189fcb96f990f0b93a6c2aeae59250e.
This topic has been reverted because it causes build flakiness and
bogus verification failures on most active changes.
Change-Id: I7dfa25e54c0121b4059f25a8f42f3e0532c1d4c0
|
|
|
* Enable tests to be run from CTS (without changing bootclasspath)
* Fix host test script to pass higher heap maximum
* Include test source code as part of the core-ojtests-public.jar
Bug: 27521545
Bug: 27797922
Change-Id: Ibd5ac74c939d1252e17dab2dc22d2a00de837bfd
|