summaryrefslogtreecommitdiff
path: root/test/957-methodhandle-transforms
AgeCommit message (Expand)Author
2022-11-17Run test build: Rename 'experimental' to 'api_level' David Srbecky
2022-10-20Refactor individual run-test build scripts David Srbecky
2022-08-22Allow JDK 17 exception for 957-methodhandle-transforms Sorin Basca
2022-06-28Convert run-test bash build scripts to python. David Srbecky
2021-11-26Fix 957-methodhandle-transforms test Orion Hodson
2021-11-24Revert^2 "MethodHandle composability fix" Orion Hodson
2021-11-23Revert "MethodHandle composability fix" Ulyana Trafimovich
2021-11-23MethodHandle composability fix Orion Hodson
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-07-28Inclusive language fixes in ART run-tests. Roland Levillain
2017-06-19test: Don't force-compile with jack for runtests Igor Murashkin
2017-01-27MethodHandles: Tests for additional combiners. Narayan Kamath
2017-01-25MethodHandles: Write tests for MethodHandle.asCollector. Narayan Kamath
2017-01-24MethodHandles: Support and tests for invokeWithArguments. Narayan Kamath
2017-01-20MethodHandles: Tests for asSpreader / spreadInvoker. Narayan Kamath
2017-01-17MethodHandles: Remove experimental flag. Narayan Kamath
2017-01-17Merge "MethodHandles: Implement invoker / exactInvoker." Narayan Kamath
2017-01-16MethodHandles: Implement invoker / exactInvoker. Narayan Kamath
2017-01-15Revert "Revert "ART: Compiler support for invoke-polymorphic."" Orion Hodson
2017-01-11Revert "ART: Compiler support for invoke-polymorphic." Orion Hodson
2017-01-11ART: Compiler support for invoke-polymorphic. Orion Hodson
2016-11-09MethodHandles: Add a test case for MethodHandles.permuteArguments. Narayan Kamath
2016-11-09MethodHandles: Add tests for MethodHandles.filterReturnValue. Narayan Kamath
2016-11-09MethodHandles: Add tests for MethodHandle.bindTo. Narayan Kamath
2016-11-07MethodHandles: Add tests for array accessors / identity / constant. Narayan Kamath
2016-11-03MethodHandles: Implement MethodHandle.asType. Narayan Kamath
2016-11-02MethodHandles: Add tests for transforms in change 598d43d0dec5925c77 Narayan Kamath
2016-10-31MethodHandles: Temporarily rewrite test of exact invokes. Narayan Kamath
2016-10-28method_handles: Complete support for emulated stack frames. Narayan Kamath