From 12b6b12c99d19ed48a3a0e61aed8312f6a71c426 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Sun, 20 Dec 2020 20:52:06 +0200 Subject: Add InsignificantTests flag for Windows 7 mingw73-x86 tst_QWinJumpList::testRecent started to fail. Let's use InsignificantTests flag because We don't want to make Qt changes to this released branch and we need to merge few provisioning changes. Change-Id: Iabbca3256f9b9ab81d899edc2765a2acbcbd360e Reviewed-by: Jani Heikkinen --- coin/platform_configs/default.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml index 4b023c13..4d1d2ab0 100644 --- a/coin/platform_configs/default.yaml +++ b/coin/platform_configs/default.yaml @@ -5,6 +5,7 @@ - Template: 'qtci-windows-7-x86-3' Compiler: 'Mingw73' + Features: ['InsignificantTests'] Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++' - Template: 'qtci-windows-10-x86_64-16' -- cgit v1.2.3