[Webkit-unassigned] [Bug 175589] New: LayoutTests: string formatting fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 11:25:11 PDT 2017


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

            Bug ID: 175589
           Summary: LayoutTests: string formatting fails
           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: jfbastien at apple.com
                CC: dbates at webkit.org, fpizlo at apple.com,
                    jfbastien at apple.com, keith_miller at apple.com,
                    lforschler at apple.com, mark.lam at apple.com,
                    msaboff at apple.com, sbarati at apple.com
        Depends on: 175579

In #175579 having this line hangs LayoutTests/tests/xmlhttprequest/gzip-content-type.html:
        log(`Content-Length: ${xhr.getResponseHeader('Content-Length')}`);
But having this works as expected:
        log(`Content Length: ${xhr.getResponseHeader('Content-Length')}`);

Note, the only change is dash versus space in the string.

This isn't related to string templates because this also fails:
        log('Content-Length: ' + xhr.getResponseHeader('Content-Length'));


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=175579
[Bug 175579] LayoutTests: test that an XMLHttpRequest with Content-Type: gzip is properly uncompressed
-- 
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/20170815/548df8ac/attachment.html>


More information about the webkit-unassigned mailing list