index
:
~gabbayo/piglit
base
fbo-extended-blend
fbo-generatemipmap-formats-debug
master
rhel-6.8
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
piglit-run.py
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
python: change she-bang to python2
Dylan Baker
1
-1
/
+1
2014-05-08
wrappers: Fix argument issue with new wrapper scripts
Jordan Justen
1
-1
/
+1
2014-05-06
framework: move executable functions to modules
Dylan Baker
1
-177
/
+22
2014-04-24
python: Add results_dir to TestProfile
Dylan Baker
1
-0
/
+1
2014-04-17
framework: Split TestProfile and related out of core
Dylan Baker
1
-1
/
+2
2014-04-02
Remove extra newline from the end of run message
Thomas Wood
1
-2
/
+1
2014-03-12
python: Convert from print statement to function
Dylan Baker
1
-3
/
+4
2014-02-20
log: add verbose logger
Dylan Baker
1
-1
/
+6
2014-02-06
tests/igt: restore dmesg-by-default
Daniel Vetter
1
-1
/
+2
2014-02-04
piglit-run.py: Restrict dmesg to serial runs
Dylan Baker
1
-1
/
+6
2014-02-04
Use the new dmesg class
Dylan Baker
1
-0
/
+2
2014-01-28
piglit-run.py: Remove unused imports
Dylan Baker
1
-5
/
+3
2014-01-23
framework/core.py: Add a config parser
Dylan Baker
1
-0
/
+13
2014-01-12
Add support to load multiple test profiles
Dylan Baker
1
-2
/
+3
2014-01-09
Save and restore platform for piglit
Dylan Baker
1
-0
/
+3
2013-12-19
Add new concurrency option
Dylan Baker
1
-4
/
+13
2013-11-19
Split resume functionality out of piglit-run.py
Dylan Baker
1
-37
/
+4
2013-11-19
piglit-run.py: Record all attributes of Environment and restore them
Dylan Baker
1
-3
/
+2
2013-11-19
piglit-run.py: Cleanups
Dylan Baker
1
-15
/
+11
2013-11-19
piglit-run.py: resume honors saved concurrency flag
Dylan Baker
1
-0
/
+1
2013-11-19
piglit-run.py: record whether the test run was concurrent
Dylan Baker
1
-0
/
+1
2013-10-23
Use simplejson if available
Dylan Baker
1
-1
/
+0
2013-10-20
rename core.loadTestResults to core.load_results
Dylan Baker
1
-1
/
+1
2013-10-11
piglit-run.py: Fix a few PEP8 issues that snuck in
Dylan Baker
1
-12
/
+15
2013-09-23
piglit-run: add -1 as an alternative to --no-concurrent
Marek Olšák
1
-1
/
+1
2013-09-23
Optionally capture dmesg changes for each test and report them in a summary
Marek Olšák
1
-1
/
+5
2013-09-17
piglit-run.py: replace file.write with json_writer calls
Dylan Baker
1
-4
/
+2
2013-08-28
piglit-run.py: Remove deprecated options
Dylan Baker
1
-53
/
+12
2013-07-29
piglit-run.py: PEP8 Compliance
Dylan Baker
1
-53
/
+47
2013-05-16
piglit-run.py: Fix Path resolution.
Kenney Phillis
1
-3
/
+3
2013-05-13
python: Convert tabs to spaces
Dylan Baker
1
-184
/
+184
2013-03-10
Move re.compile for regex into Core
Dylan Baker
1
-35
/
+25
2013-03-10
Replaces getopt with argparse
Dylan Baker
1
-126
/
+123
2013-03-10
piglit-run.py: Add --resume to the help menu
Dylan Baker
1
-0
/
+2
2013-03-10
piglit-run.py: Replace Piglit's --concurent flag with --no-concurrency
Dylan Baker
1
-3
/
+13
2013-03-10
Change --tests to --include-tests
Dylan Baker
1
-2
/
+10
2013-02-08
piglit-run: Fix resume path resolving
Kenney Phillis
1
-1
/
+1
2013-01-03
glean: Remove support for writing results databases.
Kenneth Graunke
1
-1
/
+1
2012-10-19
piglit-run.py: add -p|--platform switch to select the piglit platform
Jordan Justen
1
-1
/
+9
2012-07-16
Changed piglit-run.py to automatically correct previous test results on a pla...
Kenney Phillis
1
-0
/
+2
2012-03-12
Make valgrind testing a command line option rather than extra tests.
Kenneth Graunke
1
-0
/
+4
2012-03-02
Add the ability to resume an interrupted test run where it left off.
Kenneth Graunke
1
-5
/
+54
2012-03-02
Move writing of JSON 'tests' dictionary section out of TestProfile.run.
Kenneth Graunke
1
-2
/
+7
2012-02-24
piglit-run.py: Use list.append(item) instead of list[:0] = [item].
Kenneth Graunke
1
-2
/
+2
2012-01-17
piglit-run: support storing results outside of piglit_dir
Scott Tsai
1
-1
/
+1
2011-10-13
Make Python scripts independent of the current working directory
Matěj Cepl
1
-1
/
+6
2011-08-05
piglit-run.py: Remove SyncFileWriter as it's not necessary with JSON.
Kenneth Graunke
1
-32
/
+2
2011-07-29
piglit-run: Add option to enable/disable concurrent test runs
Chad Versace
1
-2
/
+18
2011-07-29
framework: Write each test result to the result file as the test completes
Chad Versace
1
-18
/
+13
2011-07-14
framework: Replace custom serialization format with json
Chad Versace
1
-17
/
+37
[next]