RESOLVED FIXED 191375
32-bit JSC test failure: stress/regexp-compile-oom.js
https://bugs.webkit.org/show_bug.cgi?id=191375
Summary 32-bit JSC test failure: stress/regexp-compile-oom.js
Ryan Haddad
Reported 2018-11-07 09:35:39 PST
The following failure is seen on the 32-bit JSC test bot: Running stress/regexp-exec-effect-after-exception.js.default stress/regexp-compile-oom.js.default: Got the following failures: stress/regexp-compile-oom.js.default: Running () => { deepRE.exec("x"); }, expected OOM exception, but didn't get one stress/regexp-compile-oom.js.default: Running () => { deepRE.test("x"); }, expected OOM exception, but didn't get one stress/regexp-compile-oom.js.default: Running () => { "x".match(deepRE); }, expected OOM exception, but didn't get one stress/regexp-compile-oom.js.default: Running () => { "x".match(deepGlobalRE); }, expected OOM exception, but didn't get one stress/regexp-compile-oom.js.default: Running () => { "x".replace(deepGlobalRE, ""); }, expected OOM exception, but didn't get one stress/regexp-compile-oom.js.default: Running () => { "x".replace(deepGlobalRE, "X"); }, expected OOM exception, but didn't get one stress/regexp-compile-oom.js.default: Running () => { "x".replace(deepGlobalRE, () => { return "X" }); }, expected: "Error: Out of memory: Invalid regular expression: too many nested disjunctions" but got "RangeError: Maximum call stack size exceeded." stress/regexp-compile-oom.js.default: Running () => { "x".search(deepRE); }, expected OOM exception, but didn't get one stress/regexp-compile-oom.js.default: Exception: Got failures stress/regexp-compile-oom.js.default: ERROR: Unexpected exit code: 3 FAIL: stress/regexp-compile-oom.js.default https://build.webkit.org/builders/Apple%20High%20Sierra%2032-bit%20JSC%20%28BuildAndTest%29/builds/2854
Attachments
Patch (1.07 KB, patch)
2018-11-26 11:09 PST, Michael Saboff
no flags
Ryan Haddad
Comment 1 2018-11-08 13:37:24 PST
Updating title. It is stress/regexp-compile-oom.js.default that is failing.
Radar WebKit Bug Importer
Comment 2 2018-11-09 12:12:22 PST
Michael Saboff
Comment 3 2018-11-26 11:09:03 PST
Mark Lam
Comment 4 2018-11-26 11:10:41 PST
Comment on attachment 355657 [details] Patch rs=me
WebKit Commit Bot
Comment 5 2018-11-26 11:59:50 PST
Comment on attachment 355657 [details] Patch Clearing flags on attachment: 355657 Committed r238508: <https://trac.webkit.org/changeset/238508>
WebKit Commit Bot
Comment 6 2018-11-26 11:59:52 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.