From 728f7349c0b8db3f023f1bfc24f7e5e9ea95de20 Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Thu, 27 May 2021 12:57:58 +0300 Subject: Don't bic-test Vulkan types Pick-to: dev Change-Id: I5728938442d7899804a9924618e6dbfa7d1a9027 Reviewed-by: Toni Saario --- tests/postbuild/bic/tst_bic.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() -- cgit v1.2.1