From a1ccbbafea2266d425f666783298b5a50784d72a Mon Sep 17 00:00:00 2001 From: Ville Voutilainen Date: Fri, 18 Nov 2022 01:32:06 +0200 Subject: Blacklist the offending QtPrivate class properly The blacklist isn't a regex in this case, so it needs to be an actual wildcard. Task-number: QTBUG-108470 Change-Id: Ia5f8375c9f9fae44dcc6350ca79c2273a33b61a4 Reviewed-by: Jani Heikkinen --- tests/postbuild/bic/tst_bic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp index c19964a..6ff0e27 100644 --- a/tests/postbuild/bic/tst_bic.cpp +++ b/tests/postbuild/bic/tst_bic.cpp @@ -229,7 +229,7 @@ tst_Bic::tst_Bic(const char *appFilePath) bic.addBlacklistedClass(QLatin1String("QDebug::Stream")); bic.addBlacklistedClass(QLatin1String("QtPrivate::StreamStateSaver")); bic.addBlacklistedClass(QLatin1String("QtPrivate::big_")); - bic.addBlacklistedClass(QLatin1String("QtPrivate::q_relocate_overlap_n_left_move")); + bic.addBlacklistedClass(QLatin1String("QtPrivate::q_relocate_overlap_n_left_move*")); /* Jambi-related classes in Designer */ bic.addBlacklistedClass(QLatin1String("QDesignerLanguageExtension")); -- cgit v1.2.1