summaryrefslogtreecommitdiffstats
path: root/test/079-phantom
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: Fix 079-Phantom hang with QCG enabledDmitry Petrochenko2014-05-231-0/+1
| | | | | | | | | | The 079 test creates "sWatcher" thread. In case of unexpected failure (e.g. Exception thrown) the sWatcher thread remains alive and it blocks VM shutdown. We mark the sWarcher thread as daemon and let VM to stop that thread during shutdown cause by unexpected error. Change-Id: I0cb0b8bbeb15de47b72ddae1a32fcfea3ef8720e Signed-off-by: Dmitry Petrochenko <dmitry.petrochenko@intel.com>
* Update ART tests to handle new System.gc behaviorMathieu Chartier2014-02-041-5/+5
| | | | | | | | | | 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
* Adding old unit tests to test suite.jeffhao2011-09-294-0/+252
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8