index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
952-invoke-custom
Age
Commit message (
Expand
)
Author
2024-06-13
Upgrade ASM to 9.6
Sorin Basca
2022-11-30
Run test build: Refactor javac_wrapper.sh usage.
David Srbecky
2022-10-25
run-test build: Explicitly call generate-sources
David Srbecky
2022-10-20
Refactor individual run-test build scripts
David Srbecky
2022-10-10
Use Opcodes.ASM9 as the ASM version
Sorin Basca
2022-06-28
Convert run-test bash build scripts to python.
David Srbecky
2022-04-19
Move javac_wrapper.sh scripts into own files.
David Srbecky
2022-03-23
Update art tests to asm 9.2
Colin Cross
2022-02-02
Using ASM 7 for ART tests
Sorin Basca
2021-10-21
Convert default-build script to python
David Srbecky
2021-08-17
Make run-test build scripts more deterministic
David Srbecky
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-09-28
Improve codegen for referrer's class...
Vladimir Marko
2019-12-02
Extend 952-invoke-custom to test invoke-custom/range
Orion Hodson
2019-06-25
Correct Indicies -> Indices
Alex Light
2018-06-26
ART: Retire desugar and dx in run-tests
Orion Hodson
2018-06-15
ART: Remove DX listing flags from test scripts
Orion Hodson
2018-06-11
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-03-08
ART: Update invoke-custom implementation
Orion Hodson
2018-02-27
ART: More refactoring of invoke-custom tests
Orion Hodson
2018-02-26
ART: Remove binary dependencies in 952-invoke-custom-lookup
Orion Hodson
2018-02-26
Use ASM for invoke-custom tests
Orion Hodson
2017-06-21
test: enable javac/dx to import libcore on the bootclasspath
Igor Murashkin
2017-06-19
test: Don't force-compile with jack for runtests
Igor Murashkin
2017-02-15
ART: Regenerate test data for 952.
Orion Hodson
2017-02-15
Use a synchronization barrier to fix flakes.
Nicolas Geoffray
2017-02-14
ART: invoke-custom support
Orion Hodson