summaryrefslogtreecommitdiff
path: root/framework/tests
AgeCommit message (Expand)AuthorFilesLines
2014-06-11exectest.py: Return early if _run_command() hits the except blockDylan Baker1-0/+27
2014-05-19summary_tests.py: Add tests for subtest handlingDylan Baker1-1/+76
2014-05-13framework: rename profile.loadTestProfile to profile.load_test_profileDylan Baker1-4/+4
2014-05-13profile.py: stop exposing private methods of TestProfileDylan Baker1-7/+7
2014-05-13profile_tests.py: Add tests for the TestProfile classDylan Baker1-0/+218
2014-05-13profile_tests.py: Add tests for loadTestProfileDylan Baker1-0/+19
2014-05-12integration_tests.py: Add oglconform supportDylan Baker1-0/+11
2014-05-12integration_tests.py: Add es3conform supportDylan Baker1-0/+11
2014-05-12integration_tests.py: Add igt supportDylan Baker1-0/+11
2014-05-12integration_tests.py: Add basic tests for external test suite integrationDylan Baker1-0/+55
2014-05-12dmesg_tests.py: Remove stupid timing testsDylan Baker1-32/+1
2014-05-07framework/dmesg.py: add a filtering mechanismThomas Wood1-3/+39
2014-04-28framework: add support for a "timeout" statusThomas Wood2-2/+6
2014-04-17framework: stop passing duplicate argumentsDylan Baker1-3/+2
2014-04-17exectest: Don't pass env to Test.run()Dylan Baker2-8/+5
2014-04-17framework: Split TestProfile and related out of coreDylan Baker2-2/+30
2014-04-17framework: Replace Group() with dict()Dylan Baker1-3/+2
2014-04-10python: replace testBinDir with TEST_BIN_DIRDylan Baker1-4/+4
2014-04-08framework: fix status order so that having dmesg is worse than notIlia Mirkin1-1/+1
2014-04-08framework: fix comparing NOTRUN/SKIP to other statusesIlia Mirkin2-10/+25
2014-04-03python: Rename PlainExecTest to PiglitTestDylan Baker2-6/+6
2014-04-03exectest.py: Merge Test and ExecTest into a single classDylan Baker1-6/+1
2014-04-03framework: move testBinDir to exectestDylan Baker1-1/+1
2014-04-03framework: Move Test from core to exectestDylan Baker2-4/+13
2014-04-03glsl_parser_test.py: Simplify GLSLParserTestDylan Baker1-43/+69
2014-04-03Adds some tests for glsl_parser_tests.pyDylan Baker2-29/+120
2014-04-03framework/shader_test.py: simplify ShaderTestDylan Baker2-8/+10
2014-04-03shader_tests_tests.py: Adds some tests for the shader_test moduleDylan Baker1-3/+54
2014-03-21status: Make NOTRUN and SKIP a special classDylan Baker1-0/+17
2014-03-21summary_tests.py: Add tests for enabled and disabled setsDylan Baker1-0/+4
2014-03-21summary_tests: Add tests to for status change attribute assignmentDylan Baker1-0/+33
2014-03-21Status: Skip and NotRun should not show up in fixes and regressionsDylan Baker1-3/+29
2014-03-21gleantest_tests.py: Adds test for erroneous pass in GleanTestDylan Baker1-0/+25
2014-03-14framework/tests/status_tests.py: Pretty up the outputDylan Baker1-17/+30
2014-03-14framework/tests/status_tests.py: remove equivalency testsDylan Baker1-14/+0
2014-03-14framework/tests/status.py: Add test for status in list syntaxDylan Baker1-0/+8
2014-03-14status_tests: New initializer testDylan Baker1-11/+13
2014-03-14framework/tests/status_tests.py: add initialization testsDylan Baker1-0/+19
2014-03-12core_tests.py: Add tests for TestResultDylan Baker1-0/+9
2014-03-12core_tests.py: Add tests for load_results_folderDylan Baker1-0/+18
2014-03-12summary_tests.py: Move resultsfiles function to utilsDylan Baker2-41/+53
2014-03-12core_tests.py: Add test for parse_listfileDylan Baker1-0/+63
2014-03-12framework/tests/utils.py: Add module for utility functionsDylan Baker1-0/+61
2014-03-12summary_tests.py: Add initializer test for SummaryDylan Baker1-0/+67
2014-03-12dmesg_tests.py: Add initializer testsDylan Baker1-0/+12
2014-03-12core_tests.py: Add some basic initialization tests for coreDylan Baker1-0/+64
2014-03-12dmesg_tests.py: Fix Test derived class testsDylan Baker1-2/+16
2014-03-12tests: Add tests to import the test lists in tests/Dylan Baker1-0/+54
2014-03-12framework tests: Adds tests to ensure builtin tests workDylan Baker6-1/+152
2014-02-20log: add verbose loggerDylan Baker1-8/+14