summaryrefslogtreecommitdiff
path: root/framework/programs
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Update documentation to be clear about using multiple profilesDylan Baker1-2/+4
2015-01-07run.py: add an option to load a test list from a fileThomas Wood1-0/+8
2014-11-21framework/summary/junit: Remove.José Fonseca1-111/+0
2014-10-31run.py: store log_level (verbosity) for resumeDylan Baker1-0/+1
2014-10-31framework: fix glxinfo, uname, and lspci in json outputDylan Baker1-4/+7
2014-10-31json_tests.py: Add unit tests for json backendDylan Baker1-11/+14
2014-10-28run.py: Split windows exception handling into helperDylan Baker1-11/+15
2014-10-14framework: Move PLATFORMS list to coreDylan Baker1-6/+3
2014-10-02framework/backends: Refactor base classes for better code sharingDylan Baker1-1/+1
2014-10-02backend/junit.py: Make writes atomicDylan Baker1-4/+0
2014-10-02backend/json_.py: Make writes atomicDylan Baker1-7/+6
2014-10-02backend.py: split initialize() out of constructorDylan Baker1-5/+4
2014-10-02framework: Split backend into a separate packageDylan Baker1-6/+6
2014-10-01summary: add a csv output optionThomas Wood1-1/+31
2014-09-29run.py: fix typos in resume finished messageThomas Wood1-1/+1
2014-09-29run.py: ensure the test run name is passed to the resume optionsThomas Wood1-0/+1
2014-09-25framework: refactor the log moduleDylan Baker1-8/+17
2014-09-19framework/programs/run.py: fix help message generationDylan Baker1-3/+8
2014-09-17Add user-specified test name suffix to junit output.Mark Janes1-0/+5
2014-09-02run.py: Allow using piglit.conf to set default backendDylan Baker1-1/+21
2014-09-02framework: Add a JUnit backendDylan Baker1-0/+4
2014-08-29python: Allow additional backendsDylan Baker1-9/+14
2014-08-29python: Rename json_writer instances to backendDylan Baker1-9/+9
2014-08-29results.py: Rename JSONWriter.close_json to JSONWriter.finalizeDylan Baker1-2/+2
2014-08-29results.py: Add write_test methodDylan Baker1-1/+1
2014-08-29results.py: Merge initialize_json into constructorDylan Baker1-9/+9
2014-08-29results.py: Change JSONWriter to take a string rather than file objectDylan Baker1-3/+2
2014-08-29results.py: Make fsync a keyword argumentDylan Baker1-2/+4
2014-08-29results.py: Change JSONWriter methods to be more like BackendDylan Baker1-4/+5
2014-08-29python: Don't call methods that are not equivalent to Backend API externallyDylan Baker1-13/+1
2014-08-26framework: Add support for setting default platform in piglit.confDylan Baker1-7/+37
2014-08-26run.py: Split parser to parse config file firstDylan Baker1-9/+16
2014-08-26run.py: Split command parser out of run()Dylan Baker1-2/+13
2014-08-26run.py: Remove stray newlinesDylan Baker1-2/+0
2014-08-20programs/run.py add file sync command line optionMatt Atwood1-4/+10
2014-08-11run.py: Explicitly set the piglit platform by using a defaultDylan Baker1-4/+7
2014-08-11util/wfl, run.py: Allow PIGLIT_PLATFORM="mixed_glx_egl"Chad Versace1-1/+2
2014-07-17framework: move get_config() to coreThomas Wood1-25/+2
2014-07-10framework: allow loading a piglit.conf from more locationsDylan Baker1-7/+33
2014-06-25programs/run.py: fix resume assertion errorDylan Baker1-0/+1
2014-06-25programs/run.py: Fix options recordingDylan Baker1-0/+2
2014-06-25results.py: Fix JSONWriter.close_json()Dylan Baker1-0/+6
2014-06-23framework: Update results to use version numbersDylan Baker1-2/+2
2014-06-23framework: consolidate boilerplate in JSNOWriter classDylan Baker1-33/+10
2014-06-23framework: Split code out of framework.coreDylan Baker2-17/+19
2014-06-23core.py: rename Environment to OptionsDylan Baker1-23/+23
2014-06-23core: replace Environment.collectData()Dylan Baker1-2/+2
2014-06-23framework: Don't rely on os.environ so muchDylan Baker1-12/+9
2014-06-16python: remove all tabsDylan Baker1-1/+1
2014-06-10framework/summary/junit: Report crashes as junit errors.José Fonseca1-0/+2