KhronosGroup / VK-GL-CTS

Khronos Vulkan, OpenGL, and OpenGL ES Conformance Tests
https://www.khronos.org/
Apache License 2.0
521 stars 290 forks source link

Exclude tests using `--deqp-case` #453

Open aakbar5 opened 4 months ago

aakbar5 commented 4 months ago

Could we use --deqp-case= flag to avoid execution of a test or multiple tests? For example --deqp-case=dEQP-VK.mesh_shader.nv.*,-dEQP-VK.mesh_shader.nv.in_out.32_bits_only.* -- Intention is to run all tests belongs to mesh_shader.nv but exclude test belong to specificily mesh_shader.nv.in_out.32_bits_only category.

Thanks

NPUer-ZMT commented 2 months ago

Bro, I didn't use your mentioned flag, but you could pick cases that you'd like to test into a doc, then use --deqp-caselist-file=test.txt > result.txt Maybe you have known about this.