index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
004-ThreadStress
Age
Commit message (
Expand
)
Author
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
2022-10-13
Normalize run-test arguments
David Srbecky
2022-09-22
Revert^2 run-test-jar: Use python argument parser"
David Srbecky
2022-09-21
Revert "run-test-jar: Use python argument parser"
David Srbecky
2022-09-15
run-test-jar: Use python argument parser
David Srbecky
2021-11-25
Regenerate ART test files (2021-11-23 (b)).
Roland Levillain
2021-02-09
Do not dump details of OOME for thread peer.
Vladimir Marko
2021-02-03
Fix ThreadStress check script to filter stderr.
Vladimir Marko
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-23
Reword some comments to be more inclusive
Orion Hodson
2019-04-09
Revert^2 "Delete GSS"
Mathieu Chartier
2019-04-06
Revert "Delete GSS"
Mathieu Chartier
2019-04-05
Delete GSS
Mathieu Chartier
2018-11-05
Revert^4 "Implement LockSupport.park with a futex"
Charles Munger
2018-11-05
Revert "Add LockSupport.park to 004-ThreadStress"
Roland Levillain
2018-11-02
Add LockSupport.park to 004-ThreadStress
Charles Munger
2018-11-01
Revert "Revert^2 "Implement LockSupport.park with a futex""
Nicolas Geoffray
2018-10-31
Revert^2 "Implement LockSupport.park with a futex"
Charles Munger
2018-10-31
Revert "Implement LockSupport.park with a futex"
Filip Pavlis
2018-10-30
Implement LockSupport.park with a futex
Charles Munger
2018-06-13
Re-enable NonMovingAlloc operations in ThreadStress, except with GSS.
Roland Levillain
2018-02-22
Fix exit status of `run` scripts executing more than one test.
Roland Levillain
2018-01-31
Don't run NonMovingAlloc operations by default in ThreadStress.
Roland Levillain
2018-01-30
Add an operation performing non-moving allocation in ThreadStress.
Roland Levillain
2018-01-30
Add an option to stress only allocations in ThreadStress.
Roland Levillain
2018-01-08
Do not abort if we fail to allocate a thread-peer on shutdown
Alex Light
2018-01-04
Ignore OOMEs in ThreadStress' QueuedWait operation.
Roland Levillain
2017-10-16
Force ahead-of-time initialization of classes used in ThreadStress.
Roland Levillain
2017-08-18
Add an operation using a semaphore to test 004-ThreadStress.
Roland Levillain
2017-06-23
ART: Add stack-dump mode for contention logging
Andreas Gampe
2017-06-22
ART: Change contention logging lock strategy
Andreas Gampe
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-06-27
Fix 004-ThreadStress.
Vladimir Marko
2016-06-21
Catch additional OOME in ThreadStress.
Vladimir Marko
2016-01-05
ART: Add large object allocation to ThreadStress
Andreas Gampe
2015-11-03
Fix deadlock with the JIT code cache.
Nicolas Geoffray
2015-10-28
Adjust jit code cache on ThreadStress to avoid timeouts.
Nicolas Geoffray
2015-09-18
Handle OOME during threadstress finishing message
Mathieu Chartier
2015-08-27
Add non debug version of libarttest
Mathieu Chartier
2015-08-18
Guard thread exited message by try-catch in ThreadStress
Mathieu Chartier
2015-08-13
Ignore OOME in ThreadStress Daemon threads
Mathieu Chartier
2015-08-10
Add daemon threads to 004-ThreadStress
Man Cao
2015-02-13
ART: Rewrite ThreadStress for easier extensibility
Andreas Gampe
2014-07-23
ART: Make run tests out of oat tests
Andreas Gampe