Run test262-esnext tests with larger heap (#4337)

built-ins/RegExp/CharacterClassEscapes tests need more memory than 512Kb.
Additionally increase the timeout to make all tests pass on GitHub CI.

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
Csaba Osztrogonác
2020-11-16 11:52:35 +01:00
committed by GitHub
parent 32674f9733
commit c57938e0c7
3 changed files with 3 additions and 10 deletions
+2 -1
View File
@@ -108,7 +108,8 @@ TEST262_ES2015_TEST_SUITE_OPTIONS = [
# Test options for test262-esnext
TEST262_ESNEXT_TEST_SUITE_OPTIONS = [
Options('test262_tests_esnext', OPTIONS_PROFILE_ESNEXT + ['--line-info=on', '--error-messages=on']),
Options('test262_tests_esnext', OPTIONS_PROFILE_ESNEXT
+ ['--line-info=on', '--error-messages=on', '--mem-heap=20480']),
]
# Test options for jerry-debugger