From 42457c2f5fa4ee979e3e8faf89a46bac5b5093d1 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 29 Aug 2012 16:56:56 +1000 Subject: Temporarily mark ctest testcases as insignificant on Windows The deployment of cmake onto Windows test machines caused test failures with no changes to the code under test. Mark all the ctest tests as insignificant until the failures can be fixed. Change-Id: If0cd4001ae6ec49fd38b9e0f97dd5326fddae433 Reviewed-by: Stephen Kelly --- mkspecs/features/ctest_testcase.prf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkspecs/features/ctest_testcase.prf') diff --git a/mkspecs/features/ctest_testcase.prf b/mkspecs/features/ctest_testcase.prf index beca3eab0c..3924b3eeaa 100644 --- a/mkspecs/features/ctest_testcase.prf +++ b/mkspecs/features/ctest_testcase.prf @@ -44,6 +44,9 @@ isEmpty(CMAKE_VERSION) { } } +# tests not yet verified as working correctly on Windows +win32:CONFIG += insignificant_test + insignificant_test:!isEmpty(check.commands) { check.commands = -$${check.commands} } -- cgit v1.2.3