summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-07-05 10:10:46 +0300
committerMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-08-14 06:49:44 +0000
commitb6dbaed8d73ded89d28b1ffd41dacb97a0b62b1c (patch)
tree6fc402082262fd450fcce33e129b84589df9cf07 /tests
parentf2fea571b9e17dc31eff349f6b744603c670dcd6 (diff)
Blacklist QOperatingSystemVersion::HighSierra in tst_bic.cpp
According to Thiago QOperatingSystemVersion::HighSierra gives false positive fail in the binary compatibility tests and needs to be blacklisted. Change-Id: Idc2dc91f4c37902ae5019cb30d94c54a1df7489b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
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 0f1607c4..59f30c79 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -314,6 +314,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
/* according to Thiago this is a false positive */
bic.addBlacklistedClass(QLatin1String("QLoggingCategory::AtomicBools"));
+ bic.addBlacklistedClass(QLatin1String("QOperatingSystemVersion::HighSierra"));
+
/* according to Sean Harmer these are a false positive (qtbase/ea80316f) */
bic.addBlacklistedClass(QLatin1String("QOpenGLFunctions_1_1_DeprecatedBackend"));