diff options
| author | Ville Voutilainen <ville.voutilainen@qt.io> | 2025-09-21 23:36:27 +0300 |
|---|---|---|
| committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2025-09-22 10:51:39 +0000 |
| commit | 6f3001a50e346862768509a80e63579414a0ddfc (patch) | |
| tree | ac617b041442db7b05e4d76aaa9a5ac9018d592b | |
| parent | 9ed8b3dd83151346a7cb7b357a20dd6bac991ff2 (diff) | |
Blacklist a class that had a vtable addition6.10.0
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.cpp | 1 |
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 */ |
