Re: [Piglit] [PATCH] framework: update deqp mustpass list for text based mustpass

2018-04-11 Thread Dylan Baker
Quoting Dylan Baker (2018-04-11 13:39:26) > Quoting Eric Anholt (2018-04-11 12:09:34) > > Dylan Baker writes: > > > > > The current code has bit-rotted quite a bit, in late 2016 the format was > > > changed from XML based to txt based, but the code was never updated. > > > --- > > > > I think yo

Re: [Piglit] [PATCH] framework: update deqp mustpass list for text based mustpass

2018-04-11 Thread Dylan Baker
Quoting Dylan Baker (2018-04-11 13:39:26) > Quoting Eric Anholt (2018-04-11 12:09:34) > > Dylan Baker writes: > > > > > The current code has bit-rotted quite a bit, in late 2016 the format was > > > changed from XML based to txt based, but the code was never updated. > > > --- > > > > I think yo

Re: [Piglit] [PATCH] framework: update deqp mustpass list for text based mustpass

2018-04-11 Thread Dylan Baker
Quoting Eric Anholt (2018-04-11 12:09:34) > Dylan Baker writes: > > > The current code has bit-rotted quite a bit, in late 2016 the format was > > changed from XML based to txt based, but the code was never updated. > > --- > > I think you can remove the elementtree import now. > > Other than t

Re: [Piglit] [PATCH] framework: update deqp mustpass list for text based mustpass

2018-04-11 Thread Eric Anholt
Dylan Baker writes: > The current code has bit-rotted quite a bit, in late 2016 the format was > changed from XML based to txt based, but the code was never updated. > --- I think you can remove the elementtree import now. Other than that, Reviewed-by: Eric Anholt (though deqp seems much les