summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2023-05-18 12:55:41 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2023-05-18 17:57:16 +0300
commitdc52623bc6f57cf1b144d037457a471c64db6a94 (patch)
treeb9fda0dc651427401afc6b60cbf6b043a007ec8f /tests/postbuild
parente548e39606a19af51d2b9c7cde6f8846bf35b43e (diff)
Blacklist Vulkan video codec symbols (StdVideo*)
Change-Id: I5b587ff2107c30fcd9b0a2f21c0363424e2cc176 Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'tests/postbuild')
-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 bce6b0b2..db53b065 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -324,6 +324,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QBindingStatus"));
/* don't bic-test Vulkan types */
bic.addBlacklistedClass(QLatin1String("Vk*"));
+ /* don't bic-test Vulkan video codec types */
+ bic.addBlacklistedClass(QLatin1String("StdVideo*"));
/* vtable churn */
bic.addBlacklistedClass(QLatin1String("QNativeInterface::QEGLContext"));
/* deliberately removed */