summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/dalvik
Commit message (Expand)AuthorAgeFilesLines
* Try #3 for deflaking class loader tests.Nicolas Geoffray2021-04-061-10/+9
* Deflake class loader tests.Nicolas Geoffray2021-04-011-0/+1
* Also trigger background verification of secondary dex files.Nicolas Geoffray2021-03-291-0/+2
* Reland "Fix shared libraries not being reported"Calin Juravle2020-02-181-31/+140
* Revert "Fix shared libraries not being reported via Reporter"Nicolas Geoffray2020-02-151-75/+32
* Fix shared libraries not being reported via ReporterDan Zimmerman2020-02-131-32/+75
* [libcore][DexPathList] Ensure dexElements doesn't contain null entries in add...Dan Zimmerman2019-12-301-2/+37
* Fix MethodHandles.explicitCastArguments for transformsOrion Hodson2019-12-091-0/+17
* findLibrary() could return non-null string when it fails to find a libJiyong Park2019-09-111-4/+14
* Load in-memory dex into a single DexFile/Element objectDavid Brazdil2019-03-211-0/+16
* InMemDexCL: Add test with non-zero buffer positionDavid Brazdil2019-01-241-5/+74
* Add InMemoryDexClassLoader test with null parentDavid Brazdil2018-12-061-0/+15
* Simplify InMemoryDexClassLoaderTest libSearchPath testDavid Brazdil2018-11-261-14/+53
* Support libSearchPath for InMemoryDexClassLoaderDavid Brazdil2018-11-211-4/+15
* Add shared libraries to BaseDexClassLoader.Nicolas Geoffray2018-11-152-21/+198
* Call Reporter even if there are unknown classloaders.Alan Stokes2018-11-091-21/+79
* Add a flag on whether to delegate resource loading.Nicolas Geoffray2018-09-251-2/+59
* Open FIS/FOS through common IoBridge code.Jeff Sharkey2018-08-021-2/+35
* In place split install native supportPatrick Baumann2018-05-041-1/+29
* Do BlockGuard check on Runtime.gc().Pete Gillin2018-03-062-1/+20
* Move libcore tests to non-libcore packages.Tobias Thierer2017-11-088-0/+2029
* Revert "FileDispatcherImpl: Untag sockets before preClose."Victor Chang2017-10-241-155/+0
* Make BaseDexClassLoaderTest independent of its parent class loaderCalin Juravle2017-08-031-4/+3
* Extend dex load reporting to report the full ClassLoader chainCalin Juravle2017-08-031-3/+18
* DexPathList: set initialized only after initialization.Narayan Kamath2017-03-031-4/+64
* Add dex load reporting hooks in BaseDexClassLoaderCalin Juravle2016-12-191-0/+73
* FileDispatcherImpl: Untag sockets before preClose.Narayan Kamath2016-05-271-0/+155
* PathClassLoaderTest: add test about loading resources with tampered certificatesSergio Giro2016-04-271-0/+38
* Add test for application use of PathClassLoader.Richard Uhler2015-05-281-0/+23
* Rely on the test runner to ensure a pristine VM.Jesse Wilson2010-09-241-3/+0
* Search the application library path first.Jesse Wilson2010-08-261-0/+65