From d3a8b7db503ec8dc31496bff4c3c6334d95583c4 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 10 Aug 2012 13:18:54 +0200 Subject: 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 --- tests/auto/cmake/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/auto/cmake/CMakeLists.txt') diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt index 99150f2f55..1fe6ed14c4 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. -- cgit v1.2.3