Re: [Piglit] [PATCH v4 16/27] framework: Pull {include, exclude}_filter out of Options

2016-11-16 Thread Dylan Baker
Quoting Alejandro Piñeiro (2016-11-16 00:17:55) > Hi Dylan, > > On 09/11/16 21:53, Dylan Baker wrote: > > Since these are also just special cases of filters for the standard > > TestProfile filtering mechanism, and they have a lot of unique classes. > > This is just a waste, the same can be achiev

Re: [Piglit] [PATCH v4 16/27] framework: Pull {include, exclude}_filter out of Options

2016-11-16 Thread Dylan Baker
Quoting Alejandro Piñeiro (2016-11-16 00:17:55) > Hi Dylan, > > On 09/11/16 21:53, Dylan Baker wrote: > > Since these are also just special cases of filters for the standard > > TestProfile filtering mechanism, and they have a lot of unique classes. > > This is just a waste, the same can be achiev

Re: [Piglit] [PATCH v4 16/27] framework: Pull {include, exclude}_filter out of Options

2016-11-16 Thread Alejandro Piñeiro
Hi Dylan, On 09/11/16 21:53, Dylan Baker wrote: > Since these are also just special cases of filters for the standard > TestProfile filtering mechanism, and they have a lot of unique classes. > This is just a waste, the same can be achieved with a much simpler class > structure. > > Signed-off-by:

[Piglit] [PATCH v4 16/27] framework: Pull {include, exclude}_filter out of Options

2016-11-09 Thread Dylan Baker
Since these are also just special cases of filters for the standard TestProfile filtering mechanism, and they have a lot of unique classes. This is just a waste, the same can be achieved with a much simpler class structure. Signed-off-by: Dylan Baker --- framework/options.py | 13