History log of /art/test/003-omnibus-opcodes/src/InternedString.java
Revision Date Author Comments
7befd0e35bbed32b90bc0c8b6d3fa8bd612f5506 04-Feb-2014 Mathieu Chartier <mathieuc@google.com> Update ART tests to handle new System.gc behavior

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
12100a534aa9d5819de87586f53631642ab0f364 10-Jan-2012 Ian Rogers <irogers@google.com> Fix for test 003-omnibus-opcodes

The test is holding a string that is hoped to be cleared live in a dex
register. Avoid this bug in the test by creating the weak reference in a
separate method. Bug: 5771901

Change-Id: I8713e153ec0ce7e028d0587ac8132596d73e955b
795d78f4d04c8d007bf2bdf2ed4131379bcf19c7 01-Oct-2011 jeffhao <jeffhao@google.com> Old tests run with new system.

The tests are ported and run with the new system, though many currently
don't pass. Some of the tests also need additional fixing to run
properly.

Change-Id: I3263cf5dcb0fe064a3e6c02e4aa1bb9a067f64c7
5d1ac920fdaef5d4ec8f66bb734488cd9660b024 30-Sep-2011 jeffhao <jeffhao@google.com> Adding old unit tests to test suite.

These tests are copied straight over. They'll still run, but they're
using the old system.

Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8