tests/auto/qdialog/tst_qdialog.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
--- a/tests/auto/qdialog/tst_qdialog.cpp	Fri Apr 16 15:50:13 2010 +0300
+++ b/tests/auto/qdialog/tst_qdialog.cpp	Mon May 03 13:17:34 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 {