Actually create a waiver mechanism for gles3 tests
authorThomas Spurden <thomas.spurden@broadcom.com>
Mon, 20 Apr 2020 14:00:07 +0000 (15:00 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 21 Apr 2020 11:42:00 +0000 (07:42 -0400)
Change-Id: I980ac6ad5c6f0d940c58fd642d47dbe2def844a9

modules/gles3/tes3TestPackage.cpp

index ba7e166..bcfff90 100644 (file)
@@ -122,6 +122,7 @@ TestPackage::TestPackage (tcu::TestContext& testCtx)
        : tcu::TestPackage      (testCtx, "dEQP-GLES3", "dEQP OpenGL ES 3.0 Tests")
        , m_archive                     (testCtx.getRootArchive(), "gles3/")
        , m_context                     (DE_NULL)
+       , m_waiverMechanism     (new tcu::WaiverUtil)
 {
 }