Move context flags tests to custom context package
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Wed, 21 Jun 2017 07:52:12 +0000 (09:52 +0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Fri, 7 Jul 2017 09:11:44 +0000 (11:11 +0200)
commit98697cdf733d4118704333e92b1cc36e6fcf1750
tree632d8790fbd6354b5e2f2a283d2f54f51609885a
parent8e6e636410e9d866fe2c6da9e8e0dd5d3a458aac
Move context flags tests to custom context package

Previously context flags tests were only executed for ES32. In this
change they were moved to common folder and are executed from
package that has no default context.

Components: OpenGL

VK-GL-CTS issue: 351

Affects: KHR-NoContext.*.context_flags.*

Change-Id: Ib68cc85e8c3188ca4bfcb15046da85c9d00b55e7
13 files changed:
external/openglcts/data/mustpass/gl/khronos_mustpass_noctx/4.5.5.x/noctx-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/gles32-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/gles32-khr-test-issues.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/gles32-khr-test-issues.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles32-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/3.2.4.x/noctx-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass_noctx/master/noctx-khr-master.txt
external/openglcts/modules/common/CMakeLists.txt
external/openglcts/modules/common/glcContextFlagsTests.cpp [moved from external/openglcts/modules/gles32/es32cContextFlagsTests.cpp with 58% similarity]
external/openglcts/modules/common/glcContextFlagsTests.hpp [moved from external/openglcts/modules/gles32/es32cContextFlagsTests.hpp with 77% similarity]
external/openglcts/modules/common/glcNoDefaultContextPackage.cpp
external/openglcts/modules/gles32/CMakeLists.txt
external/openglcts/modules/gles32/es32cTestPackage.cpp