[Piglit] [PATCH] util: Warn and report SKIP when we get a window resize during an auto run.
Brian Paul
brianp at vmware.com
Thu Jul 19 08:13:40 PDT 2012
On 07/18/2012 06:20 PM, Eric Anholt wrote:
> We've got a bunch of instances of this happening intermittently during
> runs with gnome-shell. Because our tests are not generally able to
> handle resizes, they would show up as spurious failures that are hard
> to reproduce. Instead, provide a diagnostic message and just report
> SKIP.
If/when we someday move away from using GLUT and were to use Xlib
directly, we could try using XSetWMSizeHints() to set the min and max
window size equal to the initial size. Hopefully that would solve the
issue.
-Brian
More information about the Piglit
mailing list