summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 c4b8f94..376e19d 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -351,6 +351,10 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("Vk*"));
/* vtable churn */
bic.addBlacklistedClass(QLatin1String("QNativeInterface::QEGLContext"));
+ /* deliberately removed */
+ bic.addBlacklistedClass(QLatin1String("QNativeInterface::QSGVulkanTexture*"));
+ /* allowed to grow */
+ bic.addBlacklistedClass(QLatin1String("QSGMaterialShader::GraphicsPipelineState"));
}
void tst_Bic::initTestCase()