summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2023-08-01 13:32:42 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2023-08-01 13:56:38 +0300
commitd5f566bb6151e363a6add649e59f0633a77b704d (patch)
tree492c0e5d6e4ccd404249a6bbeab19f8df6ffe08a /tests
parentce4800fd31daf9d7633f85f0721085277c275cd1 (diff)
Blacklist an override addition done in a patch release
Task-number: QTBUG-115638 Change-Id: I7215fe7bceff1db0920222105dd5fc1dca2a939e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/postbuild/bic/tst_bic.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 6840f662..fe3df9ce 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -338,6 +338,9 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QSGMaterialShader::GraphicsPipelineState"));
/* intentionally removed */
bic.addBlacklistedClass(QLatin1String("QDeferredDeleteEvent"));
+
+ /* an override added in a patch release */
+ bic.addBlacklistedClass(QLatin1String("QDialogButtonBox"));
}
void tst_Bic::initTestCase()