From: Stephen Kelly Date: Fri, 10 Aug 2012 11:18:54 +0000 (+0200) Subject: Exclude the qplatformdefs CMake test on Windows. X-Git-Tag: v5.0.0-beta1~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3a8b7db503ec8dc31496bff4c3c6334d95583c4;p=profile%2Fivi%2Fqtbase.git Exclude the qplatformdefs CMake test on Windows. The fix for this failing test is not yet agreed to. Disable it to allow progress with the CI system while the fix is decided. Task-number: QTBUG-26869 Change-Id: Ia8089b8e66d750353e7c1c69597916af0d042856 Reviewed-by: Oswald Buddenhagen Reviewed-by: Rohan McGovern --- diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt index 99150f2..1fe6ed1 100644 --- a/tests/auto/cmake/CMakeLists.txt +++ b/tests/auto/cmake/CMakeLists.txt @@ -59,7 +59,9 @@ expect_pass(test_dependent_modules) expect_fail(test_add_resource_options) expect_fail(test_wrap_cpp_options) expect_pass("test(needsquoting)dirname") -expect_pass(test_platform_defs_include) +if (NOT WIN32) + expect_pass(test_platform_defs_include) +endif() expect_pass(test_qtmainwin_library) # If QtDBus has been installed then run the tests for its macros.