Re: [Piglit] Ideas for Wine Test Suite and Mesa Workflow

2016-02-27 Thread Zhenbo Li
2016-02-26 8:04 GMT+08:00 Dylan Baker : > That will probably work, the only thing to consider with that approach is > that it is more expensive to start an external process than interpret in > piglit's Python process. If there aren't a lot of tests that may not be a > big deal, but if there are tho

[Piglit] [Bug 94322] ext_framebuffer_object.getteximage-formats init-by-rendering broken

2016-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94322 Mark Janes changed: What|Removed |Added CC||anuj.pho...@gmail.com Assignee|pi

[Piglit] [Bug 94322] New: ext_framebuffer_object.getteximage-formats init-by-rendering broken

2016-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94322 Bug ID: 94322 Summary: ext_framebuffer_object.getteximage-formats init-by-rendering broken Product: piglit Version: unspecified Hardware: Other OS: All

Re: [Piglit] Ideas for Wine Test Suite and Mesa Workflow

2016-02-27 Thread Zhenbo Li
2016-02-27 22:38 GMT+08:00 Zhenbo Li : > > Thank you for pointing it out. I think it is not so critical. > I ran such code (in path/to/wine/code) Sorry, I made a mistake. I need to catch the output, so subprocess is necessary. $ time python runner.py real0m12.158s user0m2.836s sys0m0

[Piglit] [PATCH] cl: Add some tests for fdim

2016-02-27 Thread Aaron Watry
Signed-off-by: Aaron Watry --- generated_tests/gen_cl_math_builtins.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/generated_tests/gen_cl_math_builtins.py b/generated_tests/gen_cl_math_builtins.py index 35fbce3..29b4e1a 100644 --- a/generated_tests/gen_cl_math_builtins.py +++

Re: [Piglit] [PATCH] cl: Add some tests for fdim

2016-02-27 Thread Serge Martin
On Saturday 27 February 2016 22:59:29 Aaron Watry wrote: > Signed-off-by: Aaron Watry Reviewed-by: Serge Martin > --- > generated_tests/gen_cl_math_builtins.py | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/generated_tests/gen_cl_math_builtins.py > b/generated_tests/gen_