• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:exclude

1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
37 http://www.apache.org/licenses/LICENSE-2.0
50 EGL_MODULE = getModuleByName("dEQP-EGL")
51 GLES2_MODULE = getModuleByName("dEQP-GLES2")
52 GLES3_MODULE = getModuleByName("dEQP-GLES3")
53 GLES31_MODULE = getModuleByName("dEQP-GLES31")
54 VULKAN_MODULE = getModuleByName("dEQP-VK")
55 VULKANSC_MODULE = getModuleByName("dEQP-VKSC")
59 MAIN_EGL_COMMON_FILTERS = [include("egl-master.txt"),
60 exclude("egl-test-issues.txt"),
61 exclude("egl-manual-robustness.txt"),
62 exclude("egl-driver-issues.txt"),
63 exclude("egl-temp-excluded.txt")]
76 Configuration(name = "master-2020-03-01",
81 filters = [include("egl-master-2020-03-01.txt")],
83 Configuration(name = "master-2022-03-01",
88 filters = [include("egl-master-2022-03-01.txt")],
90 Configuration(name = "master-2023-03-01",
95 …filters = MAIN_EGL_COMMON_FILTERS + [exclude("egl-master-2020-03-01.txt"), exclude("egl-master-20…
98 Configuration(name = "master-risky",
103 filters = [include("egl-temp-excluded.txt")],
108 include("gles2-master.txt"),
109 exclude("gles2-test-issues.txt"),
110 exclude("gles2-failures.txt"),
111 exclude("gles2-temp-excluded.txt"),
123 Configuration(name = "master-2020-03-01",
128 filters = [include("gles2-master-2020-03-01.txt")],
130 Configuration(name = "master-2021-03-01",
135 filters = [include("gles2-master-2021-03-01.txt")],
137 Configuration(name = "master-2022-03-01",
142 filters = [include("gles2-master-2022-03-01.txt")],
144 Configuration(name = "master-2023-03-01",
149 …S2_COMMON_FILTERS + [exclude("gles2-master-2020-03-01.txt"), exclude("gles2-master-2021-03-01.txt"…
154 include("gles3-master.txt"),
155 exclude("gles3-hw-issues.txt"),
156 exclude("gles3-driver-issues.txt"),
157 exclude("gles3-test-issues.txt"),
158 exclude("gles3-spec-issues.txt"),
159 exclude("gles3-temp-excluded.txt"),
160 exclude("gles3-waivers.txt"),
172 Configuration(name = "master-2020-03-01",
177 filters = [include("gles3-master-2020-03-01.txt")],
179 Configuration(name = "master-2021-03-01",
184 filters = [include("gles3-master-2021-03-01.txt")],
186 Configuration(name = "master-2022-03-01",
191 filters = [include("gles3-master-2022-03-01.txt")],
193 Configuration(name = "master-2023-03-01",
198 …S3_COMMON_FILTERS + [exclude("gles3-master-2020-03-01.txt"), exclude("gles3-master-2021-03-01.txt"…
201 Configuration(name = "rotate-portrait",
205 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
207 Configuration(name = "rotate-landscape",
211 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
213 Configuration(name = "rotate-reverse-portrait",
217 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
219 Configuration(name = "rotate-reverse-landscape",
223 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
231 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-multisample.txt"),
232 exclude("gles3-multisample-issues.txt")],
236 Configuration(name = "565-no-depth-no-stencil",
240 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-pixelformat.txt"),
241 exclude("gles3-pixelformat-issues.txt")],
244 Configuration(name = "incremental-deqp",
245 filters = [include("gles3-incremental-deqp.txt")],
251 include("gles31-master.txt"),
252 exclude("gles31-hw-issues.txt"),
253 exclude("gles31-driver-issues.txt"),
254 exclude("gles31-test-issues.txt"),
255 exclude("gles31-spec-issues.txt"),
256 exclude("gles31-temp-excluded.txt"),
257 exclude("gles31-waivers.txt"),
269 Configuration(name = "master-2020-03-01",
274 filters = [include("gles31-master-2020-03-01.txt")],
276 Configuration(name = "master-2021-03-01",
281 filters = [include("gles31-master-2021-03-01.txt")],
283 Configuration(name = "master-2022-03-01",
288 filters = [include("gles31-master-2022-03-01.txt")],
290 Configuration(name = "master-2023-03-01",
295 …1_COMMON_FILTERS + [exclude("gles31-master-2020-03-01.txt"), exclude("gles31-master-2021-03-01.txt…
298 Configuration(name = "rotate-portrait",
302 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
304 Configuration(name = "rotate-landscape",
308 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
310 Configuration(name = "rotate-reverse-portrait",
314 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
316 Configuration(name = "rotate-reverse-landscape",
320 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
328 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-multisample.txt")],
332 Configuration(name = "565-no-depth-no-stencil",
336 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-pixelformat.txt")],
341 include("vk-master.txt"),
342 exclude("vk-not-applicable.txt"),
343 exclude("vk-excluded-tests.txt"),
344 exclude("vk-test-issues.txt"),
345 exclude("vk-waivers.txt"),
346 exclude("vk-temp-excluded.txt"),
353 listOfGroupsToSplit = ["dEQP-VK", "dEQP-VK.pipeline"]),
354 Configuration(name = "master-2019-03-01",
355 filters = [include("vk-master-2019-03-01.txt")],
357 listOfGroupsToSplit = ["dEQP-VK"]),
358 Configuration(name = "master-2020-03-01",
359 filters = [include("vk-master-2020-03-01.txt")],
361 listOfGroupsToSplit = ["dEQP-VK"]),
362 Configuration(name = "master-2021-03-01",
363 filters = [include("vk-master-2021-03-01.txt")],
365 listOfGroupsToSplit = ["dEQP-VK"]),
366 Configuration(name = "master-2022-03-01",
367 filters = [include("vk-master-2022-03-01.txt")],
369 listOfGroupsToSplit = ["dEQP-VK"]),
370 Configuration(name = "master-2023-03-01",
371 …ERS + [exclude("vk-master-2019-03-01.txt"), exclude("vk-master-2020-03-01.txt"), exclude("vk-maste…
373 listOfGroupsToSplit = ["dEQP-VK"]),
374 Configuration(name = "incremental-deqp",
375 filters = [include("vk-incremental-deqp.txt")],
382 include("vksc-master.txt"),
389 listOfGroupsToSplit = ["dEQP-VKSC"]),