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 10:51:12 +0000
commitcc8a7cd45820cf451b39a954b72328043216c820 (patch)
treec4987491da76e2423ece3d173193453c197b4218
parentf5e997580dc532cb3479f55f2c601baff8b6eee0 (diff)
Blacklist a class that had a vtable addition6.9.3
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. 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> (cherry picked from commit cb1a6d4234448247ee8e080d2f8a12378a1a677a)
-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 8bae6a16..0310fccf 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 */