OSDN Git Service

ART: PathClassLoader test
authorAndreas Gampe <agampe@google.com>
Mon, 21 Sep 2015 18:25:10 +0000 (11:25 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 22 Sep 2015 23:15:07 +0000 (16:15 -0700)
commit84a790358b95e0f79be3a6e69ae9a43dc113f921
tree07b3f55ce70e6b842f9d13b97b74194e3517086d
parent782c5315644df989cd386c35ca57b97426011b8c
ART: PathClassLoader test

Add a test checking that subclassing PathClassLoader works as
expected.

Change-Id: Ic6bb733b748df5e29b21df021f302ed4237b0f99
test/142-classloader2/expected.txt [new file with mode: 0644]
test/142-classloader2/info.txt [new file with mode: 0644]
test/142-classloader2/smali/MyPathClassLoader.smali [new file with mode: 0644]
test/142-classloader2/src-ex/A.java [new file with mode: 0644]
test/142-classloader2/src/A.java [new file with mode: 0644]
test/142-classloader2/src/Main.java [new file with mode: 0644]