Re: [Piglit] [PATCH] Fix the fnctl import on Windows

2016-06-02 Thread Olivier Berthier
On Wednesday 01 Jun 2016 à 15:22:12 (-0700), Dylan Baker wrote: > Quoting Olivier Berthier (2016-05-30 03:21:14) > [snip] > > +if sys.platform.startswith('linux'): > > +try: > > +with open(self._monitoring_source, 'r') as f: > > +lines = [] >

Re: [Piglit] [PATCH] Fix the fnctl import on Windows

2016-06-01 Thread Dylan Baker
Quoting Brian Paul (2016-06-01 16:21:07) > On 05/31/2016 02:45 PM, Dylan Baker wrote: > > Quoting Olivier Berthier (2016-05-30 03:21:14) > >> This patch disables the fnctl import on Windows. > >> --- > >> framework/monitoring.py | 97 > >> ++--- > >>

Re: [Piglit] [PATCH] Fix the fnctl import on Windows

2016-06-01 Thread Brian Paul
On 05/31/2016 02:45 PM, Dylan Baker wrote: Quoting Olivier Berthier (2016-05-30 03:21:14) This patch disables the fnctl import on Windows. --- framework/monitoring.py | 97 ++--- 1 file changed, 52 insertions(+), 45 deletions(-) diff --git a/framew

Re: [Piglit] [PATCH] Fix the fnctl import on Windows

2016-06-01 Thread Dylan Baker
Quoting Olivier Berthier (2016-05-30 03:21:14) [snip] > +if sys.platform.startswith('linux'): > +try: > +with open(self._monitoring_source, 'r') as f: > +lines = [] > +if self._is_locked: > +# Create

Re: [Piglit] [PATCH] Fix the fnctl import on Windows

2016-06-01 Thread Vinson Lee
On Tue, May 31, 2016 at 1:45 PM, Dylan Baker wrote: > Quoting Olivier Berthier (2016-05-30 03:21:14) >> This patch disables the fnctl import on Windows. >> --- >> framework/monitoring.py | 97 >> ++--- >> 1 file changed, 52 insertions(+), 45 deletions(

Re: [Piglit] [PATCH] Fix the fnctl import on Windows

2016-05-31 Thread Dylan Baker
Quoting Olivier Berthier (2016-05-30 03:21:14) > This patch disables the fnctl import on Windows. > --- > framework/monitoring.py | 97 > ++--- > 1 file changed, 52 insertions(+), 45 deletions(-) > > diff --git a/framework/monitoring.py b/framework/mon

[Piglit] [PATCH] Fix the fnctl import on Windows

2016-05-30 Thread Olivier Berthier
This patch disables the fnctl import on Windows. --- framework/monitoring.py | 97 ++--- 1 file changed, 52 insertions(+), 45 deletions(-) diff --git a/framework/monitoring.py b/framework/monitoring.py index f178bd6..9f7a0d1 100644 --- a/framework/monit