VK-GL-CTS
VK-GL-CTS copied to clipboard
ResourceError and InternalError cases
ResourceError and InternalError are not expected under normal conditions, so I don't think they'd be allowed, it usually means in incorrectly setup CTS execution environment.
Originally posted by @dgkoch in https://github.com/KhronosGroup/VK-GL-CTS/issues/180#issuecomment-571164262
https://github.com/KhronosGroup/VK-GL-CTS/blob/master/external/openglcts/README.md#understanding-the-results describes :Passing cases will have Pass and failing cases Fail. Other results such as QualityWarning, CompatibilityWarning, NotSupported or ResourceError are possible. Only Fail status will count as failure for conformance purposes. The two answers contradict。
ResourceError and InternalError are typically thrown in the case of a process termination. Your CTS results will be incomplete, which would result in failing the conformance criteria
@alegal-arm I think it would be good to update the documentation. I agree it's kind of misleading in it's current form.