index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
099-vmdebug
Age
Commit message (
Expand
)
Author
2024-10-17
Do not package non-runnable ART run-tests in ART MTS.
Roland Levillain
2024-07-30
Tag more ART run-tests as slow tests.
Roland Levillain
2023-06-29
Fix host logcat parsing after latest changes.
Nicolas Geoffray
2022-11-08
Add run-parameter test metadata to ART run-tests.
Roland Levillain
2022-11-02
Run-tests: Rename "run" files to "run.py"
David Srbecky
2022-10-28
Move run-test "check" scripts to "run" scripts.
David Srbecky
2022-10-24
Revert^2 "Convert per-test run scripts to python."
David Srbecky
2022-10-23
Revert "Convert per-test run scripts to python."
David Srbecky
2022-10-23
Convert per-test run scripts to python.
David Srbecky
2022-10-21
Simplify run-test check scripts
David Srbecky
2021-09-30
Add API coverage for dalvik.system.VMDebug
Miguel
2021-03-05
Aesthetic changes in generated ART run-test Blueprint files.
Roland Levillain
2021-03-02
[LSC] Add LOCAL_LICENSE_KINDS to art
Bob Badour
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-10-14
Only tag supported ART run-tests as part of `art-target-run-test`.
Roland Levillain
2020-10-09
Remove unused code from dalvik.system.VMDebug.
Nicolas Geoffray
2020-09-09
Rename the expected-output text file in built TradeFed ART run-tests.
Roland Levillain
2020-07-03
Add Soong module definitions for ART run-tests with default build rules.
Roland Levillain
2018-11-06
Enable building art and tests with linux_bionic
Alex Light
2017-12-01
Add VMDebug.getInstancesOfClasses API.
Richard Uhler
2016-09-26
ART: Use libbase logging
Andreas Gampe
2016-07-22
ART: Fix type parameter in tests
Andreas Gampe
2016-04-21
Avoid redundant Long allocation before unboxing
Tobias Thierer
2015-07-10
Add VMDebug.countInstancesOfClasses
Mathieu Chartier
2015-06-30
Properly delete temp files during run-test
Sebastien Hertz
2015-04-13
getRuntimeStat() support (ART).
Hiroshi Yamauchi
2015-02-18
ART: Fix run-test 099-vmdebug for device
Andreas Gampe
2015-02-17
ART: Make run-tests more verbose
Andreas Gampe
2015-02-02
ART: Fix run-tests for emulator
Andreas Gampe
2014-09-09
Change 099-vmdebug test to use File.createTempFile.
Jeff Hao
2014-09-09
Disable tracing if enabled by default for new tracing test.
Jeff Hao
2014-09-09
Change when sampling thread is reset during shutdown to prevent races.
Jeff Hao