Move khr_debug tests to NoContext
authorMichael Chock <mchock@nvidia.com>
Thu, 8 Mar 2018 19:41:05 +0000 (11:41 -0800)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 26 Mar 2018 08:48:36 +0000 (04:48 -0400)
commit67eda96dccf9725cba3bea73ad4a76b135d9603d
tree3ea372d115ad61f47f416f883e5614db0f3677d1
parent424529bbfe8b5448e6b32be0267ad3f8efb4ba5d
Move khr_debug tests to NoContext

As implemented, the KHR-GL4*.khr_debug.* tests can terminate the EGL
display used by other tests. As recommended, move these tests to the
KHR-NoContext.* group.

Since the test names are already changing, fix the spelling of
'receiving' in one test case.

Components: OpenGL

VK-GL-CTS Issue: 1062

Renamed tests:
KHR-GL4*.khr_debug.* -> KHR-NoContext.gl43.khr_debug.*

Change-Id: I766131f77206cad1cb34955426a81cf10b50e159
16 files changed:
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl43-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl44-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl45-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl46-master.txt
external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/gl43-khr-master.txt [new file with mode: 0644]
external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/mustpass.xml
external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.6.0.x/src/gl43-khr-master.txt [new file with mode: 0644]
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcKHRDebugTests.cpp [moved from external/openglcts/modules/gl/gl4cKHRDebugTests.cpp with 93% similarity]
external/openglcts/modules/common/glcKHRDebugTests.hpp [moved from external/openglcts/modules/gl/gl4cKHRDebugTests.hpp with 92% similarity]
external/openglcts/modules/common/glcNoDefaultContextPackage.cpp
external/openglcts/modules/gl/CMakeLists.txt
external/openglcts/modules/gl/gl4cTestPackages.cpp
external/openglcts/modules/runner/glcKhronosMustpassGlNocontext.hpp
external/openglcts/scripts/build_caselists.py
external/openglcts/scripts/build_mustpass.py