summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-07-05 08:44:59 +0300
committerMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-07-05 08:52:05 +0000
commit3e8228ee7410c88ca20cc86e0a4120ceed14a9e8 (patch)
tree0bdbada77f89920e9a135236a1d253e4ea0c6c4a /tests
parente16c6bc1ec90a8603c3fb29797a1f73799456b40 (diff)
Blacklist QOpenGLFunctionsPrivate for bic tests
QOpenGLFunctionsPrivate is a private class and gives false positive fail in the binary compatibility tests. Task-number: QTBUG-61774 Change-Id: Ic344b22edb56507a1d87dac768b95767a693a359 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/postbuild/bic/tst_bic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index bd67cc26..7c91e813 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -240,6 +240,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QPointerBase"));
bic.addBlacklistedClass(QLatin1String("QOpenGLFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QOpenGLExtraFunctionsPrivate::Functions"));
+ bic.addBlacklistedClass(QLatin1String("QOpenGLExtraFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QGLFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QDebug::Stream"));
bic.addBlacklistedClass(QLatin1String("QtPrivate::StreamStateSaver"));