Don't try to run exceptionsafety_objects test by default on windows.
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 18 Apr 2011 07:21:03 +0000 (17:21 +1000)
committerRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 18 May 2011 00:46:40 +0000 (10:46 +1000)
This test relies on some API specific to MSVC's debug runtime, which is
not always guaranteed to be available.

Change-Id: Ib0ae4694ad51f59198dadfce802f0dfdf0522002
Reviewed-by: Rohan McGovern
(cherry picked from commit 01dfb9ca25bfaec5784f404dcd4bf41bbc2b6fcb)

tests/auto/other.pro

index 2a24cb5..0b49d29 100644 (file)
@@ -3,7 +3,6 @@
 
 TEMPLATE=subdirs
 SUBDIRS=\
-           exceptionsafety_objects \
 #           baselineexample \ Just an example demonstrating qbaselinetest usage
            lancelot \
            qaccessibility \
@@ -56,6 +55,8 @@ symbian {
                qs60mainapplication
 }
 
+!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
+
 # Following tests depends on private API
 !contains(QT_CONFIG, private_tests): SUBDIRS -= \
            qcombobox \