summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2024-05-07 09:30:42 +0300
committerVille Voutilainen <ville.voutilainen@qt.io>2024-05-07 09:58:54 +0300
commit4c43424ea68f7c0584a9ef5becbc0e7e4623f326 (patch)
tree314bf40ea9a6662836677d0cc410dc823e4e6313 /tests
parentded34bd2aac02bf63c182b69c64a1d992198d473 (diff)
Blacklist ABI-unstable QJSListForInIterator and QJSListForOfIterator
Task-number: QTBUG-125038 Change-Id: I20b3880b53ccdd33b1aae6c1367097aacedd94ac Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests')
-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 2d7565de..5c05eb7c 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -346,6 +346,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* intentionally ABI-unstable */
bic.addBlacklistedClass(QLatin1String("QSignalSpy"));
bic.addBlacklistedClass(QLatin1String("QTest::*"));
+ bic.addBlacklistedClass(QLatin1String("QJSListForInIterator"));
+ bic.addBlacklistedClass(QLatin1String("QJSListForOfIterator"));
}
void tst_Bic::initTestCase()