Remove vsnprintf from OpenGL CTS, part 2
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 17 Jul 2017 12:50:41 +0000 (14:50 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 19 Jul 2017 21:39:28 +0000 (17:39 -0400)
commit3890a411e1df7421b95bbdbff43f0763f323675f
treecbda001f94ca7ab772d6272345f738f3886ea66d
parenta469c7288d67829fd70a9266835e0748bf904d81
Remove vsnprintf from OpenGL CTS, part 2

This change replaces usage of vsnprintf with tcu::TestLog.

Components: OpenGL

VK-GL-CTS issue: 482

Affects:
KHR-GL40.texture_gather.*
KHR-GL44.tessellation_shader.compilation_and_linking_errors.*
KHR-GLES31.core.shader_image_size.*
KHR-GLES31.core.vertex_attrib_binding.*
KHR-GLES31.core.shader_atomic_counters.*
KHR-GLES31.core.shader_storage_buffer_object.*

Change-Id: I1c9395bb11e013b3ff7ab98a37b3fb088da8944a
external/openglcts/modules/gles31/es31cShaderAtomicCountersTests.cpp
external/openglcts/modules/gles31/es31cShaderImageLoadStoreTests.cpp
external/openglcts/modules/gles31/es31cShaderImageSizeTests.cpp
external/openglcts/modules/gles31/es31cShaderStorageBufferObjectTests.cpp
external/openglcts/modules/gles31/es31cTextureGatherTests.cpp
external/openglcts/modules/gles31/es31cVertexAttribBindingTests.cpp
external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderErrors.cpp