index
:
~idr/piglit
INTEL_shader_integer_functions2
NV_shader_atomic_int64
arb_program
ext_framebuffer_multisample_blit_scaled
for-review
idr
master
namespace-pollution
old-driver-work
sso
ubo-lolz
Unnamed repository; edit this file to name it for gitweb.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
framework: Don't create Glean result dir if it's a variable.
Kenneth Graunke
1
-1
/
+2
2012-04-25
junit: Tweak the test hierarchy mapping.
José Fonseca
1
-4
/
+8
2012-04-23
framework: Remove 'abort' and 'trap' results in favor of 'crash'.
Kenneth Graunke
2
-26
/
+22
2012-04-18
framework: Remove GleanTest's duplicate 'results' subdirectory.
Kenneth Graunke
1
-1
/
+1
2012-04-18
framework: Split a TestProfile.prepare_test_list helper out of run().
Kenneth Graunke
1
-5
/
+10
2012-03-12
Make valgrind testing a command line option rather than extra tests.
Kenneth Graunke
3
-5
/
+22
2012-03-02
Add the ability to resume an interrupted test run where it left off.
Kenneth Graunke
1
-0
/
+3
2012-03-02
Move writing of JSON 'tests' dictionary section out of TestProfile.run.
Kenneth Graunke
1
-4
/
+0
2012-02-24
framework: Fix lack-of-filtering of included tests.
Kenneth Graunke
1
-1
/
+1
2012-02-24
framework: Fix filtering of excluded tests.
Kenneth Graunke
1
-8
/
+5
2012-02-17
Make ExecTest's test name splitting more Unicode-proof.
Kenneth Graunke
1
-2
/
+2
2012-02-13
framework: Remove checking for the pre-JSON piglit file format.
Kenneth Graunke
1
-20
/
+0
2012-02-13
framework: Move list of ignored errors to core rather than *.tests.
Kenneth Graunke
1
-0
/
+43
2012-02-13
framework: Remove Test.sleep and TestProfile.sleep.
Kenneth Graunke
1
-4
/
+0
2012-02-13
framework: Move test filtering to TestProfile.run instead of Test.doRun.
Kenneth Graunke
1
-10
/
+13
2012-02-13
framework: Remove the confusing Environment.run_concurrent flag.
Kenneth Graunke
1
-20
/
+13
2012-02-13
framework: Begin converting TestProfile to a flat dictionary of tests.
Kenneth Graunke
1
-17
/
+35
2012-02-03
jenkins: Escape dots in test names.
José Fonseca
1
-2
/
+7
2012-02-01
framework: Don't override result to 'fail' on returncode != 0.
Kenneth Graunke
1
-1
/
+1
2012-01-26
Script to produce results in a format that Jenkins-CI understand.
José Fonseca
1
-0
/
+356
2011-10-18
Fix redundant shebangs and executable bits.
Matěj Cepl
5
-5
/
+0
2011-10-18
Make a plain_test() helper like concurrent_test() vs add_concurrent_test().
Eric Anholt
1
-3
/
+0
2011-10-13
Make Python scripts independent of the current working directory
Matěj Cepl
2
-10
/
+11
2011-09-19
framework: Allow ExecTest commands to be space-separated strings.
Eric Anholt
1
-0
/
+5
2011-09-07
Add --check-link option to glslparsertest.
Paul Berry
1
-0
/
+8
2011-08-28
piglit: Queue up all concurrent tests before starting serial test running.
Eric Anholt
1
-3
/
+16
2011-08-28
piglit: Run concurrent tests from as many threads as there are processors.
Eric Anholt
1
-1
/
+2
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
[next]