From: Liam Middlebrook Date: Wed, 17 Jan 2018 06:22:22 +0000 (-0800) Subject: Fix typo in log message for ClearOpsBufferStorage X-Git-Tag: upstream/1.3.5~852^2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63bffb555487763551c062877269a3f41d324673;p=platform%2Fupstream%2FVK-GL-CTS.git Fix typo in log message for ClearOpsBufferStorage A copy-paste error led for the ClearOpsBufferStorageCase inside of SparseBufferTests to output that the "Unmodified buffer object region has invalid contents" for cases referring to invalid contents for the modified buffer region. Components: OpenGL VK-GL-CTS issue: 956 Change-Id: I562ff6fa984977ee08ca0f2783a046b1bac235bd Reviewed-By: pdaniell --- diff --git a/external/openglcts/modules/gl/gl4cSparseBufferTests.cpp b/external/openglcts/modules/gl/gl4cSparseBufferTests.cpp index ab56c3d..547ad61 100644 --- a/external/openglcts/modules/gl/gl4cSparseBufferTests.cpp +++ b/external/openglcts/modules/gl/gl4cSparseBufferTests.cpp @@ -1782,7 +1782,7 @@ bool ClearOpsBufferStorageTestCase::execute(glw::GLuint sparse_bo_storage_flags) if (expected_value != found_value) { m_testCtx.getLog() << tcu::TestLog::Message - << "Unmodified buffer object region has invalid contents. Expected byte " + << "Modified buffer object region has invalid contents. Expected byte " << "[" << (int)expected_value << "]" ", found byte:" "["