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
/
core.py
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-11
wgl: initial check-in of wgl utility code and wgl sanity check program
Brian Paul
1
-1
/
+1
2016-06-01
framework/core.py: add module docstring
Dylan Baker
1
-0
/
+7
2016-06-01
framework/core.py: Make copyright header match others in the framework
Dylan Baker
1
-23
/
+19
2016-06-01
framework/core: extend check_dir to take a handler callable
Dylan Baker
1
-4
/
+14
2016-06-01
core.py: add docstring to check_dir
Dylan Baker
1
-1
/
+17
2016-06-01
core.py: make second argument to check_dir a keyword argument
Dylan Baker
1
-1
/
+1
2016-06-01
framework: rename core.checkDir to core.check_dir
Dylan Baker
1
-1
/
+1
2016-06-01
framework: core.checkDir raises PiglitException
Dylan Baker
1
-3
/
+1
2016-06-01
core.py: use PiglitFatalError instead of sys.exit
Dylan Baker
1
-4
/
+3
2016-06-01
core.py: only call makedirs if the directory doesn't exist
Dylan Baker
1
-1
/
+2
2016-06-01
core.py: remove flag from checkDir, use exception block
Dylan Baker
1
-8
/
+4
2016-06-01
core.py: use 'in list' instead of a == b or a == c...
Dylan Baker
1
-1
/
+1
2016-04-16
framework: Fix spelling mistakes
Eric Engestrom
1
-1
/
+1
2016-02-08
framework/core.py: make collect_system_info return unicode
Dylan Baker
1
-2
/
+2
2016-02-08
framework,unittests: use __future__ unicode_literals
Dylan Baker
1
-1
/
+3
2016-02-08
framework: use six.moves.configparser
Dylan Baker
1
-7
/
+8
2016-02-08
python: use future print, division, and absolute_import
Dylan Baker
1
-1
/
+1
2015-11-25
framework/core.py: add -nn to lspci
Dylan Baker
1
-1
/
+1
2015-11-11
framework: Convert the codebase to use the new global Options
Dylan Baker
1
-50
/
+0
2015-09-30
framework: add clinfo to system information
Dylan Baker
1
-0
/
+1
2015-09-23
framework/core: add fallback to PiglitConfig.safe_get
Dylan Baker
1
-3
/
+3
2015-09-22
framework/summary.py: Add a class to summary for calculating categories
Dylan Baker
1
-0
/
+21
2015-08-03
core.py: use errno instead of int for error checking
Dylan Baker
1
-2
/
+3
2015-07-16
Revert "framework: remove last use of core.checkDir"
Dylan Baker
1
-0
/
+23
2015-07-16
framework: remove last use of core.checkDir
Dylan Baker
1
-23
/
+0
2015-05-19
framework/core.py: Add a custom PiglitConfig class
Dylan Baker
1
-2
/
+54
2015-03-16
framework/core.py: Fix PEP 8 issues.
Vinson Lee
1
-2
/
+6
2015-02-24
profile_tests.py: Fix -x and -i with lowercased names
Dylan Baker
1
-2
/
+4
2014-12-24
framework: Cleanup imports
Dylan Baker
1
-2
/
+1
2014-10-14
framework: Move PLATFORMS list to core
Dylan Baker
1
-4
/
+8
2014-09-25
framework: refactor the log module
Dylan Baker
1
-4
/
+2
2014-09-23
core.py: don't overwrite user's PIGLIT_SOURCE_DIR env var
Brian Paul
1
-4
/
+3
2014-08-26
core.py: Fix bug in get_config
Dylan Baker
1
-1
/
+1
2014-08-20
programs/run.py add file sync command line option
Matt Atwood
1
-1
/
+2
2014-08-20
core: Initialize ConfigParser with allow_no_value=True
Tom Stellard
1
-1
/
+1
2014-08-18
core.py: Remove warning about piglit.conf
Dylan Baker
1
-6
/
+1
2014-07-17
framework: move get_config() to core
Thomas Wood
1
-0
/
+23
2014-06-24
core.py: Add additional catch to collect_system_info()
Dylan Baker
1
-0
/
+4
2014-06-23
framework: Split code out of framework.core
Dylan Baker
1
-286
/
+0
2014-06-23
core.py: rename Environment to Options
Dylan Baker
1
-2
/
+15
2014-06-23
core.py: Simplify Environment constructor
Dylan Baker
1
-13
/
+2
2014-06-23
core: replace Environment.collectData()
Dylan Baker
1
-22
/
+27
2014-06-23
framework: Don't rely on os.environ so much
Dylan Baker
1
-15
/
+8
2014-04-24
framework/core.py: Remove unused imports and fix __all__
Dylan Baker
1
-8
/
+4
2014-04-23
framework: Dump the result of 'uname -a' in the report
Damien Lespiau
1
-0
/
+3
2014-04-21
framework: fix potential bug in function signatures
Dylan Baker
1
-4
/
+5
2014-04-17
framework: Split TestProfile and related out of core
Dylan Baker
1
-181
/
+0
2014-04-17
framework: Replace Group() with dict()
Dylan Baker
1
-10
/
+5
2014-04-10
python: replace Test argument runConcurrent with run_concurrent
Dylan Baker
1
-2
/
+2
2014-04-03
framework: move testBinDir to exectest
Dylan Baker
1
-8
/
+1
[next]