summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2021-05-27 12:57:58 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2021-11-10 15:46:08 +0300
commit728f7349c0b8db3f023f1bfc24f7e5e9ea95de20 (patch)
tree0df8a751852e7d45c63bb28c4cef3a6753eac5bf
parent1449ad66ae1bbe3e72a0ebb7da1580e3d89216a5 (diff)
downloadqtqa-728f7349c0b8db3f023f1bfc24f7e5e9ea95de20.tar.gz
Don't bic-test Vulkan types
Pick-to: dev Change-Id: I5728938442d7899804a9924618e6dbfa7d1a9027 Reviewed-by: Toni Saario <toni.saario@qt.io>
-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()