Re: [Piglit] [PATCH] framework: add a --timeout parameter

2018-06-28 Thread Jordan Justen
On 2018-06-28 13:45:21, Dylan Baker wrote: > This allows an timeout (in integers) to be set for each test. If the > tests run over this alotted time they'll be killed and the status will > be set to timeout. This only work on Unix-like machines running with > python 3.x or with 2.7 and

[Piglit] [PATCH] framework: add a --timeout parameter

2018-06-28 Thread Dylan Baker
This allows an timeout (in integers) to be set for each test. If the tests run over this alotted time they'll be killed and the status will be set to timeout. This only work on Unix-like machines running with python 3.x or with 2.7 and subprocess32 installed. It can be made to work for windows,

Re: [Piglit] [PATCH v3] arb_compute_shader: test dispatch functions with display lists

2018-06-28 Thread Marek Olšák
Acked-by: Marek Olšák Marek On Wed, Jun 27, 2018 at 8:54 PM, Timothy Arceri wrote: > This change also splits apart some of the compute test common > functions to make them easier to use with display lists. > --- > > V3: I submitted a spec bug and it was decided the indirect dispatch >