Skip to content

Commit de9512f

Browse files
authored
Update the JerryScript skiplist. (#242)
JSRemoteTest-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
1 parent 24fac56 commit de9512f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

jstest/testrunner/skiplist/jerryscript-test-descriptor.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
],
1818
"testfiles": [
1919
{ "name": "parser-oom.js", "reason": "Requires exactly 512KB memory." },
20+
{ "name": "parser-oom2.js", "reason": "There's not enough memory to run." },
2021
{ "name": "N.compact-profile-error.js", "reason": "Compact profile is not enabled." },
2122
{ "name": "regression-test-issue-1555.js", "reason": "There's not enough memory to run." },
2223
{ "name": "regression-test-issue-1997.js", "reason": "There's not enough memory to run." },
2324
{ "name": "regression-test-issue-2451.js", "reason": "There's not enough memory to run." },
2425
{ "name": "regression-test-issue-2452.js", "reason": "There's not enough memory to run." },
25-
{ "name": "regression-test-issue-2453.js", "reason": "There's not enough memory to run." }
26+
{ "name": "regression-test-issue-2453.js", "reason": "There's not enough memory to run." },
27+
{ "name": "regression-test-issue-2486.js", "reason": "There's not enough memory to run." }
2628
]
2729
},
2830
"enable": []
@@ -34,12 +36,14 @@
3436
],
3537
"testfiles": [
3638
{ "name": "parser-oom.js", "reason": "Requires exactly 512KB memory." },
39+
{ "name": "parser-oom2.js", "reason": "There's not enough memory to run." },
3740
{ "name": "N.compact-profile-error.js", "reason": "Compact profile is not enabled." },
3841
{ "name": "regression-test-issue-1555.js", "reason": "There's not enough memory to run." },
3942
{ "name": "regression-test-issue-1997.js", "reason": "There's not enough memory to run." },
4043
{ "name": "regression-test-issue-2451.js", "reason": "There's not enough memory to run." },
4144
{ "name": "regression-test-issue-2452.js", "reason": "There's not enough memory to run." },
42-
{ "name": "regression-test-issue-2453.js", "reason": "There's not enough memory to run." }
45+
{ "name": "regression-test-issue-2453.js", "reason": "There's not enough memory to run." },
46+
{ "name": "regression-test-issue-2486.js", "reason": "There's not enough memory to run." }
4347
]
4448
},
4549
"enable": []

0 commit comments

Comments
 (0)