aboutsummaryrefslogtreecommitdiff
path: root/run_tests.py
AgeCommit message (Expand)Author
2022-10-19Unify python scripts interpreter invocation.Tomasz 'CeDeROM' CEDRO
2022-02-10Rework Python development environment checks.Dan Albert
2022-01-10Make it so we can bootstrap on Windows, by pointing the bootstrapper to pytho...James Farrell
2021-12-16Reformat Python code with Black.Dan Albert
2021-12-01Add bootstrapper for run_testsZijunZhao
2017-11-28Turn the NDK tools into a real python package.Dan Albert
2017-11-16Add --test-src to run_tests.py.Dan Albert
2017-11-16Merge changes I97ed145f,Id9fc24bfTreehugger Robot
2017-11-15Merge "Add --build-only to run tests."Treehugger Robot
2017-11-15Move ndk/subprocess.py and co to ndk/ext.Dan Albert
2017-11-15Fixes for newer versions of pylint.Dan Albert
2017-11-15Windows: get libc++ tests runningRyan Prichard
2017-11-14Add --build-only to run tests.Dan Albert
2017-11-06Update Clang to build 4393122.Dan Albert
2017-10-17Add Windows support to ProcessPoolWorkQueue.Dan Albert
2017-10-02Fix test runner for Windows.Dan Albert
2017-09-28Fix pylint issues.Dan Albert
2017-09-22Fix libc++ test display name.Dan Albert
2017-09-21Show workqueue status for ASAN setup.Dan Albert
2017-09-21Show workqueue status for pushing tests.Dan Albert
2017-09-15Add a progress UI to checkbuild.py.Dan Albert
2017-09-15Factor out UI rendering from test UI definition.Dan Albert
2017-09-12Show the status of each test worker.Dan Albert
2017-09-12Disable terminal echo while the test UI is active.Dan Albert
2017-09-12Reduce number of workers per device.Dan Albert
2017-09-12Minor refactoring in workqueue.Dan Albert
2017-09-12Fix flaky test re-running.Dan Albert
2017-08-30Allow libc++ build and run filters to match.Dan Albert
2017-08-29Clear test progress before finishing.Dan Albert
2017-08-29Use multiprocessing.Manager.Queue.Dan Albert
2017-08-29Show test progress.Dan Albert
2017-08-28Refactor sharding to improve device load.Dan Albert
2017-08-25Allow sharding tests across identical devices.Dan Albert
2017-08-21Fix test runner for Windows.Dan Albert
2017-06-28Time phases of run_tests.py.Dan Albert
2017-06-28Parallelize device discovery, fixup pylint issues.Dan Albert
2017-06-19Allow --rebuild even if test dir doesn't exist.Dan Albert
2017-06-16Update flake_filter.Dan Albert
2017-06-16Catch and wrap exceptions from adb.py.Dan Albert
2017-06-14Merge changes Ice8a9b07,I739a8da2Treehugger Robot
2017-06-14Detect flaky libc++ tests.Dan Albert
2017-06-14Fix flaky test restart code.Dan Albert
2017-06-14Remove support for the deprecated headers.Dan Albert
2017-06-14Run adb disable-verity if needed for ASAN.Dan Albert
2017-06-13Exit failing if we failed any tests.Dan Albert
2017-06-01Don't try to push/run zero tests.Dan Albert
2017-05-30Switch the test config file to JSON.Dan Albert
2017-05-23Run asan_device_setup for relevant devices.Dan Albert
2017-05-23Tolerate versions of adb without `push --sync`.Dan Albert
2017-05-23Split the building and running phases of testing.Dan Albert