Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-24 | Replace inlined string allocations to loop in 096-array-copy-concurrent | Lokesh Gidra | |
Replacing inlined string allocations with a loop is expected to reduce the number of GC invocations in case of GC-stress mode. Hopefully, this will fix the timeout that is being observed. Bug: 169242013 Test: art/test/testrunner/testrunner.py --host -t 096-array-copy-concurrent Change-Id: Ib5c4130a5369749f1c28496cc2a1849f776a45be | |||
2020-02-25 | Speed up test | Hans Boehm | |
Reduce the size of the arrays to make this cheaper. We expect that especially with gcstress this used to accidentally be much cheaper. Since the main thread exits immediately, we started the shutdown process before most of the work was done, and thus this was inadvertently largely run with the GC disabled. Since it is now WAI, it took too long, and timed out regularly. Bug: 148126377 Test: TreeHugger Change-Id: I42e4e3ff04d261f6beaaa942e178a78a91ee5f78 | |||
2012-06-18 | Add test 096, added to dalvik since we started on art. | Elliott Hughes | |
Change-Id: I4306d10afe6ff893b8c5a03c82a99581813f0fbc |