summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-08-10 13:18:54 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-18 10:55:47 +0200
commitd3a8b7db503ec8dc31496bff4c3c6334d95583c4 (patch)
treee21022254667c8c238a3f4fd2cef243d0b2ba654 /tests
parent4d9d88af6ff494f09cfbc376a1f9aa0ea9ca2357 (diff)
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 <oswald.buddenhagen@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/cmake/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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.