android_mt6572_jiabo/art/test/435-new-instance/info.txt
2025-09-05 16:56:03 +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.