summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2019-06-11 11:11:36 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2019-06-11 11:12:48 +0200
commit42e9955d36579a9f0130e9e8059cdcd042cc5bcb (patch)
treebcaf35c5d7551a6b1b5e33f059ec453dec245cc2 /tests
parent305f198ccf65a28cfd8d2e563b41510c8365bcfa (diff)
Blacklist bic test for RegisterSingletonType (contains version field)
Change-Id: I3cc4e0fb53f06e7c950a615d4a9e48aabf1cbc10 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/postbuild/bic/tst_bic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 5bf20c64..94e210d7 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -313,8 +313,9 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* This structure is semi-private and should never shrink */
bic.addBlacklistedClass(QLatin1String("QVFbHeader"));
- /* This structure has a version field that allows extension */
+ /* Those structures have a version field that allows extension */
bic.addBlacklistedClass(QLatin1String("QDeclarativePrivate::RegisterType"));
+ bic.addBlacklistedClass(QLatin1String("QDeclarativePrivate::RegisterSingletonType"));
/* according to Thiago this is a false positive */
bic.addBlacklistedClass(QLatin1String("QLoggingCategory::AtomicBools"));