• 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")
58 MAIN_EGL_COMMON_FILTERS = [include("egl-master.txt"),
59 exclude("egl-test-issues.txt"),
60 exclude("egl-manual-robustness.txt"),
61 exclude("egl-driver-issues.txt"),
62 exclude("egl-temp-excluded.txt")]
66 Configuration(name = "master-2020-03-01",
71 filters = [include("egl-master-2020-03-01.txt")],
73 Configuration(name = "master-2022-03-01",
78 filters = [include("egl-master-2022-03-01.txt")],
80 Configuration(name = "master-2023-03-01",
85 filters = [include("egl-master-2023-03-01.txt")],
87 Configuration(name = "master-2024-03-01",
92 …rs = MAIN_EGL_COMMON_FILTERS + [exclude("egl-master-2020-03-01.txt", "egl-master-2022-03-01.txt",…
95 Configuration(name = "master-risky",
100 filters = [include("egl-temp-excluded.txt")],
105 include("gles2-master.txt"),
106 exclude("gles2-test-issues.txt"),
107 exclude("gles2-failures.txt"),
108 exclude("gles2-temp-excluded.txt"),
111 Configuration(name = "master-2020-03-01",
116 filters = [include("gles2-master-2020-03-01.txt")],
118 Configuration(name = "master-2021-03-01",
123 filters = [include("gles2-master-2021-03-01.txt")],
125 Configuration(name = "master-2022-03-01",
130 filters = [include("gles2-master-2022-03-01.txt")],
132 Configuration(name = "master-2023-03-01",
137 filters = [include("gles2-master-2023-03-01.txt")],
139 Configuration(name = "master-2024-03-01",
144 …MON_FILTERS + [exclude("gles2-master-2020-03-01.txt", "gles2-master-2021-03-01.txt", "gles2-master
149 include("gles3-master.txt"),
150 exclude("gles3-hw-issues.txt"),
151 exclude("gles3-driver-issues.txt"),
152 exclude("gles3-test-issues.txt"),
153 exclude("gles3-spec-issues.txt"),
154 exclude("gles3-temp-excluded.txt"),
155 exclude("gles3-waivers.txt"),
159 Configuration(name = "master-2020-03-01",
164 filters = [include("gles3-master-2020-03-01.txt")],
166 Configuration(name = "master-2021-03-01",
171 filters = [include("gles3-master-2021-03-01.txt")],
173 Configuration(name = "master-2022-03-01",
178 filters = [include("gles3-master-2022-03-01.txt")],
180 Configuration(name = "master-2023-03-01",
185 filters = [include("gles3-master-2023-03-01.txt")],
187 Configuration(name = "master-2024-03-01",
192 …MON_FILTERS + [exclude("gles3-master-2020-03-01.txt", "gles3-master-2021-03-01.txt", "gles3-master
195 Configuration(name = "rotate-portrait",
199 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
201 Configuration(name = "rotate-landscape",
205 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
207 Configuration(name = "rotate-reverse-portrait",
211 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
213 Configuration(name = "rotate-reverse-landscape",
217 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-rotation.txt")],
225 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-multisample.txt"),
226 exclude("gles3-multisample-issues.txt")],
230 Configuration(name = "565-no-depth-no-stencil",
234 filters = MAIN_GLES3_COMMON_FILTERS + [include("gles3-pixelformat.txt"),
235 exclude("gles3-pixelformat-issues.txt")],
238 Configuration(name = "incremental-deqp",
239 filters = [include("gles3-incremental-deqp.txt")],
245 include("gles31-master.txt"),
246 exclude("gles31-hw-issues.txt"),
247 exclude("gles31-driver-issues.txt"),
248 exclude("gles31-test-issues.txt"),
249 exclude("gles31-spec-issues.txt"),
250 exclude("gles31-temp-excluded.txt"),
251 exclude("gles31-waivers.txt"),
254 Configuration(name = "master-2020-03-01",
259 filters = [include("gles31-master-2020-03-01.txt")],
261 Configuration(name = "master-2021-03-01",
266 filters = [include("gles31-master-2021-03-01.txt")],
268 Configuration(name = "master-2022-03-01",
273 filters = [include("gles31-master-2022-03-01.txt")],
275 Configuration(name = "master-2023-03-01",
280 filters = [include("gles31-master-2023-03-01.txt")],
282 Configuration(name = "master-2024-03-01",
287 …N_FILTERS + [exclude("gles31-master-2020-03-01.txt", "gles31-master-2021-03-01.txt", "gles31-maste…
290 Configuration(name = "rotate-portrait",
294 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
296 Configuration(name = "rotate-landscape",
300 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
302 Configuration(name = "rotate-reverse-portrait",
306 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
308 Configuration(name = "rotate-reverse-landscape",
312 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-rotation.txt")],
320 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-multisample.txt")],
324 Configuration(name = "565-no-depth-no-stencil",
328 filters = MAIN_GLES31_COMMON_FILTERS + [include("gles31-pixelformat.txt")],
333 include("vk-master.txt"),
334 exclude("vk-not-applicable.txt"),
335 exclude("vk-excluded-tests.txt"),
336 exclude("vk-test-issues.txt"),
337 exclude("vk-waivers.txt"),
338 exclude("vk-temp-excluded.txt"),
341 Configuration(name = "master-2019-03-01",
342 filters = [include("vk-master-2019-03-01.txt")],
344 listOfGroupsToSplit = ["dEQP-VK"]),
345 Configuration(name = "master-2020-03-01",
346 filters = [include("vk-master-2020-03-01.txt")],
348 listOfGroupsToSplit = ["dEQP-VK"]),
349 Configuration(name = "master-2021-03-01",
350 filters = [include("vk-master-2021-03-01.txt")],
352 listOfGroupsToSplit = ["dEQP-VK"]),
353 Configuration(name = "master-2022-03-01",
354 filters = [include("vk-master-2022-03-01.txt")],
356 … listOfGroupsToSplit = ["dEQP-VK", "dEQP-VK.pipeline", "dEQP-VK.image", "dEQP-VK.shader_object"]),
357 Configuration(name = "master-2023-03-01",
358 filters = [include("vk-master-2023-03-01-part1.txt", "vk-master-2023-03-01-part2.txt")],
360 … listOfGroupsToSplit = ["dEQP-VK", "dEQP-VK.pipeline", "dEQP-VK.image", "dEQP-VK.shader_object"]),
361 Configuration(name = "master-2024-03-01",
362exclude("vk-master-2019-03-01.txt", "vk-master-2020-03-01.txt", "vk-master-2021-03-01.txt", "vk-ma…
364 … listOfGroupsToSplit = ["dEQP-VK", "dEQP-VK.pipeline", "dEQP-VK.image", "dEQP-VK.shader_object"]),
365 Configuration(name = "incremental-deqp",
366 filters = [include("vk-incremental-deqp.txt")],
369 listOfGroupsToSplit = ["dEQP-VK"]),