Re: [Piglit] [PATCH] xts: Fix skip handling.

2016-01-28 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting Eric Anholt (2016-01-27 17:28:31) > Commit 23e06ffaa51b9075c1e5e0c220c991efc5609838 broke skip handling by > overwriting the result after we had set it. > --- > tests/xts.py | 12 > 1 file changed, 4 insertions(+), 8

[Piglit] [PATCH] xts: Fix skip handling.

2016-01-27 Thread Eric Anholt
Commit 23e06ffaa51b9075c1e5e0c220c991efc5609838 broke skip handling by overwriting the result after we had set it. --- tests/xts.py | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/xts.py b/tests/xts.py index 6798e70..e528626 100644 --- a/tests/xts.py +++