summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-04-20 14:06:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-20 15:48:15 +0200
commite7da3a104cc95891ca76e7c58dfbfdcba8659996 (patch)
treec3c8d8abebd7f2407472aaf8688f073482b80146 /src/plugins/platforms/windows
parent7742b2c97c0a5a9044ffeb3ad615c710ff44e563 (diff)
Disable the tst_exceptionsafety_others test completely.
QObject is no longer exception-safe and there's no one working on improving this, so let's not block innocent commits because of this failure. QObjectPrivate's constructor initialises the QObjectPrivate::threadData member to null, but the destructor dereferences it unconditionally (the member is initialised in the QObject constructor). That means QObjectPrivate is not exception-safe by any definition and, so, anything depending on QObject is not exception-safe. Change-Id: If9d5004630b7ce2fb357e328627794caad67564f Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'src/plugins/platforms/windows')
0 files changed, 0 insertions, 0 deletions