VK-GL-CTS
VK-GL-CTS copied to clipboard
Question about APIErrors test case
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
Looks like a real issue. Would be great if you could come up with a fix.