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