Jeff Hao | 2bf5659 | 2016-01-28 18:22:36 -0800 | [diff] [blame] | 1 | Regression test for ag/853775 |
2 | |||||
3 | Tests that unresolved classes are not put into the dex cache by the verifier. | ||||
4 | This was potentially happening when receiving a signal while in the static | ||||
5 | initilizer of a class and also within a synchronized block. | ||||
6 | |||||
7 | This test is flaky and produces the issue rarely, but it should be good enough | ||||
8 | to trigger occasionally with the buildbots. |