aboutsummaryrefslogtreecommitdiff
path: root/framework/core.py
AgeCommit message (Expand)Author
2013-04-21framework: Treat wglinfo, glxinfo and lspci output as text, not binary data.Jon Severinsson
2013-04-16framework: Don't use automatic tuple parameter unpacking.Jon Severinsson
2013-04-16framework: Port from string.find to str.find (required by python 3.x)Jon Severinsson
2013-04-16framework: Consistently use Python 2.6+ syntax for exception objects.Jon Severinsson
2013-04-16framework: Fix "inconsistent use of tabs and spaces in indentation" warnings.Jon Severinsson
2013-03-11framework: add a few more stderr strings to ignoreBrian Paul
2013-03-10Move re.compile for regex into CoreDylan Baker
2013-02-28framework: Fix issue with generating a report on a Windows system.Courtney Goeltzenleuchter
2013-01-02piglt: Add support for subtests v2Tom Stellard
2013-01-03glean: Remove support for writing results databases.Kenneth Graunke
2012-11-13framework: log output of wglinfo on Windows and CygwinBrian Paul
2012-10-19exectest.py: add path to mark a test as always skippedJordan Justen
2012-07-15framework: Set env var PIGLIT_SOURCE_DIR if unsetChad Versace
2012-04-18framework: Split a TestProfile.prepare_test_list helper out of run().Kenneth Graunke
2012-03-12Make valgrind testing a command line option rather than extra tests.Kenneth Graunke
2012-03-02Add the ability to resume an interrupted test run where it left off.Kenneth Graunke
2012-03-02Move writing of JSON 'tests' dictionary section out of TestProfile.run.Kenneth Graunke
2012-02-24framework: Fix lack-of-filtering of included tests.Kenneth Graunke
2012-02-24framework: Fix filtering of excluded tests.Kenneth Graunke
2012-02-13framework: Remove checking for the pre-JSON piglit file format.Kenneth Graunke
2012-02-13framework: Move list of ignored errors to core rather than *.tests.Kenneth Graunke
2012-02-13framework: Remove Test.sleep and TestProfile.sleep.Kenneth Graunke
2012-02-13framework: Move test filtering to TestProfile.run instead of Test.doRun.Kenneth Graunke
2012-02-13framework: Remove the confusing Environment.run_concurrent flag.Kenneth Graunke
2012-02-13framework: Begin converting TestProfile to a flat dictionary of tests.Kenneth Graunke
2011-10-18Fix redundant shebangs and executable bits.Matěj Cepl
2011-10-13Make Python scripts independent of the current working directoryMatěj Cepl
2011-08-28piglit: Queue up all concurrent tests before starting serial test running.Eric Anholt
2011-07-29piglit-run: Add option to enable/disable concurrent test runsChad Versace
2011-07-29framework: Repair result file if result file is incomplete or corruptChad Versace
2011-07-29core: Add method TestrunResult.__checkFileIsNotInOldFormatChad Versace
2011-07-29framework: Write each test result to the result file as the test completesChad Versace
2011-07-29framework: Add class JSONWriterChad Versace
2011-07-14framework: Raise informative error when parsing a result file in old formatChad Versace
2011-07-14framework: Replace custom serialization format with jsonChad Versace
2011-05-23framework: decode arrays when parsing test run resultsPaul Berry
2011-03-12all.tests: Blacklist some shader tests that cause memory explosionsChad Versace
2011-03-12framework: Support running Piglit with an out-of-tree buildChad Versace
2011-02-17Replace poolName in Test constructor with boolean option.U. Artie Eoff
2011-02-17Move gpu tests to main thread and cpu-only tests to threadpool.U. Artie Eoff
2011-02-10Add SyncFileWriter for write/close synchronization on results file.U. Artie Eoff
2011-02-10Modify the Test class in core.py to use ThreadPools.U. Artie Eoff
2011-02-07Added a simple logging class. Updated Test::doRun to use the new log.U. Artie Eoff
2011-01-20modified TestResults::write() for thread safetyU. Artie Eoff
2010-07-29Add -x|--exclude-tests= option to specify tests not to run.Carl Worth
2010-07-28Sort tests within a group before running them.Carl Worth
2010-04-11core: print results only when a test fails or is skippedMarek Olšák
2009-10-08Make piglit work on OpenSUSE 11.1.Alex Corscadden
2009-08-23core.py: Remove unnecessary semicolon.Vinson Lee
2009-08-23Python: Add spaces after commas.Vinson Lee