summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2013-04-21framework: Treat wglinfo, glxinfo and lspci output as text, not binary data.Jon Severinsson1-1/+5
2013-04-16framework: Catch "No such file or directory" by errno, not strerr.Jon Severinsson1-1/+2
2013-04-16framework: Don't use automatic tuple parameter unpacking.Jon Severinsson1-1/+2
2013-04-16framework: Port from string.find to str.find (required by python 3.x)Jon Severinsson1-1/+1
2013-04-16framework: Consistently use Python 2.2+ syntax for dictionary key checks.Jon Severinsson2-4/+4
2013-04-16framework: Consistently use Python 2.6+ syntax for exception objects.Jon Severinsson2-4/+4
2013-04-16framework: Fix "inconsistent use of tabs and spaces in indentation" warnings.Jon Severinsson1-20/+20
2013-03-11framework: document return value of ExecTest::run()Brian Paul1-0/+9
2013-03-11framework: add a few more stderr strings to ignoreBrian Paul1-0/+2
2013-03-10Move re.compile for regex into CoreDylan Baker1-7/+19
2013-02-28framework: Fix issue with generating a report on a Windows system.Courtney Goeltzenleuchter1-0/+1
2013-02-08framework/shader_test: Permit unicode pathsKenney Phillis1-1/+2
2013-01-30shader_runner.py: Update regex to detect new require section syntaxTom Gall1-4/+4
2013-01-09shader_runner.py: fix gles2 supportTom Gall1-3/+1
2013-01-02piglt: Add support for subtests v2Tom Stellard3-11/+71
2013-01-03glean: Remove support for writing results databases.Kenneth Graunke2-11/+3
2012-12-12framework/shader_test: Assume the api is GL if no requirements are foundChad Versace1-7/+7
2012-12-11framework: Use shader_test.py to drive shader testsChad Versace1-1/+226
2012-12-11framework: New module shader_test.pyChad Versace1-0/+45
2012-11-28framework: unicode() 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