[Piglit] [PATCH] tox, README, cmake: Remove testing of end-of-life Python 3.4

2019-08-31 Thread Rhys Kidd
Python 3.4 reached end-of-life in March 2019 [0]. Clean up remaining configuration, corner-case and documentation references to this prior Python version. [0] https://www.python.org/dev/peps/pep-0429/#release-schedule Fixes: 155b93e12 ("travis: Drop python3.4") Signed-off-by:

[Piglit] [PATCH] travis: reflect new best-practice travis-ci configuration

2018-12-02 Thread Rhys Kidd
). [0] https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures [1] https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration [2] https://docs.travis-ci.com/user/reference/xenial/ Signed-off-by: Rhys Kidd --- .travis.yml | 9 ++--- 1 file changed, 6 insertions

Re: [Piglit] [PATCH] CMake: Add Python 3.7 to list of supported python version

2018-08-10 Thread Rhys Kidd
t; Perhaps also remove the 3.3? With or without, gets my: Reviewed-by: Rhys Kidd > -- > 2.18.0 > > ___ > Piglit mailing list > Piglit@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/piglit &

Re: [Piglit] [PATCH 2/3] tox: Add python 3.7 to build matrix

2018-08-07 Thread Rhys Kidd
On Tue, 7 Aug 2018 at 18:25, Dylan Baker wrote: > Quoting Rhys Kidd (2018-08-06 18:53:46) > > Signed-off-by: Rhys Kidd > > --- > > .travis.yml | 3 +++ > > tox.ini | 9 + > > 2 files changed, 8 insertions(+), 4 deletions(-) > > > > dif

[Piglit] [PATCH 1/3] README.md: Note that python 2.7 or >=3.4 is supported

2018-08-06 Thread Rhys Kidd
From: Dylan Baker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d7a2b5f..2ae0febc6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The original tests have been taken from First of all, you need to make sure that the fo

[Piglit] [PATCH 3/3] framework/test/shader_test.py: Remove redundant workaround for python 3.3 mock

2018-08-06 Thread Rhys Kidd
As python 3.3 is deprecated and no longer supported by piglit, remove redundant workaround for lack of readlines() support with mock in python 3.3. Signed-off-by: Rhys Kidd --- framework/test/shader_test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/framework/test

[Piglit] [PATCH 0/3] Cleanup Python version support (2.7 or >= 3.4)

2018-08-06 Thread Rhys Kidd
Simple series to reflect that python 2.7 or >= 3.4 is supported. Python 3.3 drops out due to upstream deprecation, and add recently released Python 3.7 to our testing CI infrastructure. Dylan Baker (1): README.md: Note that python 2.7 or >=3.4 is supported Rhys Kidd (2): tox: Add pyth

[Piglit] [PATCH 2/3] tox: Add python 3.7 to build matrix

2018-08-06 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- .travis.yml | 3 +++ tox.ini | 9 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6e8136e8..45b23f009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,9 @@ matrix: env: TOX_ENV="

Re: [Piglit] [PATCH] framework: deepcopy TestProfile's filters when copying it

2018-07-19 Thread Rhys Kidd
On Thu, 19 Jul 2018 at 19:47, Dylan Baker wrote: > Reviewed-by: Dylan Baker > Reviewed-by: Rhys Kidd Eric Engestrom and I had been looking at those regressions, and came to a similar conclusion. > > Quoting Andres Gomez (2018-07-19 15:39:05) > > This avoids modificatio

Re: [Piglit] [PATCH] travis: drop python 3.3

2018-07-19 Thread Rhys Kidd
On Thu, 19 Jul 2018 at 18:59, Andres Gomez wrote: > It's quite old and not even supported by wheel any more. > > Cc: Juan A. Suarez Romero > Cc: Dylan Baker > Signed-off-by: Andres Gomez > Hello Andres, There's a couple of related python3.3 segments that you'd want to remove concurrently. I

Re: [Piglit] [PATCH 1/2] tox: Remove testing of end-of-life Python 3.3

2018-06-11 Thread Rhys Kidd
On 11 June 2018 at 05:40, Eric Engestrom wrote: > On Saturday, 2018-06-09 15:45:36 -0400, Rhys Kidd wrote: > > Python 3.3 reached end-of-life in September 2017 [0]. > > > > Continuous integration testing has identified a number of dependencies > are > > now

[Piglit] [PATCH 2/2] tox: Add python 3.7-dev to build matrix

2018-06-09 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- .travis.yml | 2 ++ tox.ini | 9 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6e8136e8..bfbba0390 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ matrix: env: TOX_ENV="

[Piglit] [PATCH 1/2] tox: Remove testing of end-of-life Python 3.3

2018-06-09 Thread Rhys Kidd
thon is 3.3.6 ... OSError: Command /home/travis/build/E...generator/bin/python - setuptools pip wheel failed with error code 1 [0] https://www.python.org/dev/peps/pep-0398/#x-end-of-life Signed-off-by: Rhys Kidd --- .travis.yml | 2 -- tox.ini | 6 +++--- 2 files changed, 3 insertions(+), 5 delet

Re: [Piglit] [PATCH 1/4] README.md: Note that python 3.3.x+ is supported

2018-06-09 Thread Rhys Kidd
On 8 June 2018 at 12:15, Dylan Baker wrote: > --- > README.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index 30d7a2b5f..2d7d95674 100644 > --- a/README.md > +++ b/README.md > @@ -30,7 +30,7 @@ The original tests have been taken from > > Fi

Re: [Piglit] [PATCH 0/6] Set of little documentation and code cleanups

2017-12-22 Thread Rhys Kidd
On 21 December 2017 at 23:32, Rhys Kidd wrote: > On 21 December 2017 at 23:29, Brian Paul wrote: > >> On 12/20/2017 11:49 PM, Rhys Kidd wrote: >> >>> Have been carrying these patches locally for a little while, but rebased >>> to get >>> them read

Re: [Piglit] [PATCH 0/6] Set of little documentation and code cleanups

2017-12-21 Thread Rhys Kidd
On 21 December 2017 at 23:29, Brian Paul wrote: > On 12/20/2017 11:49 PM, Rhys Kidd wrote: > >> Have been carrying these patches locally for a little while, but rebased >> to get >> them readdy for upstream given the cleaning up of bugs/ rece

[Piglit] [PATCH 1/6] ext_framebuffer_object: Fix typo in two copyright blocks

2017-12-20 Thread Rhys Kidd
Original intention of Intel Corporation authors is clear. Signed-off-by: Rhys Kidd --- tests/spec/ext_framebuffer_object/error-handling.c | 2 +- tests/spec/ext_framebuffer_object/mipmap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/spec

[Piglit] [PATCH 5/6] README: Document deqp_gles3.py configuration deprecation

2017-12-20 Thread Rhys Kidd
deqp_gles3.py accepted a now deprecated 'exe' configuration option. Bring README into consistency with the current approach suggested in the deprecation warning, as well as piglit.conf.example Fixes: 51528bcdf ("framework: Deprecated abnormalities in deqp_gles3.py") Sign

[Piglit] [PATCH 6/6] framework: Correct comment typo in piglit.conf.example

2017-12-20 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- piglit.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piglit.conf.example b/piglit.conf.example index ced807b80..d592308b8 100644 --- a/piglit.conf.example +++ b/piglit.conf.example @@ -95,7 +95,7 @@ testB ;mustpasslist=/home/knuth

[Piglit] [PATCH 4/6] README: Fix spelling mistakes

2017-12-20 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index dba304254..dc87d77cb 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ Optionally, you can install the following: For Python 2.x you can install the following

[Piglit] [PATCH 3/6] completions/bash: Update list of profile completions to match on

2017-12-20 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- completions/bash/piglit | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/completions/bash/piglit b/completions/bash/piglit index 330bfd162..08d7b2768 100644 --- a/completions/bash/piglit +++ b/completions/bash/piglit @@ -50,10 +50,11

[Piglit] [PATCH 0/6] Set of little documentation and code cleanups

2017-12-20 Thread Rhys Kidd
Have been carrying these patches locally for a little while, but rebased to get them readdy for upstream given the cleaning up of bugs/ recently. Rhys Kidd (6): ext_framebuffer_object: Fix typo in two copyright blocks completions/bash: Fix spelling mistakes completions/bash: Update list of

[Piglit] [PATCH 2/6] completions/bash: Fix spelling mistakes

2017-12-20 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- completions/bash/piglit | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/completions/bash/piglit b/completions/bash/piglit index b6cfdd116..330bfd162 100644 --- a/completions/bash/piglit +++ b/completions/bash/piglit @@ -23,7 +23,7

Re: [Piglit] [PATCH v3 1/3] README: Update the list of test profiles

2017-09-04 Thread Rhys Kidd
Humble ping to see if I could get this piglit series committed? Full compliment of three patches at https://patchwork.freedesktop.org/series/27964/ Each has received a Reviewed-by, however I don't have commit rights. On 16 August 2017 at 19:22, Tobias Klausmann < tobias.johannes.klausm...@mni.thm

[Piglit] [PATCH v3 1/3] README: Update the list of test profiles

2017-08-06 Thread Rhys Kidd
v3 (Rhys Kidd): Fix typo with cts_gles.py v2 (Dylan Baker): Do not document es3conform.py, as it is for a very old version of the Khronos CTS and should be deleted. Signed-off-by: Rhys Kidd --- Note: I don't have commit access to push this series, so I would appreciate the reviewer doi

[Piglit] [PATCH v2 1/3] README: Update the list of test profiles

2017-07-28 Thread Rhys Kidd
v2 (Dylan Baker): Do not document es3conform.py, as it is for a very old version of the Khronos CTS and should be deleted. Signed-off-by: Rhys Kidd --- README | 27 +++ 1 file changed, 27 insertions(+) diff --git a/README b/README index 43bdfcae7..3d5ae98e6 100644

[Piglit] [PATCH 1/3] README: Update the list of test profiles

2017-07-26 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- README | 30 ++ 1 file changed, 30 insertions(+) diff --git a/README b/README index 43bdfcae7..cb49516b7 100644 --- a/README +++ b/README @@ -386,6 +386,9 @@ glslparser.py shader.py A subset of all.py which runs only shader tests

[Piglit] [PATCH 2/3] README: Correct typo deQP -> dEQP

2017-07-26 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index cb49516b7..56ea52b62 100644 --- a/README +++ b/README @@ -414,13 +414,13 @@ deqp_egl.py Support for running dEQP's EGL profile with piglit. deqp_gle

[Piglit] [PATCH 3/3] README: Make initial smoke tests steps internally consistent

2017-07-26 Thread Rhys Kidd
No other stage of the suggested initial sanity.py test or other tests uses a folder structure with *.results. Use a consistent naming approach throughout the initial README to make initial setup clearer. Signed-off-by: Rhys Kidd --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[Piglit] [PATCH 0/3] Small README clean ups

2017-07-26 Thread Rhys Kidd
there was a difference in the output format for no particular reason midway through. The change is not carried forward either past those two commands. This might be a difference without a distinction, but it draws unnececssary attention away when a user should be learning the principles. Rhys Kidd (3