index
:
~nh/piglit
arb_gl_spirv
deqp-run-multi
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-19
summary.py: Treat subtests as groups, again
Dylan Baker
1
-16
/
+70
2014-05-19
summary_tests.py: Add tests for subtest handling
Dylan Baker
1
-1
/
+76
2014-05-13
framework: rename profile.loadTestProfile to profile.load_test_profile
Dylan Baker
2
-8
/
+8
2014-05-13
profile.py: set __all__
Dylan Baker
1
-0
/
+6
2014-05-13
profile.py: stop exposing private methods of TestProfile
Dylan Baker
2
-15
/
+15
2014-05-13
profile.py: Cleanup a few pylint warnings
Dylan Baker
1
-2
/
+3
2014-05-13
profile.py: Update docstrings and comments
Dylan Baker
1
-14
/
+65
2014-05-13
profile.py: replace map() with generator expression
Dylan Baker
1
-1
/
+1
2014-05-13
profile: Remove unnecessary if statement
Dylan Baker
1
-1
/
+1
2014-05-13
profile.py: use dict.iteritems() instead of dict.keys()
Dylan Baker
1
-4
/
+4
2014-05-13
profile.py: replace uses of keys, items and values with iterators
Dylan Baker
1
-1
/
+1
2014-05-13
profile_tests.py: Add tests for the TestProfile class
Dylan Baker
1
-0
/
+218
2014-05-13
profile_tests.py: Add tests for loadTestProfile
Dylan Baker
2
-1
/
+20
2014-05-12
integration_tests.py: Add oglconform support
Dylan Baker
1
-0
/
+11
2014-05-12
integration_tests.py: Add es3conform support
Dylan Baker
1
-0
/
+11
2014-05-12
integration_tests.py: Add igt support
Dylan Baker
1
-0
/
+11
2014-05-12
integration_tests.py: Add basic tests for external test suite integration
Dylan Baker
1
-0
/
+55
2014-05-12
dmesg_tests.py: Remove stupid timing tests
Dylan Baker
1
-32
/
+1
2014-05-09
piglit-run: Fix default search directory for piglit.conf v2
Tom Stellard
1
-2
/
+2
2014-05-07
framework/dmesg.py: add a filtering mechanism
Thomas Wood
2
-3
/
+48
2014-05-06
framework: move executable functions to modules
Dylan Baker
3
-0
/
+485
2014-04-29
framework: use formatted time values in the HTML report
Thomas Wood
1
-1
/
+10
2014-04-28
framework: add support for a "timeout" status
Thomas Wood
5
-9
/
+20
2014-04-24
framework/core.py: Remove unused imports and fix __all__
Dylan Baker
1
-8
/
+4
2014-04-24
profile: Fix mixed concurrency runs
Dylan Baker
1
-15
/
+15
2014-04-24
tests/xts.py: Add a tests file for the X Test suite.
Dylan Baker
1
-0
/
+1
2014-04-24
python: Add results_dir to TestProfile
Dylan Baker
1
-0
/
+1
2014-04-24
framework/core.py: Add pre_run and post_run hooks to TestProfile
Dylan Baker
1
-5
/
+26
2014-04-24
Allow setting a cwd to execute tests from.
Eric Anholt
1
-0
/
+2
2014-04-23
gtest: Use correct fuction signature for interpret_result
Tom Stellard
1
-4
/
+5
2014-04-23
framework: Dump the result of 'uname -a' in the report
Damien Lespiau
2
-0
/
+4
2014-04-21
framework: fix potential bug in function signatures
Dylan Baker
1
-4
/
+5
2014-04-18
framework: small refactor of test_result page generation
Dylan Baker
1
-17
/
+3
2014-04-18
framework: Fix html generation to work with recent changes to json
Dylan Baker
1
-1
/
+3
2014-04-17
exectest.py: remove try/except from PiglitTest.interpret_result
Dylan Baker
1
-13
/
+9
2014-04-17
framework/exectest.py: optimize 'fail' if not result
Dylan Baker
1
-6
/
+1
2014-04-17
framework/exectest.py: Test.execute() remove if's that are constant
Dylan Baker
1
-8
/
+1
2014-04-17
framework: stop passing duplicate arguments
Dylan Baker
3
-80
/
+71
2014-04-17
framework/exectest.py: simplify gnome bug loop
Dylan Baker
1
-11
/
+4
2014-04-17
framework/exectest.py: Fix action for non 0 returncode
Dylan Baker
1
-2
/
+2
2014-04-17
framework/exectest.py: Optimize skips in Test.run()
Dylan Baker
1
-23
/
+16
2014-04-17
framework/exectest.py: Don't pass redundant args to Test.Get_command_result()
Dylan Baker
1
-10
/
+7
2014-04-17
framework/exectest.py: Move valgrind to Test.command property
Dylan Baker
2
-5
/
+4
2014-04-17
exectest: Don't pass env to Test.run()
Dylan Baker
4
-19
/
+19
2014-04-17
framework/exectest.py: Replace if with assert in Test
Dylan Baker
1
-74
/
+69
2014-04-17
framework: Split TestProfile and related out of core
Dylan Baker
4
-183
/
+249
2014-04-17
framework: Replace Group() with dict()
Dylan Baker
3
-15
/
+8
2014-04-11
framework: Fix concurrency regression introduced by Test refactor
Dylan Baker
2
-2
/
+3
2014-04-10
framework/exectest.py: remove Test.split_test
Dylan Baker
1
-3
/
+3
2014-04-10
framework/exectest.py: use grouping parens instead of \ to break strings
Dylan Baker
1
-8
/
+7
[next]