summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/postbuild/bic/tst_bic.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index 0a2a0d56..2d7565de 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -343,6 +343,9 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QDialogButtonBox"));
/* likewise, an override added in another patch release */
bic.addBlacklistedClass(QLatin1String("QRasterWindow"));
+ /* intentionally ABI-unstable */
+ bic.addBlacklistedClass(QLatin1String("QSignalSpy"));
+ bic.addBlacklistedClass(QLatin1String("QTest::*"));
}
void tst_Bic::initTestCase()