Lower correlation threshold in flush-finish tests again am: 6455e6f987 am: 84373d7748...
[platform/upstream/VK-GL-CTS.git] / modules / gles31 / functional / es31fFunctionalTests.cpp
index 8e2a3c6..3fb407e 100644 (file)
@@ -90,6 +90,8 @@
 #include "es31fDrawBuffersIndexedTests.hpp"
 #include "es31fDefaultVertexArrayObjectTests.hpp"
 #include "es31fSRGBDecodeTests.hpp"
+#include "es31fDrawElementsBaseVertexTests.hpp"
+#include "es31fShaderFramebufferFetchTests.hpp"
 
 namespace deqp
 {
@@ -201,6 +203,7 @@ public:
                addChild(new ShaderHelperInvocationTests                (m_context));
                addChild(new ShaderLibraryTest                                  (m_context, "implicit_conversions", "GL_EXT_shader_implicit_conversions Tests"));
                addChild(new ShaderLibraryTest                                  (m_context, "uniform_block", "Uniform block tests"));
+               addChild(new ShaderFramebufferFetchTests                (m_context));
        }
 };
 
@@ -355,6 +358,7 @@ void FunctionalTests::init (void)
        addChild(createDrawBuffersIndexedTests                          (m_context));
        addChild(new DefaultVertexArrayObjectTests                      (m_context));
        addChild(new SRGBTextureDecodeTests                                     (m_context));
+       addChild(new DrawElementsBaseVertexTests                        (m_context));
 }
 
 } // Functional