summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-10-07framework: Add class for running multiple shader_tests in a single processDylan Baker1-1/+62
2016-10-07framework: Add a Mixin class for running multiple tests in a single processDylan Baker1-2/+136
2016-10-07framework: Bump JSON on disk format to version 9Dylan Baker3-2/+209
2016-10-07framework: Split FastSkipMixin.Dylan Baker1-84/+108
2016-10-05framework: Fix verbose loggerDylan Baker1-0/+6
2016-09-16unittests: Add test for DriverClassifier.get_glxinfoDylan Baker1-0/+25
2016-09-16framework: Add a driver classifier based on the renderer string.Eric Anholt1-0/+60
2016-09-09unittests: Fix JSON schema test to pass time_elapsedDylan Baker1-1/+2
2016-09-09unittests: Fix shared data for backends.Dylan Baker1-2/+5
2016-09-09unittests: don't require totals section in schemaDylan Baker1-1/+1
2016-08-31framework/backends/junit.py: Add a writer class that handles subtestsDylan Baker1-0/+165
2016-08-31framework/backends/junit.py: Split _write into a separate class.Dylan Baker1-23/+24
2016-08-23framework: fix PIGLIT_NO_FAST_SKIP.Dylan Baker1-0/+41
2016-08-16framework/test/deqp: generalize mustpass list handlingDylan Baker1-0/+33
2016-08-16unittests/schema: Drop additionProperties restrction from optionsDylan Baker1-2/+1
2016-08-16unittests: Add deqp_egl to integration tests.Dylan Baker1-0/+1
2016-08-16unittests: fix typo that breaks fallback import of mockDylan Baker1-1/+1
2016-08-10framework: fix binary assignment for shader_runnerDylan Baker1-16/+28
2016-08-05framework/test/glsl_parser_test: Add ARB_ESx to command line when neededDylan Baker1-4/+4
2016-08-05framework/test/glsl_parser_test: Don't error on blank C commentsDylan Baker1-1/+0
2016-08-05framework: Fix valgrind mixin.Dylan Baker1-3/+0
2016-08-05framework/options: Fix values for _Options.concurrentDylan Baker1-2/+0
2016-08-05framework: remove unused nose bitsDylan Baker3-607/+0
2016-08-05unittests: replace json_tests with a schema and validatorDylan Baker4-165/+139
2016-08-05unittests: port json_results_update_tests to pytestDylan Baker2-815/+867
2016-08-05unittests: Port junit_backends_tests to pytestDylan Baker3-335/+255
2016-08-05unittests: port backend_tests to pytestDylan Baker3-235/+208
2016-08-05unittests: port json_backend_tests to pytestDylan Baker3-324/+427
2016-08-05unittests: delete run_parser_testsDylan Baker1-264/+0
2016-08-05unittests/suites/test_integration: Add tests for remaining suitesDylan Baker1-18/+18
2016-08-05unittests: port integration_tests to pytestDylan Baker1-8/+7
2016-08-05unittests: port oglconform_tests to pytestDylan Baker2-160/+163
2016-08-05unittests: port test_lists to pytestDylan Baker2-24/+24
2016-08-05unittests: port monitoring tests to pytestDylan Baker2-186/+178
2016-08-05unittests: port summary_console_tests to pytestDylan Baker1-80/+55
2016-08-05unittests: port summary_html_tests to pytestDylan Baker1-16/+5
2016-08-05unittests: port summary_common tests to pytestDylan Baker3-424/+447
2016-08-05unittests: port opengl_tests to pytestDylan Baker2-532/+556
2016-08-05unittests: port compressed_backend_tests to pytestDylan Baker3-302/+265
2016-08-05unittests: port base_tests to pytestDylan Baker2-438/+412
2016-08-05unittests: port log tests to pylintDylan Baker2-171/+193
2016-08-05unittests: port piglit_test to pytestDylan Baker2-140/+164
2016-08-05unittests: port results tests to pytestDylan Baker2-729/+648
2016-08-05unittests: port profile tests to pytestDylan Baker3-376/+415
2016-08-05unittests: port deqp tests to pytestDylan Baker2-282/+296
2016-08-05unittests: port dmesg tests to pytestDylan Baker2-337/+374
2016-08-05unittests: port shader_test tests to py.testDylan Baker2-205/+194
2016-08-05unittests: port tests for glsl_parser_test to py.testDylan Baker2-525/+484
2016-08-05unittests: port options_tests to py.testDylan Baker2-208/+221
2016-08-05unittests: port gleantest_tests to py.testDylan Baker1-36/+31