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 61edefc9..7979d66b 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -448,6 +448,9 @@ void tst_Bic::sizesAndVTables_data()
}
}
+ if (minor == 0) {
+ QSKIP("This is the first minor release in the major series, there is no binary compatibility reference data by definition.");
+ }
for (int i = 0, end = keys.size(); i < end; i++) {
QString key = keys.at(i);