<div dir="ltr">Hi,<div><br></div><div>I'm running current piglit master on Yocto (openembedded) on a few years old NUC (a Haswell i5-4250U with HD5000) and see curious differences in results based on some options: The short story is that running quick tests with default options has a massive amount failures but adding PIGLIT_NO_WINDOW=1 (or using "-fbo") seems to make >12000 tests suddenly pass. </div><div><br></div><div>Taking one of the teximage-colors tests as an example, this is what gets run by default:</div><div><br></div><div>$ PIGLIT_PLATFORM="mixed_glx_egl" PIGLIT_SOURCE_DIR="/usr/lib/piglit" /usr/lib/piglit/bin/teximage-colors GL_LUMINANCE4_ALPHA4 -auto</div><div><br></div><div>The result is that every non-skipped subtest fails.</div><div>These variants pass fully:<br></div><div><br></div><div>$ PIGLIT_NO_WINDOW=1 PIGLIT_PLATFORM="mixed_glx_egl" PIGLIT_SOURCE_DIR="/usr/lib/piglit" /usr/lib/piglit/bin/teximage-colors GL_LUMINANCE4_ALPHA4 -auto<br></div><div>$ PIGLIT_PLATFORM="mixed_glx_egl" PIGLIT_SOURCE_DIR="/usr/lib/piglit" /usr/lib/piglit/bin/teximage-colors GL_LUMINANCE4_ALPHA4 -fbo<br></div><div><br></div><div><div>This did not happen with an older piglit version so I bisected to commit 173037a6 "winsys-framework: Default to showing window". </div></div><div><br></div><div>* Is this a bug or am I doing something wrong?</div><div>* Regardless of this specific issue, are there any recommended settings for piglit use? E.g. should I be using gbm as platform (my objective is typically to smoke test a mesa upgrade or something similar)?</div><div><br></div><div>I've attached the output of the failing example command from above and can provide traces if those are helpful.</div><div><br></div><div>Thanks,</div><div>  Jussi</div></div>