[Webkit-unassigned] [Bug 191375] New: 32-bit JSC test failure: stress/regexp-exec-effect-after-exception.js.default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 09:35:39 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191375

            Bug ID: 191375
           Summary: 32-bit JSC test failure:
                    stress/regexp-exec-effect-after-exception.js.default
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181107/fd0aed47/attachment-0001.html>


More information about the webkit-unassigned mailing list