Add CTS_KHR_no_error test implementation
authorAdam Czupryna <adam.czupryna@mobica.com>
Mon, 27 Feb 2017 10:01:06 +0000 (11:01 +0100)
committerAlexander Galazin <alexander.galazin@arm.com>
Wed, 28 Jun 2017 08:20:41 +0000 (10:20 +0200)
commitf06134c65f55a009bbe284d2b7c0e56dee0f70cd
tree3ee80897cbf50ada9d2962179588e12344df085f
parent0774e3060af4cff589258624ee090152409e8fc7
Add CTS_KHR_no_error test implementation

This is CTS_KHR_no_error implementation commit.
CONTEXT_NO_ERROR flag is added into framework.

Affects:
KHR-NoContext.*.no_error.*

Components: Framework, OpenGL

VK-GL-CTS issue: 5

Change-Id: Ie37d37ad974bbf5e8687f56f774c85498847299c
36 files changed:
external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.5.5.x/mustpass.xml [new file with mode: 0644]
external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.5.5.x/noctx-khr-master.txt [new file with mode: 0644]
external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.5.5.x/src/noctx-khr-master.txt [new file with mode: 0644]
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/mustpass.xml [new file with mode: 0644]
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/noctx-khr-master.txt [new file with mode: 0644]
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/src/noctx-khr-master.txt [new file with mode: 0644]
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/mustpass.xml [new file with mode: 0644]
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/noctx-khr-master.txt [new file with mode: 0644]
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/src/noctx-khr-master.txt [new file with mode: 0644]
external/openglcts/modules/CMakeLists.txt
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcNoDefaultContextPackage.cpp
external/openglcts/modules/common/glcNoDefaultContextPackage.hpp
external/openglcts/modules/common/glcNoErrorTests.cpp [new file with mode: 0644]
external/openglcts/modules/common/glcNoErrorTests.hpp [new file with mode: 0644]
external/openglcts/modules/glcTestPackageRegistry.cpp
external/openglcts/modules/runner/glcAospMustpassEgl.hpp
external/openglcts/modules/runner/glcAospMustpassEs.hpp
external/openglcts/modules/runner/glcKhronosMustpassEs.hpp
external/openglcts/modules/runner/glcKhronosMustpassEsNocontext.hpp [new file with mode: 0644]
external/openglcts/modules/runner/glcKhronosMustpassGl.hpp
external/openglcts/modules/runner/glcKhronosMustpassGlNocontext.hpp [new file with mode: 0644]
external/openglcts/modules/runner/glcTestRunner.cpp
external/openglcts/modules/runner/glcTestRunner.hpp
external/openglcts/scripts/build_caselists.py
external/openglcts/scripts/build_mustpass.py
external/openglcts/scripts/mustpass.py
framework/egl/egluGLUtil.cpp
framework/egl/wrapper/eglwEnums.inl
framework/egl/wrapper/eglwEnumsC.inl
framework/opengl/gluRenderContext.hpp
framework/opengl/wrapper/glwEnums.inl
framework/platform/lnx/X11/tcuLnxX11GlxPlatform.cpp
framework/platform/win32/tcuWGL.cpp
scripts/egl/common.py
scripts/opengl/src_util.py