Commit 47e9aed2 by Jamie Madill Committed by Commit Bot

Remove Sleep() from PrimitivesWrittenAndGenerated test.

Attempt to fix timeouts due to test ordering. Bug: angleproject:5496 Change-Id: I323e85c372c8b4a5e9fc4201004f39bffb1676d4 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2625169 Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
parent 93d69be2
......@@ -2764,7 +2764,6 @@ TEST_P(TransformFeedbackTestES32, PrimitivesWrittenAndGenerated)
GLuint readyPG = GL_FALSE;
while (readyPW == GL_FALSE || readyPG == GL_FALSE)
{
angle::Sleep(0);
glGetQueryObjectuiv(primitivesWrittenQueries[0], GL_QUERY_RESULT_AVAILABLE, &readyPW);
glGetQueryObjectuiv(primitivesGeneratedQueries[0], GL_QUERY_RESULT_AVAILABLE, &readyPG);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment