Home | History | Annotate | Download | only in 080-dex-exception-tables
      1 This is a smoke test of dex conversion, which checks to make sure that
      2 exception handler tables get built reasonably (combining entries that
      3 ought to be combined, listing entries in a correct and sensible order,
      4 etc.).
      5 
      6 This test compares emitted code against a known-good (via eyeballing)
      7 version, so it is possible for this test to spuriously fail if other
      8 aspects of conversion end up altering the output in innocuous ways.
      9