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