summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2012-11-28framework: unoicode() wrap format stringDaniel Vetter1-1/+1
2012-11-28framework: add returncode parameter to ExecTest.interpretResultDaniel Vetter2-4/+4
2012-11-13framework: log output of wglinfo on Windows and CygwinBrian Paul1-2/+7
2012-10-19gbm: when using gbm, skip running glx testsJordan Justen1-0/+2
2012-10-19gbm: when using gbm, skip running glean testsJordan Justen1-0/+5
2012-10-19exectest.py: set python PIGLIT_PLATFORM from environment variableJordan Justen1-0/+8
2012-10-19exectest.py: add path to mark a test as always skippedJordan Justen2-3/+17
2012-10-19exectest.py: move test launch code out to get_command_result routineJordan Justen1-23/+26
2012-10-09framework: Report 'skip' if test executable not foundChad Versace1-14/+31
2012-10-10Generate a html summary of skipped testsMarek Olšák1-0/+3
2012-07-26framework: When a test catches a spurious window resize, re-run it.Eric Anholt1-8/+20
2012-07-16Changed test name generation so that regardless of OS path seperator, the tes...Kenney Phillis1-0/+2
2012-07-15framework: Set env var PIGLIT_SOURCE_DIR if unsetChad Versace1-0/+3
2012-05-10framework: Don't create Glean result dir if it's a variable.Kenneth Graunke1-1/+2
2012-04-25junit: Tweak the test hierarchy mapping.José Fonseca1-4/+8
2012-04-23framework: Remove 'abort' and 'trap' results in favor of 'crash'.Kenneth Graunke2-26/+22
2012-04-18framework: Remove GleanTest's duplicate 'results' subdirectory.Kenneth Graunke1-1/+1
2012-04-18framework: Split a TestProfile.prepare_test_list helper out of run().Kenneth Graunke1-5/+10
2012-03-12Make valgrind testing a command line option rather than extra tests.Kenneth Graunke3-5/+22
2012-03-02Add the ability to resume an interrupted test run where it left off.Kenneth Graunke1-0/+3
2012-03-02Move writing of JSON 'tests' dictionary section out of TestProfile.run.Kenneth Graunke1-4/+0
2012-02-24framework: Fix lack-of-filtering of included tests.Kenneth Graunke1-1/+1
2012-02-24framework: Fix filtering of excluded tests.Kenneth Graunke1-8/+5
2012-02-17Make ExecTest's test name splitting more Unicode-proof.Kenneth Graunke1-2/+2
2012-02-13framework: Remove checking for the pre-JSON piglit file format.Kenneth Graunke1-20/+0
2012-02-13framework: Move list of ignored errors to core rather than *.tests.Kenneth Graunke1-0/+43
2012-02-13framework: Remove Test.sleep and TestProfile.sleep.Kenneth Graunke1-4/+0
2012-02-13framework: Move test filtering to TestProfile.run instead of Test.doRun.Kenneth Graunke1-10/+13
2012-02-13framework: Remove the confusing Environment.run_concurrent flag.Kenneth Graunke1-20/+13
2012-02-13framework: Begin converting TestProfile to a flat dictionary of tests.Kenneth Graunke1-17/+35
2012-02-03jenkins: Escape dots in test names.José Fonseca1-2/+7
2012-02-01framework: Don't override result to 'fail' on returncode != 0.Kenneth Graunke1-1/+1
2012-01-26Script to produce results in a format that Jenkins-CI understand.José Fonseca1-0/+356
2011-10-18Fix redundant shebangs and executable bits.Matěj Cepl5-5/+0
2011-10-18Make a plain_test() helper like concurrent_test() vs add_concurrent_test().Eric Anholt1-3/+0
2011-10-13Make Python scripts independent of the current working directoryMatěj Cepl2-10/+11
2011-09-19framework: Allow ExecTest commands to be space-separated strings.Eric Anholt1-0/+5
2011-09-07Add --check-link option to glslparsertest.Paul Berry1-0/+8
2011-08-28piglit: Queue up all concurrent tests before starting serial test running.Eric Anholt1-3/+16
2011-08-28piglit: Run concurrent tests from as many threads as there are processors.Eric Anholt1-1/+2
2011-08-12Fix Python 2.6 incompatibility in str.decode() function.Paul Berry1-2/+2
2011-08-11Fix import_glsl_parser_tests' dependency on the number of dirs in basepath.Paul Berry1-5/+6
2011-08-11Fix JSON problems with non-ASCII characters, by explicitly decoding test output.Paul Berry1-0/+17
2011-07-29Refactor PlainExecTest, GleanTest, and GTFTest to share code.Kenneth Graunke2-80/+61
2011-07-29Remove @@@ from return code in Glean and GTF tests.Kenneth Graunke1-1/+1
2011-07-29piglit-run: Add option to enable/disable concurrent test runsChad Versace1-1/+2
2011-07-29framework: Repair result file if result file is incomplete or corruptChad Versace1-0/+68
2011-07-29core: Add method TestrunResult.__checkFileIsNotInOldFormatChad Versace1-8/+14
2011-07-29framework: Write each test result to the result file as the test completesChad Versace1-9/+12
2011-07-29framework: Add class JSONWriterChad Versace1-0/+126