Re: [Piglit] [PATCH 7/8] framework: Add a vulkan tests profile

2018-04-05 Thread Dylan Baker
Quoting Neil Roberts (2018-04-04 15:56:54) > This searches for files named *.vk_shader_test in the tests/vulkan > directory and runs them with VkRunner. > --- > framework/test/vk_shader_test.py | 39 +++ > tests/vulkan.py | 30

[Piglit] [PATCH 7/8] framework: Add a vulkan tests profile

2018-04-04 Thread Neil Roberts
This searches for files named *.vk_shader_test in the tests/vulkan directory and runs them with VkRunner. --- framework/test/vk_shader_test.py | 39 +++ tests/vulkan.py | 30 ++ 2 files changed, 69 insertions(+)