summaryrefslogtreecommitdiff
path: root/luni/src/test/java/dalvik
Commit message (Expand)AuthorAgeFilesLines
* create_test_jar.sh, loading-test{,2}-jar.sh: Migrate dx -> d8Tobias Thierer2018-12-211-7/+8
* Revert "create_test_jar.sh, loading-test{,2}-jar.sh: Migrate dx -> d8"Tobias Thierer2018-12-171-7/+7
* create_test_jar.sh, loading-test{,2}-jar.sh: Migrate dx -> d8Tobias Thierer2018-12-131-7/+7
* create_test_jar.sh: Clean out tmp directories.Tobias Thierer2018-12-131-0/+3
* Fix create_test_jar.sh for compilation with OpenJDK 9 javac.Tobias Thierer2018-12-131-1/+1
* Move libcore tests to non-libcore packages.Tobias Thierer2017-11-088-2017/+0
* Implement DelegateLastClassLoader.Narayan Kamath2017-06-084-52/+404
* DexClassLoader: Properly get rid of optimizedDirectory argument.Narayan Kamath2017-06-051-16/+1
* BlockguardTest: add test for Os.openNarayan Kamath2017-03-011-0/+19
* Stop optimizing dex files when class loaders are createdCalin Juravle2017-02-021-47/+0
* MethodHandles: Implement array accessors / identities & constants.Narayan Kamath2016-11-071-0/+209
* Enable dalvik.system.BlockGuardTest#testFileInputStream testShubham Ajmera2016-11-031-14/+22
* Set warnings for unbuffered I/OShubham Ajmera2016-09-291-3/+126
* Support loading a DEX file from a ByteBuffer.Orion Hodson2016-09-022-0/+302
* Add CTS test for mixed Dex and Path class loader.Richard Uhler2016-05-031-1/+40
* Reinstate blockguard checks for file reads / writes.Narayan Kamath2016-01-081-0/+198
* Fix JniTest#testGetSuperclassBrian Carlstrom2015-06-091-3/+1
* Fix problems with DexClassLoaderTest.Richard Uhler2015-05-281-285/+163
* Fix init test cases from DexClassLoaderTest.Calin Juravle2014-08-191-32/+52
* Fix the expected failure when an array of void is attempted to be created.Ian Rogers2014-05-181-2/+2
* Add unpadded array allocations.Ian Rogers2014-02-281-0/+135
* Use a diretory cts can write to for DexClassLoaderTest.jeffhao2013-11-071-3/+14
* Tests for getting the superclass of an interface.Jesse Wilson2013-11-051-0/+11
* A simple set of JNI argument passing tests.Ian Rogers2013-11-051-0/+357
* DexClassLoaderTest.setUp should clean optimized directoryBrian Carlstrom2011-10-141-1/+6
* am a186c233: I meant assertEquals().Dan Bornstein2011-02-101-1/+1
|\
| * I meant assertEquals().Dan Bornstein2011-02-101-1/+1
* | am 6f42688f: Clean up test and expand slightly.Dan Bornstein2011-02-101-24/+35
|\|
| * Clean up test and expand slightly.Dan Bornstein2011-02-101-24/+35
* | am ec80ed70: Fix the test.Dan Bornstein2011-02-101-1/+3
|\|
| * Fix the test.Dan Bornstein2011-02-091-1/+3
* | resolved conflicts for merge of 6186821c to dalvik-devJesse Wilson2011-02-071-2/+1
|\|
| * Move libcore.base classes to libcore.util and libcore.io.Jesse Wilson2011-02-071-2/+1
* | Tweak this test to not re(re...)copy files.Dan Bornstein2011-01-251-1/+6
|/
* Finish fleshing out the basic coverage.Dan Bornstein2011-01-171-22/+171
* Naming: Reduce confusion, increase consistency.Dan Bornstein2011-01-171-18/+18
* Copy the second jar/dex files in setUp().Dan Bornstein2011-01-171-8/+13
* Start to use the second jar/dex file in DexClassLoaderTest.Dan Bornstein2011-01-171-49/+133
* Clean up and slightly expand this test.Dan Bornstein2011-01-161-28/+31
* This test is now bona fide nontrivial.Dan Bornstein2011-01-141-14/+139
* Make the test even yet a little less trivial.Dan Bornstein2011-01-141-0/+15
* Make the test a little less trivial.Dan Bornstein2011-01-141-12/+32
* Trivial test for DexClassLoader.Dan Bornstein2011-01-121-0/+64