xref: /aosp_15_r20/art/test/435-new-instance/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard WorkerTests that new-instance throws:
2*795d594fSAndroid Build Coastguard Worker- InstantiationError on interfaces and abstract classes
3*795d594fSAndroid Build Coastguard Worker- IllegalAccessError on inaccessible classes
4*795d594fSAndroid Build Coastguard Worker- NoClassDefFoundError on unknown classes
5*795d594fSAndroid Build Coastguard Worker
6*795d594fSAndroid Build Coastguard WorkerThis also verifies that we don't remove dead (code) new-instances which may
7*795d594fSAndroid Build Coastguard Workerthrow.
8