allwinner_a64/android/art/test/501-regression-packed-switch/info.txt
2018-08-08 16:48:17 +08:00

4 lines
272 B
Text

Regression test for the interpreter and optimizing's builder which used
to trip when compiled code contained a packed switch with no targets.
Regression test for the arm64 mterp miscalculating the switch table
address, zero-extending a register instead of sign-extending.