summaryrefslogtreecommitdiff
path: root/framework/core.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-08python: add explicit utf-8 encodingEric Engestrom1-0/+1
2017-10-18framework: fix typos in commentsNicolai Hähnle1-1/+1
2017-07-11wgl: initial check-in of wgl utility code and wgl sanity check programBrian Paul1-1/+1
2016-06-01framework/core.py: add module docstringDylan Baker1-0/+7
2016-06-01framework/core.py: Make copyright header match others in the frameworkDylan Baker1-23/+19
2016-06-01framework/core: extend check_dir to take a handler callableDylan Baker1-4/+14
2016-06-01core.py: add docstring to check_dirDylan Baker1-1/+17
2016-06-01core.py: make second argument to check_dir a keyword argumentDylan Baker1-1/+1
2016-06-01framework: rename core.checkDir to core.check_dirDylan Baker1-1/+1
2016-06-01framework: core.checkDir raises PiglitExceptionDylan Baker1-3/+1
2016-06-01core.py: use PiglitFatalError instead of sys.exitDylan Baker1-4/+3
2016-06-01core.py: only call makedirs if the directory doesn't existDylan Baker1-1/+2
2016-06-01core.py: remove flag from checkDir, use exception blockDylan Baker1-8/+4
2016-06-01core.py: use 'in list' instead of a == b or a == c...Dylan Baker1-1/+1
2016-04-16framework: Fix spelling mistakesEric Engestrom1-1/+1
2016-02-08framework/core.py: make collect_system_info return unicodeDylan Baker1-2/+2
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker1-1/+3
2016-02-08framework: use six.moves.configparserDylan Baker1-7/+8
2016-02-08python: use future print, division, and absolute_importDylan Baker1-1/+1
2015-11-25framework/core.py: add -nn to lspciDylan Baker1-1/+1
2015-11-11framework: Convert the codebase to use the new global OptionsDylan Baker1-50/+0
2015-09-30framework: add clinfo to system informationDylan Baker1-0/+1
2015-09-23framework/core: add fallback to PiglitConfig.safe_getDylan Baker1-3/+3
2015-09-22framework/summary.py: Add a class to summary for calculating categoriesDylan Baker1-0/+21
2015-08-03core.py: use errno instead of int for error checkingDylan Baker1-2/+3
2015-07-16Revert "framework: remove last use of core.checkDir"Dylan Baker1-0/+23
2015-07-16framework: remove last use of core.checkDirDylan Baker1-23/+0
2015-05-19framework/core.py: Add a custom PiglitConfig classDylan Baker1-2/+54
2015-03-16framework/core.py: Fix PEP 8 issues.Vinson Lee1-2/+6
2015-02-24profile_tests.py: Fix -x and -i with lowercased namesDylan Baker1-2/+4
2014-12-24framework: Cleanup importsDylan Baker1-2/+1
2014-10-14framework: Move PLATFORMS list to coreDylan Baker1-4/+8
2014-09-25framework: refactor the log moduleDylan Baker1-4/+2
2014-09-23core.py: don't overwrite user's PIGLIT_SOURCE_DIR env varBrian Paul1-4/+3
2014-08-26core.py: Fix bug in get_configDylan Baker1-1/+1
2014-08-20programs/run.py add file sync command line optionMatt Atwood1-1/+2
2014-08-20core: Initialize ConfigParser with allow_no_value=TrueTom Stellard1-1/+1
2014-08-18core.py: Remove warning about piglit.confDylan Baker1-6/+1
2014-07-17framework: move get_config() to coreThomas Wood1-0/+23
2014-06-24core.py: Add additional catch to collect_system_info()Dylan Baker1-0/+4
2014-06-23framework: Split code out of framework.coreDylan Baker1-286/+0
2014-06-23core.py: rename Environment to OptionsDylan Baker1-2/+15
2014-06-23core.py: Simplify Environment constructorDylan Baker1-13/+2
2014-06-23core: replace Environment.collectData()Dylan Baker1-22/+27
2014-06-23framework: Don't rely on os.environ so muchDylan Baker1-15/+8
2014-04-24framework/core.py: Remove unused imports and fix __all__Dylan Baker1-8/+4
2014-04-23framework: Dump the result of 'uname -a' in the reportDamien Lespiau1-0/+3
2014-04-21framework: fix potential bug in function signaturesDylan Baker1-4/+5
2014-04-17framework: Split TestProfile and related out of coreDylan Baker1-181/+0
2014-04-17framework: Replace Group() with dict()Dylan Baker1-10/+5