Re: [Piglit] [PATCH v2 1/1] framework: change one missed core.checkDir call to core.check_dir

2018-03-22 Thread Dylan Baker
Quoting Petri Latvala (2018-03-22 04:16:29) > Commit 5e699e402a8b ("framework: rename core.checkDir to > core.check_dir") missed one call to checkDir in summary/feature. Also > convert the exception raised to PiglitFatalError. > > v2: Added exception changes > > Signed-off-by: Petri Latvala

[Piglit] [PATCH] tests: add nvidia conservative rasterization tests

2018-03-22 Thread Rhys Perry
Adds tests for GL_NV_conservative_raster, GL_NV_conservative_raster_dilate and GL_NV_conservative_raster_pre_snap_triangles. --- tests/all.py | 20 ++ tests/spec/CMakeLists.txt | 3 +

[Piglit] [PATCH v2 1/1] framework: change one missed core.checkDir call to core.check_dir

2018-03-22 Thread Petri Latvala
Commit 5e699e402a8b ("framework: rename core.checkDir to core.check_dir") missed one call to checkDir in summary/feature. Also convert the exception raised to PiglitFatalError. v2: Added exception changes Signed-off-by: Petri Latvala Cc: Dylan Baker