summaryrefslogtreecommitdiff
path: root/test/952-invoke-custom
AgeCommit message (Expand)Author
2024-06-13Upgrade ASM to 9.6 Sorin Basca
2022-11-30Run test build: Refactor javac_wrapper.sh usage. David Srbecky
2022-10-25run-test build: Explicitly call generate-sources David Srbecky
2022-10-20Refactor individual run-test build scripts David Srbecky
2022-10-10Use Opcodes.ASM9 as the ASM version Sorin Basca
2022-06-28Convert run-test bash build scripts to python. David Srbecky
2022-04-19Move javac_wrapper.sh scripts into own files. David Srbecky
2022-03-23Update art tests to asm 9.2 Colin Cross
2022-02-02Using ASM 7 for ART tests Sorin Basca
2021-10-21Convert default-build script to python David Srbecky
2021-08-17Make run-test build scripts more deterministic David Srbecky
2020-11-10Verify ART run-tests' standard output and standard error separately. Roland Levillain
2020-11-05Rename ART run-tests `expected.txt` files as `expected-stdout.txt`. Roland Levillain
2020-09-28Improve codegen for referrer's class... Vladimir Marko
2019-12-02Extend 952-invoke-custom to test invoke-custom/range Orion Hodson
2019-06-25Correct Indicies -> Indices Alex Light
2018-06-26ART: Retire desugar and dx in run-tests Orion Hodson
2018-06-15ART: Remove DX listing flags from test scripts Orion Hodson
2018-06-11ART: Adds an entrypoint for invoke-custom Orion Hodson
2018-03-08ART: Update invoke-custom implementation Orion Hodson
2018-02-27ART: More refactoring of invoke-custom tests Orion Hodson
2018-02-26ART: Remove binary dependencies in 952-invoke-custom-lookup Orion Hodson
2018-02-26Use ASM for invoke-custom tests Orion Hodson
2017-06-21test: enable javac/dx to import libcore on the bootclasspath Igor Murashkin
2017-06-19test: Don't force-compile with jack for runtests Igor Murashkin
2017-02-15ART: Regenerate test data for 952. Orion Hodson
2017-02-15Use a synchronization barrier to fix flakes. Nicolas Geoffray
2017-02-14ART: invoke-custom support Orion Hodson