index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
924-threads
Age
Commit message (
Expand
)
Author
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2022-11-02
Run-tests: Rename "run" files to "run.py"
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-09-22
Update Test924 to filter for messages related to test thread
Mythri Alle
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-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-30
Make test 924 more consistent.
Alex Light
2017-11-16
cpplint: Remove many unnecessary NOLINT
Igor Murashkin
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-10-17
Fix GetThreadState with threads in kNative.
Alex Light
2017-09-22
Ensure GetThreadState works with Thread subtypes
Alex Light
2017-07-20
Make test 924 less flaky.
Alex Light
2017-04-24
Remove unneeded shims and jni binding code
Alex Light
2017-04-18
ART: Refactor run-test 924
Andreas Gampe
2017-04-07
ART: More refactor for JVMTI run tests (3/3)
Andreas Gampe
2017-04-07
ART: More refactor for JVMTI run tests (2/3)
Andreas Gampe
2017-04-07
ART: More refactor for JVMTI run tests (1/3)
Andreas Gampe
2017-04-07
ART: Add JVMTI test shim
Andreas Gampe
2017-03-31
ART: TI Agent test library refactor
Andreas Gampe
2017-03-30
ART: Refactor JVMTI run tests
Andreas Gampe
2017-03-28
ART: Fix GetThreadInfo
Andreas Gampe
2017-03-14
ART: Refactor libopenjdkjvmti
Andreas Gampe
2017-03-09
ART: Make test 924 more robust
Andreas Gampe
2017-02-14
Remove unneeded build files
Alex Light
2017-02-03
Revert "Revert "ART: Give JIT thread pool workers a peer""
Andreas Gampe
2017-01-25
ART: Remove experimental flags for plugins and agents
Andreas Gampe
2017-01-20
ART: Add ThreadStart & ThreadEnd
Andreas Gampe
2017-01-20
ART: Refactor TI tests
Andreas Gampe
2017-01-19
ART: Add tests for TLS
Andreas Gampe
2017-01-13
ART: Add GetAllThreads
Andreas Gampe
2017-01-12
ART: Add GetThreadState
Andreas Gampe
2017-01-12
ART: Add GetCurrentThread and GetThreadInfo
Andreas Gampe