<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><br></div><div class="gmail_quote">Hello Ilia,</div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">assert(glGetError() == 0) will abort (and thus fail) the test if<br>
there's an error. However I don't see anything in<br>
piglit_check_gl_error that will mark the test as failed. Perhaps you<br>
need to do like<br>
<br>
if (!piglit_check_gl_error(GL_NO_ERROR)) piglit_report_result(PIGLIT_FAIL);<br>
<br>
or something along those lines.<br>
<br></blockquote><div> </div><div>Thanks very much for the reply. I would make the necessary changes ASAP.</div><div><br></div><div>Regards,</div><div>Juliet</div></div></div></div>