branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
--- a/tests/auto/qdialog/tst_qdialog.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/tests/auto/qdialog/tst_qdialog.cpp Thu Apr 08 14:19:33 2010 +0300 @@ -464,8 +464,8 @@ void tst_QDialog::throwInExec() { -#ifdef Q_WS_MAC - QSKIP("Qt/Mac: Throwing exceptions in exec() is not supported.", SkipAll); +#if defined(Q_WS_MAC) || (defined(Q_WS_WINCE) && defined(_ARM_)) + QSKIP("Throwing exceptions in exec() is not supported on this platform.", SkipAll); #endif int caughtExceptions = 0; try {