https://bugs.freedesktop.org/show_bug.cgi?id=106370
Bug ID: 106370
Summary: /bin/sh: BYPRODUCTS: command not found
Product: piglit
Version: unspecified
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Keywords
https://bugs.freedesktop.org/show_bug.cgi?id=106369
Bug ID: 106369
Summary: TypeError: must be unicode, not str
Product: piglit
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: NEW
On 02.05.2018 21:29, Eric Anholt wrote:
Tapani Pälli writes:
Test includes:
- texture uploads
- mipmap generation
- framebuffer creation
- rendering to
- reading from
- interaction with GL_EXT_copy_image
v2: code cleanup
Signed-off-by: Tapani Pälli
---
tests/all.
https://bugs.freedesktop.org/show_bug.cgi?id=106277
Timothy Arceri changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Explicity convert strings to unicode before writing.
This fixes an error when building with MinGW:
Traceback (most recent call last):
File "/var/workspace/tests/find_static_tests.py", line 74, in
main()
File "/var/workspace/tests/find_static_tests.py", line 69, in main
f.write(filename
Quoting Marek Olšák (2018-05-02 13:55:06)
> On Wed, May 2, 2018 at 4:48 PM, Dylan Baker wrote:
>
> Quoting Marek Olšák (2018-05-02 13:32:45)
> > From: Marek Olšák
> >
> > This happens due to LLVM printing colored text into stdout/stderr on
> error.
> > ---
> > framew
On Wed, May 2, 2018 at 4:51 PM, Dylan Baker wrote:
> Quoting Marek Olšák (2018-05-02 13:32:43)
> > From: Nicolai Hähnle
> >
> > ---
> > framework/summary/html_.py | 18 +++---
> > 1 file changed, 11 insertions(+), 7 deletions(-)
> >
> > diff --git a/framework/summary/html_.py b/fram
---
tests/crucible.py | 10 ++
1 file changed, 10 insertions(+)
diff --git a/tests/crucible.py b/tests/crucible.py
index 476869a31..635033a74 100644
--- a/tests/crucible.py
+++ b/tests/crucible.py
@@ -32,7 +32,13 @@ import six
import subprocess
import tempfile
+try:
+from lxml imp
Because concurrency is nice.
---
tests/crucible.py | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/tests/crucible.py b/tests/crucible.py
index 796d0951a..71ccf9d70 100644
--- a/tests/crucible.py
+++ b/tests/crucible.py
@@ -30,6 +30,7 @@ from __future__ import (
import
---
tests/crucible.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/crucible.py b/tests/crucible.py
index 279cadde8..796d0951a 100644
--- a/tests/crucible.py
+++ b/tests/crucible.py
@@ -39,7 +39,7 @@ __all__ = ['profile']
crucible_bin = os.environ.get('PIGLIT_CRUCIBL
---
tests/crucible.py | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/tests/crucible.py b/tests/crucible.py
index 71ccf9d70..476869a31 100644
--- a/tests/crucible.py
+++ b/tests/crucible.py
@@ -57,11 +57,13 @@ class CrucibleTest(Test):
super(CrucibleTest,
Quoting Juan A. Suarez Romero (2018-05-02 09:49:08)
> Hi, Dylan.
>
> I see you've pushed this series.
>
> Now, when I'm trying to run some profiles (mainly, tests/crucible and
> tests/khr_gl* ), seems they are broken:
>
> [/7776]
> Traceback (most recent call last):
> File "./piglit", line
On Wed, May 2, 2018 at 4:48 PM, Dylan Baker wrote:
> Quoting Marek Olšák (2018-05-02 13:32:45)
> > From: Marek Olšák
> >
> > This happens due to LLVM printing colored text into stdout/stderr on
> error.
> > ---
> > framework/test/base.py | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff
Quoting Marek Olšák (2018-05-02 13:32:43)
> From: Nicolai Hähnle
>
> ---
> framework/summary/html_.py | 18 +++---
> 1 file changed, 11 insertions(+), 7 deletions(-)
>
> diff --git a/framework/summary/html_.py b/framework/summary/html_.py
> index f7fdc8576..512b42c24 100644
> --- a/
Quoting Marek Olšák (2018-05-02 13:32:46)
> From: Nicolai Hähnle
>
> ---
> tests/khr_gl45.py | 15 +--
> 1 file changed, 9 insertions(+), 6 deletions(-)
>
> diff --git a/tests/khr_gl45.py b/tests/khr_gl45.py
> index 08e6280bb..95f474220 100644
> --- a/tests/khr_gl45.py
> +++ b/tests
Reviewed-by: Dylan Baker
Quoting Marek Olšák (2018-05-02 13:32:47)
> From: Nicolai Hähnle
>
> ---
> tests/deqp_egl.py | 10 +++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/tests/deqp_egl.py b/tests/deqp_egl.py
> index 7422c82e3..ccd40b2af 100644
> --- a/tests/deq
Quoting Marek Olšák (2018-05-02 13:32:45)
> From: Marek Olšák
>
> This happens due to LLVM printing colored text into stdout/stderr on error.
> ---
> framework/test/base.py | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/framework/test/base.py b/framework/test/base.py
> index 134b87
Reviewed-by: Dylan Baker
Quoting Marek Olšák (2018-05-02 13:32:44)
> From: Nicolai Hähnle
>
> ---
> framework/grouptools.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/grouptools.py b/framework/grouptools.py
> index f28241d3c..ce2e97c79 100644
> --- a/fr
From: Marek Olšák
---
tests/util/piglit-util.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/util/piglit-util.c b/tests/util/piglit-util.c
index ed7d21c95..01207ffa5 100644
--- a/tests/util/piglit-util.c
+++ b/tests/util/piglit-util.c
@@ -58,20 +58,21 @@
# include
# include
# in
From: Nicolai Hähnle
---
tests/deqp_egl.py | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/tests/deqp_egl.py b/tests/deqp_egl.py
index 7422c82e3..ccd40b2af 100644
--- a/tests/deqp_egl.py
+++ b/tests/deqp_egl.py
@@ -19,36 +19,40 @@
# OUT OF OR IN CONNECTION WITH TH
From: Nicolai Hähnle
---
tests/khr_gl45.py | 15 +--
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/tests/khr_gl45.py b/tests/khr_gl45.py
index 08e6280bb..95f474220 100644
--- a/tests/khr_gl45.py
+++ b/tests/khr_gl45.py
@@ -36,34 +36,37 @@ PIGLIT_KHR_GL_BIN -- environm
From: Nicolai Hähnle
---
framework/summary/html_.py | 18 +++---
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/framework/summary/html_.py b/framework/summary/html_.py
index f7fdc8576..512b42c24 100644
--- a/framework/summary/html_.py
+++ b/framework/summary/html_.py
From: Nicolai Hähnle
---
framework/grouptools.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/grouptools.py b/framework/grouptools.py
index f28241d3c..ce2e97c79 100644
--- a/framework/grouptools.py
+++ b/framework/grouptools.py
@@ -82,21 +82,21 @@ def splitname(g
From: Marek Olšák
This happens due to LLVM printing colored text into stdout/stderr on error.
---
framework/test/base.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/framework/test/base.py b/framework/test/base.py
index 134b87245..f187c0210 100644
--- a/framework/test/base.py
+++ b/fra
Tapani Pälli writes:
> Test includes:
>- texture uploads
>- mipmap generation
>- framebuffer creation
>- rendering to
>- reading from
>- interaction with GL_EXT_copy_image
>
> v2: code cleanup
>
> Signed-off-by: Tapani Pälli
> ---
> tests/all.py
Ian Romanick writes:
> From: Ian Romanick
>
> The issuses section of GL_NV_fog_distance says:
>
> How does this extension interact with the EXT_fog_coord extension?
>
> If FOG_COORDINATE_SOURCE_EXT is set to FOG_COORDINATE_EXT, then
> the fog distance mode is ignored. Howe
Ian Romanick writes:
> diff --git a/tests/spec/nv_fog_distance/simple-draw.c
> b/tests/spec/nv_fog_distance/simple-draw.c
> new file mode 100644
> index 0..e7be6bf5e
> --- /dev/null
> +++ b/tests/spec/nv_fog_distance/simple-draw.c
> @@ -0,0 +1,245 @@
> +/* Copyright © 2017 Intel Corporati
Ian Romanick writes:
> From: Ian Romanick
>
> Signed-off-by: Ian Romanick
> ---
> tests/all.py | 5 +
> tests/spec/CMakeLists.txt| 1 +
> tests/spec/nv_fog_distance/CMakeLists.gl.txt | 11 ++
> tests/spec/nv_fog_distance/CMakeLists.txt
Because python2 uses bytes, but python3 uses unicode.
CC: Michel Dänzer
Fixes: d42d909cd754d0e2c41eec60f3a1015f2d882b95
("tests: Add script to find all hand written test files")
---
tests/find_static_tests.py | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/
Ian Romanick writes:
> From: Ian Romanick
>
> There were two bugs here. First, GL_EXT_blend_color and
> GL_EXT_blend_func_separate were only tested if the version is 1.4. This
> is unnecessary because those extensions are part of OpenGL 1.4. Second,
> GL_EXT_blend_minmax was typoed GL_EXT_ble
Ian Romanick writes:
> From: Ian Romanick
>
> And vice versa.
>
> Signed-off-by: Ian Romanick
> ---
> tests/spec/gl-1.0/blend.c | 40 ++--
> 1 file changed, 26 insertions(+), 14 deletions(-)
>
> diff --git a/tests/spec/gl-1.0/blend.c b/tests/spec/gl-1.0/blen
Hi, Dylan.
I see you've pushed this series.
Now, when I'm trying to run some profiles (mainly, tests/crucible and
tests/khr_gl* ), seems they are broken:
[/7776]
Traceback (most recent call last):
File "./piglit", line 178, in
main()
File "./piglit", line 174, in main
sys.exit(r
This test is meant to check whether ARB_fragment_shader_interlock
functions as expected by simulating blending behaviour via image
load/stores. The formula used is meant to be used per-pixel not
per-sample. With multisampling disabled the tests works as expected.
Signed-off-by: Plamena Manolova
-
33 matches
Mail list logo