Home | History | Annotate | Download | only in 144-static-field-sigquit
      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.
      9