summaryrefslogtreecommitdiffstats
path: root/test/030-bad-finalizer
Commit message (Collapse)AuthorAgeFilesLines
* ART: Make run-tests more verboseAndreas Gampe2015-02-171-0/+20
| | | | | | | | | Make run-tests log ERROR level on host. Adjust some internal LOG(ERROR) to LOG(WARNING). Add check scripts to adjust for other LOG(ERROR) messages. Bug: 18713034 Change-Id: I2a3e055baa6a0e31f106364c300c20963a59ed94
* Make 030-bad-finalizer less flaky by removing timing dependent outputBrian Carlstrom2014-02-203-56/+35
| | | | | Bug: 13108062 Change-Id: If4b0efc70b39690b6cbacc2205853a06e0df8f53
* Update ART tests to handle new System.gc behaviorMathieu Chartier2014-02-041-2/+2
| | | | | | | | | | Changed calls from System.gc to Runtime.getRuntime.gc where it was necessary. Required for: https://android-review.googlesource.com/#/c/80253/ Change-Id: I2b0622585da54229a6248e95d40134b6d18598a9
* Fix copyright headers.Elliott Hughes2012-01-302-2/+30
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* "Fix" racy test 030.Elliott Hughes2011-10-061-1/+1
| | | | | | | | Dalvik fails this test too. I think two waits of 5s on one side and a 10s wait on the other is too racy. This is a quick hack that brings one side down to two lots of 4s. Change-Id: I1176e21a3c31832f899d9423a89124c24dfd962d
* Adding old unit tests to test suite.jeffhao2011-09-294-0/+79
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8