summaryrefslogtreecommitdiff
path: root/test/022-interface
AgeCommit message (Expand)Author
2024-10-17Do not package non-runnable ART run-tests in ART MTS. Roland Levillain
2021-03-05Aesthetic changes in generated ART run-test Blueprint files. Roland Levillain
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
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-10-14Only tag supported ART run-tests as part of `art-target-run-test`. Roland Levillain
2020-09-09Rename the expected-output text file in built TradeFed ART run-tests. Roland Levillain
2020-07-03Add Soong module definitions for ART run-tests with default build rules. Roland Levillain
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-05-24ART: Remove jack from test Orion Hodson
2016-02-16Remove usages of jill.jar, use jack instead Yohann Roussel
2015-07-08Support compiling run-tests with jack Sebastien Hertz
2012-12-15Test and fixes for invoke-interface on java.lang.Object methods. Ian Rogers
2012-07-20fix missing dx in build server. Tsu Chiang Chuang
2012-06-04Remove explicit dex2oat calls from run-test Brian Carlstrom
2012-04-10Fix run-test on host. TDYa127
2012-03-10Do not generate run-test out files in $ANDROID_PRODUCT_OUT Brian Carlstrom
2012-03-06Fix 071-dexfile by having run-test use a unique directory Brian Carlstrom
2012-02-16Use debug dex2oatd in run-test Brian Carlstrom
2012-02-16user build support for art (2 of 3) Brian Carlstrom
2012-02-01Fix a few bugs in push-and-run-test-jar. Elliott Hughes
2012-01-30Fix copyright headers. Elliott Hughes
2012-01-18Interface dispatch bug Ian Rogers
2011-09-29Adding old unit tests to test suite. jeffhao