summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2021-05-27 12:57:58 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-10 12:52:00 +0000
commit4fdc1eedd663d2213b99e728003dc4aa28134d17 (patch)
tree905ff05f0bf8d60f52e5d22a700e4436bb079480 /tests
parent8ba1e545a46a61b713314c7ffb7d0d69e00af605 (diff)
downloadqtqa-4fdc1eedd663d2213b99e728003dc4aa28134d17.tar.gz
Don't bic-test Vulkan types
Change-Id: I5728938442d7899804a9924618e6dbfa7d1a9027 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 728f7349c0b8db3f023f1bfc24f7e5e9ea95de20) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-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()