Add waiver info to log sessionInfo
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 30 Mar 2020 16:47:30 +0000 (18:47 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 20 Apr 2020 07:56:32 +0000 (03:56 -0400)
commitf78d2849cb39eadf3149710a15f90c787c8af14d
treea6c683718fdf140f00edc4c1102ae7febd3315fe
parent5b474f13e7d2f501a504e6fdeab9adac1e1fb87e
Add waiver info to log sessionInfo

Writing of session info was separated from log constructor.
It is now possible for test package to specify additional
session info content.

Components: Framework, OpenGL, Vulkan

VK-GL-CTS issue: 2222

Affects:
 dEQP-VK.*
 cts-runner

Change-Id: Id03855a72a0690fcac2eaff645abf04893ad80f6
20 files changed:
external/openglcts/modules/common/glcTestPackage.cpp
external/openglcts/modules/runner/glcTestRunner.cpp
external/vulkancts/modules/vulkan/vktBuildPrograms.cpp
external/vulkancts/modules/vulkan/vktTestPackage.cpp
framework/common/tcuCommandLine.cpp
framework/common/tcuCommandLine.hpp
framework/common/tcuTestContext.cpp
framework/common/tcuTestContext.hpp
framework/common/tcuTestHierarchyIterator.cpp
framework/common/tcuTestLog.cpp
framework/common/tcuTestLog.hpp
framework/common/tcuWaiverUtil.cpp
framework/common/tcuWaiverUtil.hpp
framework/platform/android/tcuAndroidTestActivity.cpp
framework/platform/tcuMain.cpp
framework/qphelper/qpTestLog.c
framework/qphelper/qpTestLog.h
modules/gles2/tes2TestPackage.cpp
modules/gles3/tes3TestPackage.cpp
modules/gles31/tes31TestPackage.cpp