summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-08-17 18:25:39 +0200
committerDavid Boddie <dboddie@trolltech.com>2009-08-17 18:25:39 +0200
commit8309d2254d7ee08dfcfd230c21d1e4e1009dc405 (patch)
treea5d58a8028ce0617718913d7c642fdc86a555b3a /tests
parent81825ff81be025f596aff5561e2437e9081cf0a3 (diff)
parent9a2ccb7060da6c66b36d74cb9f550eb04b7fa5e6 (diff)
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qscriptenginedebugger/tst_qscriptenginedebugger.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qscriptenginedebugger/tst_qscriptenginedebugger.cpp b/tests/auto/qscriptenginedebugger/tst_qscriptenginedebugger.cpp
index 52216b061e..71cbbcf754 100644
--- a/tests/auto/qscriptenginedebugger/tst_qscriptenginedebugger.cpp
+++ b/tests/auto/qscriptenginedebugger/tst_qscriptenginedebugger.cpp
@@ -723,6 +723,9 @@ private:
void tst_QScriptEngineDebugger::multithreadedDebugging()
{
+#ifdef Q_OS_WINCE
+ QSKIP("This tests uses too much memory for Windows CE", SkipAll);
+#endif
ScriptEvaluator eval;
QThread thread;
eval.moveToThread(&thread);