[Webkit-unassigned] [Bug 197437] New: Add memory-limited skipping to some tests generating very large strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 30 13:35:13 PDT 2019


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

            Bug ID: 197437
           Summary: Add memory-limited skipping to some tests generating
                    very large strings
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stephan.szabo at sony.com
                CC: lforschler at apple.com

These three tests showed up as failing on PlayStation due to failing allocations, they each seem to try to make a 1 gig or larger string with padEnd or repeat, so seem like they should also fail in other highly memory limited environments.

Some other tests doing similar things (such as stress/string-overflow-createError.js) have been marked skip if $memoryLimited.

-- 
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/20190430/a7b316f0/attachment.html>


More information about the webkit-unassigned mailing list