[Webkit-unassigned] [Bug 274883] New: Skip the stress/stack-overflow-in-scope-with-catch.js test on $memoryLimited devices.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 29 21:21:44 PDT 2024


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

            Bug ID: 274883
           Summary: Skip the stress/stack-overflow-in-scope-with-catch.js
                    test on $memoryLimited devices.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

$memoryLimited devices are capped by JSCTEST_memoryLimit to not use more that 600M of memory.  Otherwise, the jsc shell will voluntarily crash to prevent the test harness from being jetsam.

Meanwhile, stress/stack-overflow-in-scope-with-catch.js uses more than 600M of memory.  Hence, the test will always crash on $memoryLimited devices.  Just skip the test.

-- 
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/20240530/8df4a3f6/attachment-0001.htm>


More information about the webkit-unassigned mailing list