History log of /art/test/980-redefine-object/check
Revision Date Author Comments
6fdc1b671e089e52abca05b58fb8026a3a2d4701 18-Sep-2017 Alex Light <allight@google.com> Updated tests skips for jvmti/redefine stress.

Also added support for tests skips to be regex patterns so that we
don't need to manually add every checker test to the list of skips.

Test: ./test.py --host -j50 --redefine-stress

Change-Id: I87f14bf16b2e4dee4c6c6a01a34f5b2191dfbad1
2e410d259780671752445529551968512fd3cf8e 13-Apr-2017 Alex Light <allight@google.com> Remove native printing from test 980 and reliance on print internals

In preparation for a making a CTS test out of this make the test not
rely on internal allocation patterns of the 'System.out' object and
not make use of std::cout.

Test: ./test.py --host -j40
Change-Id: Ib7e874aaec71f93e834cf94ac5fe96663536691a
f2f1c9dab95892ec2983f57185c2bb0fbce80f80 15-Mar-2017 Alex Light <allight@google.com> Revert "Revert "Refactor annotation code for obsolete methods.""

The number of InterruptedExceptions created during runtime shutdown is
sometimes inconsistent so we will filter those out of the test results.

This reverts commit 65e0775010121498a37fa26c64fcc5bb17a6c1b5.

Reason for revert: Fixed issue with test flakes

Bug: 31455788
Test: stress --cpu 60; while ./test/run-test --host 980; do; done

Change-Id: Idf53ea11ceec1f48c433da468b31092bf230de57