summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-05unittests: port opencv_tests to pytestDylan Baker1-5/+3
2016-08-05unittests: port gtest_test to pytestDylan Baker2-11/+4
2016-08-05unittests: port exceptions_tests to pytestDylan Baker1-5/+6
2016-08-05unittests: port core_tests to pytestDylan Baker3-289/+318
2016-08-05unittests: port grouptools_tests to pytestDylan Baker2-130/+132
2016-08-05unittests: port status module tests to py.testDylan Baker4-301/+140
2016-08-05unittests: port generators/test_types to pytestDylan Baker1-22/+11
2016-08-05unittests: port generators/test_glsl to pytestDylan Baker1-208/+111
2016-08-05unittests: Port generator tests to pytest.Dylan Baker1-71/+58
2016-07-29framework: Add required option to deqp.get_optionDylan Baker1-0/+8
2016-07-14unittests: Skip timeout tests on windowsDylan Baker1-0/+3
2016-07-06unittests: remove unused importDylan Baker1-1/+0
2016-07-06unittests: Make module skip correctDylan Baker1-2/+2
2016-07-06framework: Read test files as utf-8Jussi Kukkonen2-20/+20
2016-06-13generators/modules: Add GLSL types representationsDylan Baker1-0/+79
2016-06-02framework: guard POSIX specific code in monitoring moduleDylan Baker1-0/+5
2016-06-02unittests: fix test that tries to unlink open fileDylan Baker1-1/+1
2016-06-02unittests: make deqp tests work on windows by closing generatorDylan Baker1-0/+2
2016-06-02unitttests: skip timeout test on windowsDylan Baker1-0/+1
2016-06-02unittests: reimplement utility function to get a unique file to be windows-safeDylan Baker1-9/+9
2016-06-02unittests: fix monitoring tests.Dylan Baker1-18/+13
2016-06-02unittests: skip test that only works on POSIX platformsDylan Baker1-1/+1
2016-06-02unittests: fix compressor tests that fails on windowsDylan Baker1-4/+24
2016-06-02unittests: Skip xz shell compressor test if there is no xz binaryDylan Baker1-0/+1
2016-06-02unittests: fix dmesg test that could not work on non-posix platformsDylan Baker1-18/+7
2016-06-02unittests: use utils.nose.chdirDylan Baker3-25/+12
2016-06-02unittests: add utility context manager for changing directoriesDylan Baker1-0/+16
2016-06-02unittests: replace set_env decorator with mockDylan Baker3-49/+18