summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-05-16unittests: Add a test case to ensure subtests don't mask crashesDylan Baker1-0/+13
2016-05-05unittests: make error messages for generator tests betterDylan Baker1-9/+11
2016-05-03framework/profile: don't replace TestDict instance with regular dictDylan Baker1-17/+16
2016-05-03framework/profile: Convert TestDict to a collections.MutableMappingDylan Baker1-3/+19
2016-04-16unittests: Fix spelling mistakesEric Engestrom14-28/+28
2016-04-13framework/glslparsertest: Don't add exclude extensions to the required listDylan Baker1-0/+16
2016-04-13unittests/opengl_tests.py: Add some additional testsDylan Baker1-0/+32
2016-04-13unittests: clean up after the generator testsDylan Baker1-0/+1
2016-04-13unittests: move generator tests to unittestsDylan Baker1-0/+94
2016-04-13unittests: Fix tests that leave temporary files laying aroundDylan Baker2-13/+5
2016-04-13unittests/utils.py: Don't leave a bunch of temp files aroundDylan Baker1-8/+12
2016-04-13generators: Add a minimum version helper.Dylan Baker1-0/+174
2016-04-13generators: Add helper classes for GLSL version numbersDylan Baker2-0/+299
2016-03-15deqp-integration: Handle ResourceError.Dylan Baker1-21/+29
2016-02-11python: function with six version 1.5.2Dylan Baker3-6/+32
2016-02-08options_tests.py: Fix test that happened to work on python 2Dylan Baker1-2/+2
2016-02-08unittests/opengl_tests.py: stop mock leakageDylan Baker1-9/+17
2016-02-08unittests/options_tests.py: fix mocking for python 3.xDylan Baker1-1/+2
2016-02-08framework/test/glsl_parser_test.py: stop supporting bytesDylan Baker2-8/+8
2016-02-08log_tests.py: fix incompatible seek for python 3Dylan Baker1-1/+1
2016-02-08framework/test/base.py: fix compare to None in python 3Dylan Baker1-0/+1
2016-02-08framework/results.py: fix StringDescriptor handling of bytesDylan Baker1-7/+7
2016-02-08status_tests.py: drop bytes tests, status doesn't support bytes anymoreDylan Baker1-4/+3
2016-02-08dmesg.py: Fix str/bytes/unicode for python 2/3 compatibilityDylan Baker1-9/+10
2016-02-08unittest/utils.py: fix tempfile modes for python3Dylan Baker1-2/+5
2016-02-08compression.py: use the proper read and write modes for python versionsDylan Baker1-3/+5
2016-02-08opengl.py: fix bytes returned from wflinfo.Dylan Baker1-64/+64
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker32-41/+102
2016-02-08unittests/results_tests.py: Add traceback testsDylan Baker1-0/+10
2016-02-08base_tests.py: Add tests for an exception in Test.executeDylan Baker3-0/+53
2016-02-08base_tests.py: make tests for timeout run on python 3.xDylan Baker1-9/+15
2016-02-08unittests: try to import mock from unittestDylan Baker11-11/+55
2016-02-08python: use six.{iter,view}{items,keys,values}Dylan Baker5-8/+13
2016-02-08python: use six unicode/bytes/str handlingDylan Baker2-1/+4
2016-02-08python: use six.moves.cStringIODylan Baker2-4/+4
2016-02-08unittests: use six.moves.getcwdDylan Baker3-5/+8
2016-02-08python: use six.moves.rangeDylan Baker1-1/+2
2016-02-08python: use future print, division, and absolute_importDylan Baker23-23/+23
2016-01-21framework/test/base.py: use subprocess32 for timeouts.Dylan Baker1-3/+116
2016-01-21framework/tests/base_tests.py: use utils helper to simplify testDylan Baker1-12/+8
2016-01-21framework/tests/base_tests.py: fix descriptions of two timeout testsDylan Baker1-2/+2
2016-01-21framework/tests: add helper for checking for 3rd party modulesDylan Baker2-2/+10
2016-01-08unittests: move framework/tests to unittestsDylan Baker34-0/+8486