[Webkit-unassigned] [Bug 177563] New: [High Sierra] LayoutTest http/tests/xmlhttprequest/response-empty-arraybuffer.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 27 13:08:22 PDT 2017


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

            Bug ID: 177563
           Summary: [High Sierra] LayoutTest
                    http/tests/xmlhttprequest/response-empty-arraybuffer.h
                    tml is failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

LayoutTest http/tests/xmlhttprequest/response-empty-arraybuffer.html is failing

https://build.webkit.org/results/Apple%20High%20Sierra%20Debug%20WK1%20(Tests)/r222557%20(18)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fxmlhttprequest%2Fresponse-empty-arraybuffer.html

--- /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/http/tests/xmlhttprequest/response-empty-arraybuffer-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/http/tests/xmlhttprequest/response-empty-arraybuffer-actual.txt
@@ -8,9 +8,9 @@
 PASS Object.prototype.toString.call(request.response) is '[object ArrayBuffer]'
 PASS request.response.byteLength is 0
 Test that XMLHttpRequest.response returns an empty ArrayBuffer when received status is '304 not modified'.
-PASS request.status is 200
+FAIL request.status should be 200. Was 206.
 PASS Object.prototype.toString.call(request.response) is '[object ArrayBuffer]'
-PASS request.response.byteLength is 68
+FAIL request.response.byteLength should be 68. Was 3.
 PASS request2.status is 304
 PASS Object.prototype.toString.call(request2.response) is '[object ArrayBuffer]'
 PASS request2.response.byteLength is 0

-- 
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/20170927/80a01c4b/attachment.html>


More information about the webkit-unassigned mailing list