summaryrefslogtreecommitdiff
path: root/framework/core.py
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-19core: fix remove_tests logicIlia Mirkin1-12/+20
2014-01-15Fix GleanTest.globalParamsDylan Baker1-1/+1
2014-01-12core.py: rewrite loadTestProfile to remove execfile()Dylan Baker1-6/+16
2014-01-12tests/gpu.py: Don't use execfileDylan Baker1-0/+12
2014-01-12Add support to load multiple test profilesDylan Baker1-0/+32
2014-01-09Simplify piglit threadingDylan Baker1-24/+34
2013-12-30framework/core.py: pep8 fixesDylan Baker1-3/+5
2013-12-25Fix concurrency bug.Dylan Baker1-2/+1
2013-12-19Add new concurrency optionDylan Baker1-10/+20
2013-11-21bugzilla 71822: Fix regression introduced to piglit-run.pyDylan Baker1-1/+8
2013-11-20core: don't report warn if stderr is not emptyMarek Olšák1-72/+0