[Piglit] [PATCH] piglit-run.py: record whether the test run was concurrent

Ben Widawsky ben at bwidawsk.net
Thu Nov 14 13:16:02 PST 2013


On Thu, Nov 14, 2013 at 08:52:19PM +0000, Damien Lespiau wrote:
> On Thu, Nov 14, 2013 at 10:44:37AM -0800, Dylan Baker wrote:
> > cc: ben at bwidawsk.net
> > Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
> 
> Can you also make sure the concurrency option is correctly loaded from
> the json file in the resume path?
> 
> Thanks,

Does resume enforce it is run with the same options as before?

> 
> -- 
> Damien
> 
> > ---
> >  piglit-run.py | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/piglit-run.py b/piglit-run.py
> > index 1d63cd4..4aa5929 100755
> > --- a/piglit-run.py
> > +++ b/piglit-run.py
> > @@ -142,6 +142,7 @@ def main():
> >      json_writer.write_dict_item('profile', profileFilename)
> >      json_writer.write_dict_item('filter', args.include_tests)
> >      json_writer.write_dict_item('exclude_filter', args.exclude_tests)
> > +    json_writer.write_dict_item('concurrency', args.concurrency)
> >      json_writer.close_dict()
> >  
> >      json_writer.write_dict_item('name', results.name)
> > -- 
> > 1.8.3.2
> > 
> > _______________________________________________
> > Piglit mailing list
> > Piglit at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/piglit

-- 
Ben Widawsky, Intel Open Source Technology Center


More information about the Piglit mailing list