summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-07-04 11:17:00 +0300
committerLiang Qi <liang.qi@qt.io>2017-07-04 10:58:02 +0000
commite16c6bc1ec90a8603c3fb29797a1f73799456b40 (patch)
tree63bca7b059611ec9aef40e6cee8c97a5f43dedb1 /tests
parenta8269470a9e21f3e685f25c09e3a92f0ac6615d5 (diff)
Blacklist QOpenGLExtraFunctionsPrivate::Functions in tst_bic.cpp
Assuming something with 'private' in the class name is a false positive fail in the binary compatibility tests. Task-number: QTBUG-61774 Change-Id: Ic7a55f0cd07074e0d1999d779f7d9275378d8814 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 a1bbdd27..bd67cc26 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -239,6 +239,7 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QS60Style"));
bic.addBlacklistedClass(QLatin1String("QPointerBase"));
bic.addBlacklistedClass(QLatin1String("QOpenGLFunctionsPrivate"));
+ bic.addBlacklistedClass(QLatin1String("QOpenGLExtraFunctionsPrivate::Functions"));
bic.addBlacklistedClass(QLatin1String("QGLFunctionsPrivate"));
bic.addBlacklistedClass(QLatin1String("QDebug::Stream"));
bic.addBlacklistedClass(QLatin1String("QtPrivate::StreamStateSaver"));