summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2023-06-19 10:50:42 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2023-06-19 11:46:08 +0300
commitc5b9595cbf83d173b1ab79da76c7c0fe62b0c3ea (patch)
tree09b38603853312955256916ab46ae4aff369135d /tests/postbuild
parent5dbe9bb1d1b3638ca8885941b715b2a68cca6669 (diff)
Fix BiC test after an intentional remove
Task-number: QTBUG-114667 Change-Id: I0e8d33d20b92e5a43f538c719a6a28fd2cf89ba6 Reviewed-by: Fabian Kosmale <fabian.kosmale@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 db53b065..6840f662 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -336,6 +336,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QVulkanInstance"));
/* allowed to grow */
bic.addBlacklistedClass(QLatin1String("QSGMaterialShader::GraphicsPipelineState"));
+ /* intentionally removed */
+ bic.addBlacklistedClass(QLatin1String("QDeferredDeleteEvent"));
}
void tst_Bic::initTestCase()