[Webkit-unassigned] [Bug 173075] New: Restrict the regress-173035.js test to only run on Darwin x86-64.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 7 14:57:26 PDT 2017


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

            Bug ID: 173075
           Summary: Restrict the regress-173035.js test to only run on
                    Darwin x86-64.
           Product: WebKit
           Version: WebKit Local 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

This is because the 32-bit x86 build will fail to mmap the 0x3f900000 bytes that this test will require to succeed.  Here's an example of this failure:
https://build.webkit.org/builders/Apple%20Sierra%2032-bit%20JSC%20%28BuildAndTest%29/builds/866/steps/webkit-32bit-jsc-test/logs/stdio

Since the issue is due to allocation of a very large amount of memory, the test will probably fail on iOS and other platforms as well.  Hence, we should just skip this test for any platforms that is not Darwin x86-64.

-- 
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/20170607/7cf040fe/attachment.html>


More information about the webkit-unassigned mailing list