index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
983-source-transform-verify
Age
Commit message (
Expand
)
Author
2024-12-04
Remove remnants of quickened opcode verification.
Vladimir Marko
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-02-21
Refactor DexFileLoader
David Srbecky
2022-11-02
Run-tests: Rename "run" files to "run.py"
David Srbecky
2022-10-24
Revert^2 "Convert per-test run scripts to python."
David Srbecky
2022-10-23
Revert "Convert per-test run scripts to python."
David Srbecky
2022-10-23
Convert per-test run scripts to python.
David Srbecky
2021-04-28
Remove RETURN_VOID_NO_BARRIER byte-code.
David Srbecky
2021-03-05
Aesthetic changes in generated ART run-test Blueprint files.
Roland Levillain
2021-03-02
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
2020-11-10
Verify ART run-tests' standard output and standard error separately.
Roland Levillain
2020-11-05
Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.
Roland Levillain
2020-10-14
Only tag supported ART run-tests as part of `art-target-run-test`.
Roland Levillain
2020-09-09
Rename the expected-output text file in built TradeFed ART run-tests.
Roland Levillain
2020-07-03
Add Soong module definitions for ART run-tests with default build rules.
Roland Levillain
2019-05-14
Centralize all the jvmti common test classes
Alex Light
2018-07-24
Move dexdump, dexlist, openjdkjvmti to ClassAccessor
Mathieu Chartier
2018-02-16
Change includes to support new slicer header location
Alex Light
2018-02-15
ART: Refactor run-test 983 dex verification
Andreas Gampe
2018-02-15
Refactor test 983 to prepare for inclusion in CTS
Alex Light
2018-02-02
Merge changes I39354837,Id8e47f45
Alex Light
2018-02-02
Change ClassFileLoadHook to lazily compute dex file
Alex Light
2018-01-29
Remove hiddenapi access flags in FixedUpDexFile
Alex Light
2018-01-12
Create an ART-independent DexFileLoader
David Sehr
2018-01-08
Clean up CodeItemAccessors and Compact/StandardDexFile
Mathieu Chartier
2018-01-05
Create dex subdirectory
David Sehr
2018-01-02
Remove CodeItem accessor functions
Mathieu Chartier
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-11-07
Delete CodeItemIterator
Mathieu Chartier
2017-10-11
Add DexFileLoader class
Mathieu Chartier
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-21
Freeze capabilities JVMTI tests request by default.
Alex Light
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-04-24
Remove unneeded shims and jni binding code
Alex Light
2017-04-17
Use standard loading code in many tests
Alex Light
2017-04-14
More refactor for JVMTI redefinition run tests (3/3)
Alex Light
2017-04-14
More refactor for JVMTI redefinition run tests (2/3)
Alex Light
2017-04-14
More refactor for JVMTI redefinition run tests (1/3)
Alex Light
2017-04-07
ART: More refactor for JVMTI run tests (1/3)
Andreas Gampe
2017-04-07
ART: Add JVMTI test shim
Andreas Gampe
2017-03-30
ART: Refactor JVMTI run tests
Andreas Gampe
2017-03-29
Undo dex2dex compilation before invoking LoadHook
Alex Light
2017-03-28
Add test to verify dex file passed to agent
Alex Light