RESOLVED FIXED197586
iOS JSC tests frequently exiting with exception after stress/json-stringify-string-builder-overflow.js.no-cjit-validate-phases
https://bugs.webkit.org/show_bug.cgi?id=197586
Summary iOS JSC tests frequently exiting with exception after stress/json-stringify-s...
Michael Saboff
Reported 2019-05-03 16:18:55 PDT
This test uses lots of memory. We should restrict where we run it and if we do run it, e don't need to run all configurations.
Attachments
Patch (1.19 KB, patch)
2019-05-03 16:22 PDT, Michael Saboff
keith_miller: review+
keith_miller: commit-queue-
Michael Saboff
Comment 1 2019-05-03 16:19:09 PDT
Michael Saboff
Comment 2 2019-05-03 16:22:34 PDT
Keith Miller
Comment 3 2019-05-03 16:27:14 PDT
Comment on attachment 369015 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369015&action=review r=me with change. > JSTests/stress/json-stringify-string-builder-overflow.js:4 > //@ skip if $architecture != "arm64" and $architecture != "x86-64" Can we remove this line since it doesn't do anything.
Michael Saboff
Comment 4 2019-05-03 16:31:47 PDT
(In reply to Keith Miller from comment #3) > Comment on attachment 369015 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=369015&action=review > > r=me with change. > > > JSTests/stress/json-stringify-string-builder-overflow.js:4 > > //@ skip if $architecture != "arm64" and $architecture != "x86-64" > > Can we remove this line since it doesn't do anything. I'll move this above the //@ lines I added.
Michael Saboff
Comment 5 2019-05-03 16:34:54 PDT
Note You need to log in before you can comment on or make changes to this bug.