summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-17Tweak gitignore.José Fonseca1-1/+0
2011-07-14framework: Raise informative error when parsing a result file in old formatChad Versace1-1/+16
2011-07-14framework: Replace custom serialization format with jsonChad Versace3-198/+120
2011-06-20glsl_parser_test: Make [end_config] synonymous with [end config]Chad Versace1-1/+1
2011-05-23framework: decode arrays when parsing test run resultsPaul Berry1-1/+1
2011-04-21core: Add Windows EXCEPTION_INT_DIVIDE_BY_ZERO exceptions to crashes.Vinson Lee2-2/+10
2011-04-21core: Use forward slash as separator for GLSL group names.Vinson Lee1-2/+1
2011-04-15core: Add POSIX SIGFPE arithmetic exceptions as crashes.Vinson Lee2-2/+2
2011-04-11core: Add Windows access violations as crash results.Vinson Lee2-0/+8
2011-04-06core: Include bus errors in crash category.Vinson Lee2-2/+2
2011-04-06core: generate a summary of fixesMarek Olšák1-0/+4
2011-04-06core: generate a summary of regressionsMarek Olšák1-3/+18
2011-04-06core: add new status trap, abort, and crash printed as black lines in summaryMarek Olšák3-8/+30
2011-04-06core: print the real command with arguments in the test reportMarek Olšák2-0/+7
2011-03-12all.tests: Blacklist some shader tests that cause memory explosionsChad Versace1-0/+14
2011-03-12framework: Support running Piglit with an out-of-tree buildChad Versace1-1/+4
2011-02-17Replace poolName in Test constructor with boolean option.U. Artie Eoff2-8/+13
2011-02-17Remove ThreadPoolsU. Artie Eoff1-38/+0
2011-02-17Move gpu tests to main thread and cpu-only tests to threadpool.U. Artie Eoff1-5/+6
2011-02-17Add ConcurrentTestPool singleton.U. Artie Eoff1-0/+16
2011-02-10glsl_parser_test: Add test instances to thread pool 'gpu-not-used'Chad Versace1-2/+2
2011-02-10Respond to KeyboardInterrupt exception.U. Artie Eoff1-2/+7
2011-02-10Add SyncFileWriter for write/close synchronization on results file.U. Artie Eoff1-6/+5
2011-02-10Modify the Test class in core.py to use ThreadPools.U. Artie Eoff1-2/+10
2011-02-10Add synchronization to Logger functions.U. Artie Eoff1-0/+3
2011-02-10Add threads.pyU. Artie Eoff1-0/+75
2011-02-10Add threadpool.pyU. Artie Eoff1-0/+418
2011-02-07Added a simple logging class. Updated Test::doRun to use the new log.U. Artie Eoff3-3/+140
2011-01-27Revert "glsl_parser_test: Add config opt 'override_extensions'"Chad Versace1-8/+4
2011-01-25glsl_parser_test: Add config opt 'override_extensions'Chad Versace1-4/+8
2011-01-25glsl_parser_test: Rename config opt 'extension' to 'require_extensions'Chad Versace1-4/+4
2011-01-25glsl_parser_test: Rewrite GLSLParserTestChad Versace1-106/+116
2011-01-20modified TestResults::write() for thread safetyU. Artie Eoff1-6/+9
2011-01-12glsl_parser_test.py: Document import_glsl_parser_tests()Chad Versace1-3/+14
2011-01-12glsl_parser_test.py: Fix minor typoChad Versace1-1/+1
2011-01-07glslparsertest: Allow tests to require GL extensionsIan Romanick1-2/+7
2011-01-07Use import_glsl_parser_tests instead of open coding itIan Romanick1-2/+2
2011-01-07framework: Add utility function to import a directory tree of GLSL parser testsIan Romanick1-0/+22