index
:
~eugeni/piglit
ext_transform_feedback
Eugeni's piglit tests
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-12
Fix Python 2.6 incompatibility in str.decode() function.
Paul Berry
1
-2
/
+2
2011-08-11
Fix import_glsl_parser_tests' dependency on the number of dirs in basepath.
Paul Berry
1
-5
/
+6
2011-08-11
Fix JSON problems with non-ASCII characters, by explicitly decoding test output.
Paul Berry
1
-0
/
+17
2011-07-29
Refactor PlainExecTest, GleanTest, and GTFTest to share code.
Kenneth Graunke
2
-80
/
+61
2011-07-29
Remove @@@ from return code in Glean and GTF tests.
Kenneth Graunke
1
-1
/
+1
2011-07-29
piglit-run: Add option to enable/disable concurrent test runs
Chad Versace
1
-1
/
+2
2011-07-29
framework: Repair result file if result file is incomplete or corrupt
Chad Versace
1
-0
/
+68
2011-07-29
core: Add method TestrunResult.__checkFileIsNotInOldFormat
Chad Versace
1
-8
/
+14
2011-07-29
framework: Write each test result to the result file as the test completes
Chad Versace
1
-9
/
+12
2011-07-29
framework: Add class JSONWriter
Chad Versace
1
-0
/
+126
2011-07-17
Tweak gitignore.
José Fonseca
1
-1
/
+0
2011-07-14
framework: Raise informative error when parsing a result file in old format
Chad Versace
1
-1
/
+16
2011-07-14
framework: Replace custom serialization format with json
Chad Versace
3
-198
/
+120
2011-06-20
glsl_parser_test: Make [end_config] synonymous with [end config]
Chad Versace
1
-1
/
+1
2011-05-23
framework: decode arrays when parsing test run results
Paul Berry
1
-1
/
+1
2011-04-21
core: Add Windows EXCEPTION_INT_DIVIDE_BY_ZERO exceptions to crashes.
Vinson Lee
2
-2
/
+10
2011-04-21
core: Use forward slash as separator for GLSL group names.
Vinson Lee
1
-2
/
+1
2011-04-15
core: Add POSIX SIGFPE arithmetic exceptions as crashes.
Vinson Lee
2
-2
/
+2
2011-04-11
core: Add Windows access violations as crash results.
Vinson Lee
2
-0
/
+8
2011-04-06
core: Include bus errors in crash category.
Vinson Lee
2
-2
/
+2
2011-04-06
core: generate a summary of fixes
Marek Olšák
1
-0
/
+4
2011-04-06
core: generate a summary of regressions
Marek Olšák
1
-3
/
+18
2011-04-06
core: add new status trap, abort, and crash printed as black lines in summary
Marek Olšák
3
-8
/
+30
2011-04-06
core: print the real command with arguments in the test report
Marek Olšák
2
-0
/
+7
2011-03-12
all.tests: Blacklist some shader tests that cause memory explosions
Chad Versace
1
-0
/
+14
2011-03-12
framework: Support running Piglit with an out-of-tree build
Chad Versace
1
-1
/
+4
2011-02-17
Replace poolName in Test constructor with boolean option.
U. Artie Eoff
2
-8
/
+13
2011-02-17
Remove ThreadPools
U. Artie Eoff
1
-38
/
+0
2011-02-17
Move gpu tests to main thread and cpu-only tests to threadpool.
U. Artie Eoff
1
-5
/
+6
2011-02-17
Add ConcurrentTestPool singleton.
U. Artie Eoff
1
-0
/
+16
2011-02-10
glsl_parser_test: Add test instances to thread pool 'gpu-not-used'
Chad Versace
1
-2
/
+2
2011-02-10
Respond to KeyboardInterrupt exception.
U. Artie Eoff
1
-2
/
+7
2011-02-10
Add SyncFileWriter for write/close synchronization on results file.
U. Artie Eoff
1
-6
/
+5
2011-02-10
Modify the Test class in core.py to use ThreadPools.
U. Artie Eoff
1
-2
/
+10
2011-02-10
Add synchronization to Logger functions.
U. Artie Eoff
1
-0
/
+3
2011-02-10
Add threads.py
U. Artie Eoff
1
-0
/
+75
2011-02-10
Add threadpool.py
U. Artie Eoff
1
-0
/
+418
2011-02-07
Added a simple logging class. Updated Test::doRun to use the new log.
U. Artie Eoff
3
-3
/
+140
2011-01-27
Revert "glsl_parser_test: Add config opt 'override_extensions'"
Chad Versace
1
-8
/
+4
2011-01-25
glsl_parser_test: Add config opt 'override_extensions'
Chad Versace
1
-4
/
+8
2011-01-25
glsl_parser_test: Rename config opt 'extension' to 'require_extensions'
Chad Versace
1
-4
/
+4
2011-01-25
glsl_parser_test: Rewrite GLSLParserTest
Chad Versace
1
-106
/
+116
2011-01-20
modified TestResults::write() for thread safety
U. Artie Eoff
1
-6
/
+9
2011-01-12
glsl_parser_test.py: Document import_glsl_parser_tests()
Chad Versace
1
-3
/
+14
2011-01-12
glsl_parser_test.py: Fix minor typo
Chad Versace
1
-1
/
+1
2011-01-07
glslparsertest: Allow tests to require GL extensions
Ian Romanick
1
-2
/
+7
2011-01-07
Use import_glsl_parser_tests instead of open coding it
Ian Romanick
1
-2
/
+2
2011-01-07
framework: Add utility function to import a directory tree of GLSL parser tests
Ian Romanick
1
-0
/
+22
2010-12-01
framework: Add class GLSLParserTest
Chad Versace
2
-29
/
+370
2010-10-07
gleantest: Store the command as a member variable.
Vinson Lee
1
-4
/
+6
[next]