Re: [Piglit] [PATCH] all.py: fix extension/version testing when wflinfo fails

2018-02-02 Thread Dylan Baker
Quoting Brian Paul (2018-02-02 11:46:22) > On 02/02/2018 11:57 AM, Dylan Baker wrote: > > Quoting Brian Paul (2018-02-02 09:35:21) > >> If wflinfo is not installed or fails, the wfl_info.gl_extensions value > >> will be the empty set. Similarly, the gl_version, glsl_version, etc. > >> will be

Re: [Piglit] [PATCH] all.py: fix extension/version testing when wflinfo fails

2018-02-02 Thread Brian Paul
On 02/02/2018 11:57 AM, Dylan Baker wrote: Quoting Brian Paul (2018-02-02 09:35:21) If wflinfo is not installed or fails, the wfl_info.gl_extensions value will be the empty set. Similarly, the gl_version, glsl_version, etc. will be None. In those cases, return True from the

Re: [Piglit] [PATCH] all.py: fix extension/version testing when wflinfo fails

2018-02-02 Thread Dylan Baker
Quoting Brian Paul (2018-02-02 09:35:21) > If wflinfo is not installed or fails, the wfl_info.gl_extensions value > will be the empty set. Similarly, the gl_version, glsl_version, etc. > will be None. > > In those cases, return True from the gl_extension_supported() and >

[Piglit] [PATCH] all.py: fix extension/version testing when wflinfo fails

2018-02-02 Thread Brian Paul
If wflinfo is not installed or fails, the wfl_info.gl_extensions value will be the empty set. Similarly, the gl_version, glsl_version, etc. will be None. In those cases, return True from the gl_extension_supported() and is_feature_directory_supported() functions so that we don't skip any