summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-12user_parameters: document benchmark & validate naming changesEero Tamminen1-2/+21
2017-09-12tests/apitrace: use the same layout for benchmark as for validationEero Tamminen1-5/+32
2017-09-12tests/opengl: unify render validation for OpenGL handlingEero Tamminen1-14/+43
2017-09-12tests/vulkan: unify render validation for Vulkan handlingEero Tamminen1-17/+28
2017-09-12smartezbench: add a missing variable initializationEero Tamminen1-0/+1
2017-09-12imgcmp: update an error messageEero Tamminen1-1/+1
2017-09-06Add test file for validating vktrace trace filesEero Tamminen1-0/+61
2017-09-06Add configuration needed for running Mesa / Vulkan testsEero Tamminen2-0/+14
2017-08-16runner.sh: Fix typoPetri Latvala1-1/+1
2017-08-15user_parameters/mesa: rename --enable-gallium-llvm into --enable-llvmMartin Peres1-1/+1
2017-08-14documentation updatesEero Tamminen2-8/+57
2017-06-12report: handle correctly ill-formed imgcmp run filesMartin Peres1-4/+19
2017-05-17runner.sh: Properly bail out if profile_repo_version_from_human failsPetri Latvala1-1/+5
2017-05-17profiles.d/utils/git-repo.sh: Properly resolve commit references to shaPetri Latvala1-3/+3
2017-05-17profiles.d/utils/git-repo.sh: Report errors from git resetPetri Latvala1-1/+1
2017-05-17profiles.d/kernel/profile: propagate errors from compile_start hookPetri Latvala1-2/+5
2017-05-17profiles/utils/common.sh: Use timeout with chvtPetri Latvala1-3/+3
2017-05-17owatch: Use all watchdogs, not just onePetri Latvala1-18/+60
2017-05-17tests/piglit/igt.piglit.conf: Add more abort stringsPetri Latvala1-1/+1
2017-05-17runner.sh: Use reboot_wd for rebootingPetri Latvala2-0/+26
2017-05-17utils/reboot_wd: Utility to set a watchdog timebomb for rebootingPetri Latvala3-0/+54
2017-05-11compare_reports: be more resistant when comparing multiple reportsMartin Peres1-2/+2
2017-05-11imgcmp: be more robust to invalid cache valuesMartin Peres1-6/+9
2017-05-03smartezbench: simplify __add_test_unlocked__()Martin Peres1-8/+9
2017-05-03smartezbench: guard against missing 'commits' in the stateMartin Peres1-1/+1
2017-05-03smartezbench: when adding rounds, reset the status to RUN when it was DONEMartin Peres1-3/+7
2017-05-03env_dump: prevent a deadlock that may happen when a test segfaultsMartin Peres1-1/+5
2017-05-02ezbench: fix the handling of rounds/ensure with testsetsMartin Peres1-4/+5
2017-05-02user_parameters: remove old test configuration parametersMartin Peres1-6/+0
2017-05-02test/lightsmark: use the bundled libglew and fix the config pathMartin Peres2-4/+5
2017-04-28smartezbench: set the report in the ERROR state if start_testing failsMartin Peres1-1/+10
2017-04-28runner.py: improve the error message when a command fails to executeMartin Peres1-1/+1
2017-04-28runner.py: ignore errors happening in __del__Martin Peres1-1/+5
2017-04-28smartezbench: fix and make set_profile return errorsMartin Peres1-5/+7
2017-04-28runner.py: chain the exceptions when writing to stdin failsMartin Peres1-2/+2
2017-04-28runner: catch exceptions when trying to write to runner.sh's stdinMartin Peres1-2/+7
2017-04-28smartezbench: improve the error message when runner returns an errorMartin Peres1-1/+2
2017-04-28smartezbench: do not try to compile the same commit multiple timesMartin Peres1-0/+4
2017-04-28ezbench: fix the code defaulting to 3 rounds if -r is unsetMartin Peres1-2/+3
2017-04-11smartezbench: fix the condition that sets the running state to DONEMartin Peres1-4/+2
2017-03-15smartezbench: fix a information message not showing the right test nameMartin Peres1-1/+1
2017-03-10ezbench: add an ensure option (-e)Martin Peres1-13/+27
2017-03-10smartezbench: allow ensuring runs on a testsetMartin Peres1-3/+5
2017-03-10smartezbench: do print messages in force_test_rounds()Martin Peres1-9/+8
2017-03-10smartezbench: resolve the commit ID when possible on force_test_roundsMartin Peres1-0/+4
2017-03-10ezbench: improve the add_test outputMartin Peres2-5/+18
2017-03-10smartezbench: do not default to 1 round if rounds is None in add_testsetMartin Peres2-7/+7
2017-03-10smartezbench: do not default to 3 runs if rounds is None in add_testMartin Peres2-5/+8
2017-03-10runner.py: store the execution time of tests as floatsMartin Peres1-1/+1
2017-03-09runner.sh: Add execution time to timing_DB only if the test was successful.Petri Latvala1-2/+3