Tests for GLES3 number parsing
authorMikko Tiusanen <mikko.tiusanen@siru.fi>
Wed, 4 Nov 2020 08:24:34 +0000 (10:24 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 17 Dec 2020 17:06:26 +0000 (17:06 +0000)
commit95303117bfd5f09dd7079591ccf2089bb59bb9d1
tree45cdca55c71cc3e7b18245adb4266ae075df65aa
parent8ff64a73820f4368bf7e615afdc59837cc5558db
Tests for GLES3 number parsing

Added tests for number parsing in GLES3.
Includes new tests for unsigned int literals and float parsing tests
imported from Khronos WebGL Conformance Tests.

New tests:

KHR-GLES3.number_parsing.*

Components: OpenGL

VK-GL-CTS issue: 2176

Change-Id: I96c0d14431b5dd5867808319f08c5a614f40d2e0
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.5.x/gles3-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.6.x/gles3-khr-master.txt
external/openglcts/data/mustpass/gles/khronos_mustpass/master/gles3-khr-master.txt
external/openglcts/modules/gles3/CMakeLists.txt
external/openglcts/modules/gles3/es3cNumberParsingTests.cpp [new file with mode: 0644]
external/openglcts/modules/gles3/es3cNumberParsingTests.hpp [new file with mode: 0644]
external/openglcts/modules/gles3/es3cTestPackage.cpp