On Thu, Sep 27, 2012 at 6:48 PM, Matt Turner <matts...@gmail.com> wrote: > On Thu, Sep 20, 2012 at 8:59 AM, Robert Bragg <rob...@sixbynine.org> wrote: >> This adds an egl_probe_front_pixel_rgb function that is analogous to >> piglit_probe_pixel_rgba except it probes the front buffer instead of >> probing the back buffer. >> --- >> tests/egl/egl-util.c | 31 +++++++++++++++++++++++++++++++ >> tests/egl/egl-util.h | 4 ++++ >> 2 files changed, 35 insertions(+), 0 deletions(-) > > I applied these two patches with the intention of committing them, but > they cause egl-nok-swap-region to fail: > > Front Buffer Probe at (15,15) > Expected: 1.000000 0.000000 0.000000 1.000000 > Observed: 0.000000 1.000000 0.000000 0.000000 > PIGLIT: {'result': 'fail' } > > The test (before and after) doesn't end on its own either. I have to > close it in order to get the test result. I don't know if that's by > design, but it's not good for automated piglit testing.
Hmm that's curious, I just rebased the patches on master, as well as the corresponding mesa patch and the test works as expected for me. Is it failing for you because you haven't got the mesa patch perhaps? (I don't have commit access to land that myself) As for the test blocking, I haven't seen that happen before so I don't know what could be up there, but I guess it's not related to my changes. kind regards, - Robert _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev