VK-GL-CTS icon indicating copy to clipboard operation
VK-GL-CTS copied to clipboard

Question about APIErrors test case

Open lintcoder opened this issue 8 years ago • 1 comments

I've been using cts for opengl test recently and come across some problems. Since case KHR-GL31.transform_feedback.api_errors_test failed on my platform, I check the source code. In external/openglcts/modules/gl/gl3cTransformFeedbackTests.cpp , I noticed that in function APIError::iterate, shader types of GL_TESS_CONTROL_SHADER and GL_TESS_EVALUATION_SHADER will be created by calling buildProgram, while since it's a test case for version 3.x, both shader types are not supported until 4.0, I wonder if it's appropriate that the case return fail under this situation? @alegal-arm

lintcoder avatar Mar 23 '18 02:03 lintcoder

Looks like a real issue. Would be great if you could come up with a fix.

alegal-arm avatar Mar 30 '18 16:03 alegal-arm