summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-05-27 13:00:01 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-05-27 13:00:01 +0300
commit0d819337435487a84e274714a759eb4bda24f942 (patch)
tree0f8e086cc57838164b86b3b52b1e9376b16149b5 /tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
parent448d7d5702e90e21e1effe2ff460a48aa4a0b7d2 (diff)
Fixed qscriptv8testsuite test case out-of-memory crashes.
Increased qscriptv8testsuite max heap size and skipped two test cases on Symbian which demand too much memory.
Diffstat (limited to 'tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp')
-rw-r--r--tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
index 435af41385..5811938e3c 100644
--- a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
+++ b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp
@@ -256,6 +256,11 @@ tst_Suite::tst_Suite()
addTestExclusion("mul-exhaustive", "Demands too much memory on WinCE");
#endif
+#ifdef Q_OS_SYMBIAN
+ addTestExclusion("nested-repetition-count-overflow", "Demands too much memory on Symbian");
+ addTestExclusion("unicode-test", "Demands too much memory on Symbian");
+#endif
+
QVector<uint> *data = qt_meta_data_tst_Suite();
// content:
*data << 1 // revision