[Piglit] [PATCH] tests/deqp: use --deqp-case when generating case-list

2019-06-06 Thread Alejandro Piñeiro
Without this commit, generating the case list is called without any parameter by default, so it would generate all the caselist, even if you don't need it, or if you have just called the method before (like in khr_gles where you call several time gen_caselist). For the latter an alternative would

Re: [Piglit] [PATCH] tests/deqp: use --deqp-case when generating case-list

2019-06-06 Thread apinheiro
I have realized that this solution have a big problem. You can pass extra args to deqp, so several people are already using it to pass --deqp-case through extra args. This patch would affect them. So Im dropping this patch. sorry for the noise. On 6/6/19 14:48, Alejandro Piñeiro wrote: Withou

[Piglit] [PATCH] tests/deqp: add configuration option to control caselist generation

2019-06-06 Thread Alejandro Piñeiro
Right now, each time any deqp-like profile ask for the case list, it calls to generate the caselist. As by default it doesn't pass any parameter, it creates all the possible caselist. And there are some test sets (like khr_gles) that calls this method several time. On slow machines this means a sig