Re: [Piglit] [PATCH 5/7] arb_indirect_parameters: set KHR_no_error compatibility

2017-05-20 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 05/18/2017 04:00 AM, Timothy Arceri wrote: --- tests/spec/arb_indirect_parameters/tf-count-arrays.c | 1 + tests/spec/arb_indirect_parameters/tf-count-elements.c | 1 + 2 files changed, 2 insertions(+) diff --git

Re: [Piglit] [PATCH 3/7] arb_uniform_buffer_object: set KHR_no_error compatibility

2017-05-20 Thread Samuel Pitoiset
As discussed offline, I missed the HAS_ERRORS bits. On 05/19/2017 11:18 AM, Samuel Pitoiset wrote: Few comments below, you missed all negative-* tests. With those fixed, patch is: Reviewed-by: Samuel Pitoiset On 05/18/2017 04:00 AM, Timothy Arceri wrote: ---