summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/postbuild/bic/tst_bic.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index ca4e08d..bce6b0b 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -328,6 +328,10 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QNativeInterface::QEGLContext"));
/* deliberately removed */
bic.addBlacklistedClass(QLatin1String("QNativeInterface::QSGVulkanTexture*"));
+ /* deliberately added in a patch release */
+ bic.addBlacklistedClass(QLatin1String("QVulkanLayer"));
+ bic.addBlacklistedClass(QLatin1String("QVulkanExtension"));
+ bic.addBlacklistedClass(QLatin1String("QVulkanInstance"));
/* allowed to grow */
bic.addBlacklistedClass(QLatin1String("QSGMaterialShader::GraphicsPipelineState"));
}