Skip to content

Commit e396bbe

Browse files
rtakacsrobertsipka
authored andcommitted
Add some failing tests to the skiplist. (#217)
JSRemoteTest-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
1 parent 2ffd5ba commit e396bbe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

jstest/testrunner/jerryscript-skiplist.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
{ "name": "parser-oom.js", "reason": "Requires exactly 512KB memory." },
1616
{ "name": "N.compact-profile-error.js", "reason": "Compact profile is not enabled." },
1717
{ "name": "regression-test-issue-1555.js", "reason": "There's not enough memory to run." },
18-
{ "name": "regression-test-issue-1997.js", "reason": "There's not enough memory to run." }
18+
{ "name": "regression-test-issue-1997.js", "reason": "There's not enough memory to run." },
19+
{ "name": "regression-test-issue-2451.js", "reason": "There's not enough memory to run." },
20+
{ "name": "regression-test-issue-2452.js", "reason": "There's not enough memory to run." },
21+
{ "name": "regression-test-issue-2453.js", "reason": "There's not enough memory to run." }
1922
]
2023
},
2124
"artik053": {
@@ -26,7 +29,10 @@
2629
{ "name": "parser-oom.js", "reason": "Requires exactly 512KB memory." },
2730
{ "name": "N.compact-profile-error.js", "reason": "Compact profile is not enabled." },
2831
{ "name": "regression-test-issue-1555.js", "reason": "There's not enough memory to run." },
29-
{ "name": "regression-test-issue-1997.js", "reason": "There's not enough memory to run." }
32+
{ "name": "regression-test-issue-1997.js", "reason": "There's not enough memory to run." },
33+
{ "name": "regression-test-issue-2451.js", "reason": "There's not enough memory to run." },
34+
{ "name": "regression-test-issue-2452.js", "reason": "There's not enough memory to run." },
35+
{ "name": "regression-test-issue-2453.js", "reason": "There's not enough memory to run." }
3036
]
3137
}
3238
}

0 commit comments

Comments
 (0)