[Piglit] [Bug 93340] "incomplete run" tests cannot be filtered with configuration file

2015-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93340 --- Comment #2 from Dylan --- There is a bug in the python layer, and it's pretty serious. I have no idea how we haven't hit it before now. I'm sending a patch and CCing you. -- You are receiving this mail because: You

[Piglit] [PATCH 1/2] framework/log.py: Add a message to an assert

2015-12-14 Thread baker . dylan . c
From: Dylan Baker I hit this assert debugging a problem, and found the lack of a message detailing the assert annoying. Signed-off-by: Dylan Baker --- framework/log.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [Piglit] [PATCH 2/2] framework/test/base.py: Handle fail cases for tests.

2015-12-14 Thread Mark Janes
Reviewed-by: Mark Janes baker.dyla...@gmail.com writes: > From: Dylan Baker > > I'm going to admit I'm a bit puzzled how this could have slipped through > without being caught (I'm guessing an unrelated change uncovered this). > But basically if

[Piglit] [PATCH] arb_separate_shader_objects: test for overlaping location issues

2015-12-14 Thread Timothy Arceri
This tests that when a strcut has explicit location were reserve enough locations for all the struct members. --- ...ed-with-implicitly-assigned-varying.shader_test | 60 ++ 1 file changed, 60 insertions(+) create mode 100644

Re: [Piglit] [PATCH] arb_shader_image_load_store: call glMemoryBarrier before reading image

2015-12-14 Thread Francisco Jerez
Timothy Arceri writes: > Cc: Francisco Jerez Reviewed-by: Francisco Jerez > --- > .../execution/gl45-imageAtomicExchange-float.shader_test | 1 > + > 1 file changed, 1 insertion(+) > > diff --git >

[Piglit] [Bug 93340] "incomplete run" tests cannot be filtered with configuration file

2015-12-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=93340 --- Comment #1 from Dylan --- Hmmm, that's interesting that it's getting an 'incomplete' status. I wonder if that's a python exception or a total failure of the test. I'll run a couple of tests and get back to you. --