Re: [Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2017-02-02 Thread Dylan Baker
Pushed :) Quoting Petri Latvala (2017-02-02 01:24:56) > On 02/01/2017 08:36 PM, Dylan Baker wrote: > > This look good, thanks for making the changes. Do you have push access or > > should > > I push this for you? > > > > Reviewed-by: Dylan Baker > > > > > > I don't think I

Re: [Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2017-02-02 Thread Petri Latvala
On 02/01/2017 08:36 PM, Dylan Baker wrote: This look good, thanks for making the changes. Do you have push access or should I push this for you? Reviewed-by: Dylan Baker I don't think I have access. If you'd be so kind? -- Petri Latvala

Re: [Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2017-02-01 Thread Dylan Baker
This look good, thanks for making the changes. Do you have push access or should I push this for you? Reviewed-by: Dylan Baker Quoting Petri Latvala (2017-02-01 02:57:45) > IGT testing in Intel's CI is using static lists of tests to > run. Commenting out tests and

[Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2017-02-01 Thread Petri Latvala
IGT testing in Intel's CI is using static lists of tests to run. Commenting out tests and annotating them will help human-readability. v2: Use comprehensions (Dylan) CC: Dylan Baker Signed-off-by: Petri Latvala --- Here's a version with

Re: [Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2016-10-17 Thread Dylan Baker
Quoting Petri Latvala (2016-10-17 02:52:36) > IGT testing in Intel's CI is using a static list of tests to > run. Commenting out tests and annotating them will help > human-readability. > > Signed-off-by: Petri Latvala > --- > > Possible duplicate, I didn't see this

[Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2016-10-17 Thread Petri Latvala
IGT testing in Intel's CI is using a static list of tests to run. Commenting out tests and annotating them will help human-readability. Signed-off-by: Petri Latvala --- Possible duplicate, I didn't see this arrive on the mailing list myself framework/programs/run.py |