index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
959-invoke-polymorphic-accessors
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-09-09
Skip JVM for static final field for 959-invoke-polymorphic-accessors
Sorin Basca
2022-06-28
Convert run-test bash build scripts to python.
David Srbecky
2022-06-22
Fix missing receiver NPE checks for field get/set MH
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
2018-01-29
ART: Type conversion fixes for MethodHandles
Orion Hodson
2017-10-13
ART: clean-up 959-invoke-polymorphic-accessors
Orion Hodson
2017-10-13
ART: Tests for MethodHandle.Lookup#unreflect{G,S}etter
Orion Hodson
2017-06-19
test: Don't force-compile with jack for runtests
Igor Murashkin
2017-04-18
Use correct type for GetValueFromShadowFrame
Mathieu Chartier
2017-01-17
MethodHandles: Remove experimental flag.
Narayan Kamath
2016-11-10
MethodHandles: Enable return value conversions.
Orion Hodson
2016-11-08
Argument conversions for setter/getter MethodHandles.
Orion Hodson