summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-09-28 10:00:35 +0200
committerUlf Hermann <ulf.hermann@qt.io>2022-10-14 08:17:40 +0200
commitf2d1df63b079ecbaa17d68fcd64d0a78a41a0a4d (patch)
tree0d9474bcd8e949f86743721440af01cd6b2197d4 /tests
parent361fa01d72e413be91482450c48314cd41a7f3fd (diff)
Add TypedFunction to BIC blacklist
It's the same as AOTCompiledFunction. Change-Id: Ib78e7f9831617347fafde0d7f2d8bf78e861ed17 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests')
-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 8daf0843..09b96231 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -303,6 +303,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* this class is not used in a way that requires its size to be stable,
but it has grown between releases */
bic.addBlacklistedClass(QLatin1String("QQmlPrivate::AOTCompiledFunction"));
+ bic.addBlacklistedClass(QLatin1String("QQmlPrivate::TypedFunction"));
/* according to Thiago this is a false positive */
bic.addBlacklistedClass(QLatin1String("QLoggingCategory::AtomicBools"));