summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2018-09-20framework/test: Convert tests to new fast-skip interfaceDylan Baker3-116/+127
2018-09-20unittests/wflinfo: Update tests for new APIDylan Baker1-83/+35
2018-09-20wflinfo: Reimplement wflinfo separating the various API'sDylan Baker1-3/+20
2018-07-24JSON: move info utilities out of rootDylan Baker4-39/+234
2018-07-20framework: deepcopy TestProfile's filters when copying itAndres Gomez2-2/+2
2018-05-01tests/glsl_parser_test.py: fix is_skip for serialized profilesDylan Baker1-7/+6
2018-05-01profile: Add support for loading xml based profilesDylan Baker1-5/+0
2018-05-01framework/test: Split multishader tooDylan Baker1-2/+15
2018-05-01framework: do the same for shader testDylan Baker1-10/+10
2018-05-01framework: use a class method for building test via parsingDylan Baker1-24/+24
2018-04-20unittests: mustpass is a text listJuan A. Suarez Romero1-19/+9
2018-02-05framework: if a test with subtests crashes mark the offending subtestDylan Baker1-0/+36
2017-12-19unittests: update python generatorAndres Gomez1-1/+6
2017-12-19unittests: correct tessellation typoAndres Gomez1-8/+8
2017-12-16Remove GleanTest framework.Fabian Bieler2-134/+0
2017-11-20unittests: test WflInfo in its own module and correct depending onesAndres Gomez3-359/+395
2017-11-13unittests: include new elapsed time from the console summary outputAndres Gomez1-5/+9
2017-07-21framework: Fix the same bug for resume in the previous commitDylan Baker1-8/+7
2017-07-21framework: Only sort files for json backend that end in .jsonDylan Baker1-1/+0
2017-07-21unittests: Add tests for file in tests dir not ending in .jsonDylan Baker1-0/+11
2017-07-21unittests/framework: remove 'autouse' from fixtureDylan Baker1-13/+16
2017-05-25test_gleantest: make sure --quick is returned when set in GLOBAL_PARAMSTimothy Arceri1-0/+1
2017-05-18framework: Add command.setter method to TestDylan Baker4-12/+51
2017-01-19unittests: Add new python generator to unittestsDylan Baker1-0/+1
2016-11-10framework/profile: Move group_manager from TestProfile to TestDictDylan Baker1-79/+74
2016-11-10framework/profile: replace Testprofile.{dmesg,monitoring} with dictDylan Baker3-32/+8
2016-11-10framework/profile: Don't alter the TestProfile before runningDylan Baker1-6/+0
2016-11-10framework: Pull {include,exclude}_filter out of OptionsDylan Baker2-264/+40
2016-11-10framework: Remove exclude_tests from options.OPTIONSDylan Baker1-17/+0
2016-11-10framework/profile: Don't merge profilesDylan Baker2-27/+9
2016-11-10framework/profile: add a copy method to profileDylan Baker1-0/+52
2016-11-10framework: Split the run method out of profile.Dylan Baker1-5/+5
2016-11-10unittests: Add tests for the feature completeness summaryDylan Baker1-0/+116
2016-11-08unittests/generators: Add gen_shader_framebuffer_fetch_testsDylan Baker1-0/+1
2016-11-04framework/backends/json: Handle updating results without pid fieldDylan Baker1-0/+23
2016-10-26framework: fix loading JUnit resultsDylan Baker1-3/+3
2016-10-26framework: Properly load JSON into internal representationDylan Baker3-52/+32
2016-10-24framework/backends/json: Don't convert to TestrunResult while updatingDylan Baker3-64/+36
2016-10-24framework: Drop support for JSON formats < 7Dylan Baker2-747/+0
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