aosp12/art/test/501-regression-packed-switch/info.txt

5 lines
272 B
Plaintext
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
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.