summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2021-11-11 11:10:19 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2021-11-11 13:06:19 +0200
commit001a3b21d57ae6b89cd6de749b31e1b865d31ee8 (patch)
tree5abfd59957284f636e1308273a14512b9ebfba37 /tests/postbuild
parent4fdc1eedd663d2213b99e728003dc4aa28134d17 (diff)
Don't bic-test QEGLContext
Pick-to: master Change-Id: I1e988859d49d071bd07d61c78c275668a8c3718a Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'tests/postbuild')
-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 9e4bc4c0..16080b65 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -345,6 +345,8 @@ tst_Bic::tst_Bic(const char *appFilePath)
bic.addBlacklistedClass(QLatin1String("QBindingStatus"));
/* don't bic-test Vulkan types */
bic.addBlacklistedClass(QLatin1String("Vk*"));
+ /* vtable churn */
+ bic.addBlackListedClass(QLatin1String("QNativeInterface::QEGLContext"));
}
void tst_Bic::initTestCase()