Waiver mechanism
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Tue, 3 Mar 2020 13:51:54 +0000 (14:51 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 10 Apr 2020 09:16:21 +0000 (05:16 -0400)
commite14df7fd20807f3ed5ef8f59aa2f9583b95ecf0e
tree06cb721ed79e5c5be43583da767bf61be86c97cc
parent505fc37accc64d9e04426c4f3c9c2acd648099b8
Waiver mechanism

Components: Framework, OpenGL, Vulkan

Affects:
 dEQP-VK.*
 cts-runner

VK-GL-CTS issue: 2222

Change-Id: I7d23400d4251f79ae3ffda80553878e95b34a5db
52 files changed:
AndroidGen.mk
CMakeLists.txt
executor/CMakeLists.txt
external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl42-master.txt
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/gles/khronos_mustpass/master/waivers.xml [new file with mode: 0644]
external/openglcts/modules/common/glcSingleConfigTestPackage.cpp
external/openglcts/modules/common/glcTestPackage.cpp
external/openglcts/modules/common/glcTestPackage.hpp
external/openglcts/modules/gl/gl3cTestPackages.cpp
external/openglcts/modules/gles2/es2cTestPackage.cpp
external/openglcts/modules/gles2/es2cTestPackage.hpp
external/openglcts/modules/gles3/es3cTestPackage.cpp
external/openglcts/modules/gles3/es3cTestPackage.hpp
external/openglcts/modules/gles31/es31cTestPackage.cpp
external/openglcts/modules/gles32/es32cTestPackage.cpp
external/openglcts/modules/glesext/esextcTestPackage.cpp
external/openglcts/modules/glesext/esextcTestPackage.hpp
external/openglcts/scripts/build_mustpass.py
external/vulkancts/README.md
external/vulkancts/modules/vulkan/vktTestPackage.cpp
external/vulkancts/mustpass/AndroidTest.xml
external/vulkancts/mustpass/master/src/waivers.txt [deleted file]
external/vulkancts/mustpass/master/vk-default.txt
external/vulkancts/mustpass/master/waivers.xml [new file with mode: 0644]
external/vulkancts/scripts/build_mustpass.py
framework/CMakeLists.txt
framework/common/CMakeLists.txt
framework/common/tcuApp.cpp
framework/common/tcuCommandLine.cpp
framework/common/tcuCommandLine.hpp
framework/common/tcuResultCollector.cpp
framework/common/tcuTestSessionExecutor.cpp
framework/common/tcuTestSessionExecutor.hpp
framework/common/tcuWaiverUtil.cpp [new file with mode: 0644]
framework/common/tcuWaiverUtil.hpp [new file with mode: 0644]
framework/qphelper/qpTestLog.c
framework/qphelper/qpTestLog.h
framework/xexml/CMakeLists.txt [new file with mode: 0644]
framework/xexml/xeDefs.cpp [moved from executor/xeDefs.cpp with 100% similarity]
framework/xexml/xeDefs.hpp [moved from executor/xeDefs.hpp with 100% similarity]
framework/xexml/xeXMLParser.cpp [moved from executor/xeXMLParser.cpp with 100% similarity]
framework/xexml/xeXMLParser.hpp [moved from executor/xeXMLParser.hpp with 100% similarity]
modules/gles2/tes2TestPackage.cpp
modules/gles2/tes2TestPackage.hpp
modules/gles3/tes3TestPackage.cpp
modules/gles3/tes3TestPackage.hpp
modules/gles31/tes31TestPackage.cpp
modules/gles31/tes31TestPackage.hpp