commit | 14da4ccdd69d8db7cef00b2ae5aabd32b6e1bdb4 | [log] [tgz] |
---|---|---|
author | Jorg Pleumann | Tue Apr 28 10:12:13 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Apr 28 10:12:13 2009 -0700 |
tree | 40feac37bd93e5d2529321b5c280b73be2ec1561 | |
parent | ef7122278207e33b724c6360945f9eae1f9a5a58 [diff] |
AI 147896: Some more fixes for tests that failed in the CTS, but worked fine in run-core-tests: - One cert test needs isolation, because it destroys the security provider. - The Thread.sleep() tests were too flaky. - Tests that tried to open a temporary DEX file failed in the CTS because we do not have access to the system DEX cache. We are now simply creating our own. The Java plan in the CTS should now pass fully. Yippie! BUG=1285921 Automated import of CL 147896