allwinner_a64/android/art/test/435-new-instance/info.txt
2018-08-08 16:48:17 +08:00

7 lines
259 B
Text

Tests that new-instance throws:
- InstantiationError on interfaces and abstract classes
- IllegalAccessError on inaccessible classes
- NoClassDefFoundError on unknown classes
This also verifies that we don't remove dead (code) new-instances which may
throw.