summaryrefslogtreecommitdiff
path: root/framework/core.py
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-10python: replace Test argument runConcurrent with run_concurrentDylan Baker1-2/+2
2014-04-03framework: move testBinDir to exectestDylan Baker1-8/+1
2014-04-03framework: Move Test from core to exectestDylan Baker1-70/+0
2014-04-02framework: print a summary line after a run has finishedThomas Wood1-0/+2
2014-03-20Remove hunk that shouldn't have been committed with 4a95eaf9a.Matt Turner1-1/+0
2014-03-18ARB_explicit_uniform_location: Remove unused variables.Matt Turner1-0/+1
2014-03-12python: Convert from print statement to functionDylan Baker1-2/+3
2014-03-12framework/core.py: fix parse_listfileDylan Baker1-1/+1
2014-02-20log: add verbose loggerDylan Baker1-8/+9
2014-02-20log: Rename get_current and mark_completeDylan Baker1-2/+2
2014-02-20framework/log.py: Make self.__summary keys explicitlyDylan Baker1-1/+1
2014-02-16framework: keep track of running stats and display themIlia Mirkin1-3/+5
2014-02-10core: don't try to resolve the real path of the fileIlia Mirkin1-2/+0
2014-02-09log: Replace console output with a simpler outputDylan Baker1-9/+8
2014-02-04Use the new dmesg classDylan Baker1-3/+24
2014-02-04Adds unit tests for the dmesg moduleDylan Baker1-0/+5
2014-02-04framework/core: Fix performance regression from e4c9a3621aDylan Baker1-1/+1
2014-01-28framework/core.py: Remove dead codeDylan Baker1-61/+1
2014-01-28framework/core.py: Fix local importsDylan Baker1-1/+3
2014-01-28framework/core.py: Remove unused importsDylan Baker1-5/+0
2014-01-23framework/core.py: Add a config parserDylan Baker1-1/+6