diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-05-27 10:00:01 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-05-27 10:00:01 (GMT) |
commit | 0d819337435487a84e274714a759eb4bda24f942 (patch) | |
tree | 0f8e086cc57838164b86b3b52b1e9376b16149b5 /tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp | |
parent | 448d7d5702e90e21e1effe2ff460a48aa4a0b7d2 (diff) | |
download | Qt-0d819337435487a84e274714a759eb4bda24f942.zip Qt-0d819337435487a84e274714a759eb4bda24f942.tar.gz Qt-0d819337435487a84e274714a759eb4bda24f942.tar.bz2 |
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.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp b/tests/auto/qscriptv8testsuite/tst_qscriptv8testsuite.cpp index 435af41..5811938 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 |