summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2025-09-21 23:36:27 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2025-09-22 05:30:51 +0000
commitcb1a6d4234448247ee8e080d2f8a12378a1a677a (patch)
treeac617b041442db7b05e4d76aaa9a5ac9018d592b
parentd98574a01b73ca1c401578192f4bc422011c7476 (diff)
Blacklist a class that had a vtable addition6.10.16.10
Nota bene: such classes that are QNativeInterface-derivates should really bump their revision number when making such changes, and we should have some other test for those revisions than this BiC test. Or we would need to have a smarter BiC test. Pick-to: 6.10.0 6.9 6.9.3 6.8 Change-Id: If75bc4cbaf283e6d0d16fc19c97bd31c20d6a882 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 4eb51e8079814fa47e3f555ea3d29d9cf3115071) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/postbuild/bic/tst_bic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 92abc651..221377d8 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -330,6 +330,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("StdVideo*"));
/* vtable churn */
bic.addBlacklistedClass(QLatin1String("QNativeInterface::QEGLContext"));
+ bic.addBlacklistedClass(QLatin1String("QNativeInterface::QWaylandApplication"));
/* deliberately removed */
bic.addBlacklistedClass(QLatin1String("QNativeInterface::QSGVulkanTexture*"));
/* deliberately added in a patch release */