summaryrefslogtreecommitdiff
path: root/tools/run-libcore-tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Reduce libcore parallelism for hostDavid Srbecky2021-05-101-1/+7
| | | | | | | Temporary fix to get the tests green again. Test: run-libcore-tests.py --mode=host Change-Id: Ib52db885dcdc7e41d9ddeeea389e3e0ec7a343c6
* run-libcore-tests.py: Extend error regexDavid Srbecky2021-05-041-1/+1
| | | | | | | | Add another vogar pattern to look for. (to be included in the final summary) Test: run-libcore-tests.py --mode=host Change-Id: I634e271638b814c9155a1d4e402f1b565b335409
* Fix run-libcore-tests exclusions for fugu.David Srbecky2021-05-041-1/+1
| | | | | | | | | Don't include libcore_debug_failures.txt on fugu debug. as it has duplicate entries with libcore_fugu_failures.txt. This is odd, but it is what the bash script used to do. Change-Id: Ia7ebf48ac84f4f7b08f8868345c61e1207cd0e04
* Tweak run-libcore-tests.py output formatting.David Srbecky2021-04-301-5/+8
| | | | | Test: art/tools/run-libcore-tests.py --mode=host Change-Id: Idfd90344f815c06d66428f211c2a91f473044c44
* Run libcore tests in parallelDavid Srbecky2021-04-281-22/+70
| | | | | | | Bug: 142039427 Test: run-libcore-tests.py --mode=host Test: run-libcore-tests.py --mode=device Change-Id: Idc36d8402d80ea3901784bb0196b1b11123f1efd
* run-libcore-tests.py: Fix hash-bang to work on LUCI bots.David Srbecky2021-04-281-1/+5
| | | | Change-Id: I66e3a4715e9940c2c67f24065dde5db83120e27c
* Rewrite run-libcore-tests.sh in pythonDavid Srbecky2021-04-271-0/+208
Bug: 142039427 Test: run-libcore-tests.sh --mode=host Test: run-libcore-tests.sh --mode=device Change-Id: I9d90fa97a0b1540b80d358ce7482012202a62687