summaryrefslogtreecommitdiff
path: root/tests/postbuild/bic/tst_bic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postbuild/bic/tst_bic.cpp')
-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 e2617ce..712725d 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()