diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2011-04-18 07:21:03 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2011-04-18 08:20:12 (GMT) |
commit | 01dfb9ca25bfaec5784f404dcd4bf41bbc2b6fcb (patch) | |
tree | 4cb8e4e465059b44b57afb9b53c5e53d5d46f7e2 /tests/auto/other.pro | |
parent | 3788a90338e9328710b9d3335a63fb85ab7d97fc (diff) | |
download | Qt-01dfb9ca25bfaec5784f404dcd4bf41bbc2b6fcb.zip Qt-01dfb9ca25bfaec5784f404dcd4bf41bbc2b6fcb.tar.gz Qt-01dfb9ca25bfaec5784f404dcd4bf41bbc2b6fcb.tar.bz2 |
Don't try to run exceptionsafety_objects test by default on windows.
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
Diffstat (limited to 'tests/auto/other.pro')
-rw-r--r-- | tests/auto/other.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro index 4d8ff4e..89f9e53 100644 --- a/tests/auto/other.pro +++ b/tests/auto/other.pro @@ -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 -= \ qcssparser \ |