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