summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/postbuild/bic/tst_bic.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 1f15098..9e4bc4c 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -343,6 +343,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* this class is not used in a way that requires its size to be stable,
but it has grown between releases */
bic.addBlacklistedClass(QLatin1String("QBindingStatus"));
+ /* don't bic-test Vulkan types */
+ bic.addBlacklistedClass(QLatin1String("Vk*"));
}
void tst_Bic::initTestCase()