Correct robust buffer access behavior tests
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Tue, 31 Oct 2017 16:57:52 +0000 (17:57 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 23 Nov 2017 10:00:46 +0000 (05:00 -0500)
commite5e1903cf377f8ea08df5c255bb75ce6d17e49fd
treeabffde4fef1b584636772d159101e93caf56420a
parentd33f62c935d51b4ecba0b6b97ea1baafe67ea3f4
Correct robust buffer access behavior tests

Robust buffer access behavior tests vere moved to contexless module.
In addition common version of those test was generalized so that it
can test both es and core GL.

Components: OpenGL

VK-GL-CTS issue: 793

Affects:
KHR-NoContext.es32.robust_buffer_access_behavior.*
KHR-NoContext.gl43.robust_buffer_access_behavior.*

Change-Id: Idd967d00635faff4ec41d57abf203f22286bc145
25 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/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-master.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/master/gles32-khr-noctx-master.txt
external/openglcts/modules/common/glcNoDefaultContextPackage.cpp
external/openglcts/modules/common/glcRobustBufferAccessBehaviorTests.cpp
external/openglcts/modules/common/glcRobustBufferAccessBehaviorTests.hpp
external/openglcts/modules/common/glcRobustnessTests.cpp
external/openglcts/modules/gl/gl4cTestPackages.cpp
external/openglcts/modules/gles32/CMakeLists.txt
external/openglcts/modules/gles32/es32cRobustBufferAccessBehaviorTests.cpp [deleted file]
external/openglcts/modules/gles32/es32cRobustBufferAccessBehaviorTests.hpp [deleted file]
external/openglcts/modules/gles32/es32cTestPackage.cpp
external/openglcts/modules/runner/glcKhronosMustpassGlNocontext.hpp
external/openglcts/scripts/build_caselists.py
external/openglcts/scripts/build_mustpass.py