external/wpt/xhr/responsexml-document-properties.htm is failing |
|||||||
Issue descriptionBut I don't think Blink>Network>XHR is the right component. It's testing responseXML.body and so on, so it's actually testing DOM implementation.
,
Sep 15 2017
It looks we don't have a good bug component for XHR.
,
Sep 15 2017
It's Blink>Network>XHR, but the bug looks more related to DOM than XHR.
,
Sep 15 2017
...so I'm adding Blink>DOM again.
,
Sep 15 2017
Yup, we chatted offline. Can loading team triage?
,
Sep 15 2017
I quickly run the test manually, and check failed reports.
* Summary
Found 24 tests, 18 Pass, 6 Fail.
* Failed results
domain:
assert_equals: expected (undefined) undefined but got (string) "web-platform.test"
at Test.<anonymous> (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:42:11)
at Test.step (http://web-platform.test:8000/resources/testharness.js:1485:25)
at test (http://web-platform.test:8000/resources/testharness.js:511:18)
at runTest (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:41:9)
at http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:37:9
body:
assert_equals: expected (undefined) undefined but got (object) null
at Test.<anonymous> (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:42:11)
at Test.step (http://web-platform.test:8000/resources/testharness.js:1485:25)
at test (http://web-platform.test:8000/resources/testharness.js:511:18)
at runTest (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:41:9)
at http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:37:9
images:
assert_equals: expected (undefined) undefined but got (object) object "[object HTMLCollection]"
at Test.<anonymous> (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:42:11)
at Test.step (http://web-platform.test:8000/resources/testharness.js:1485:25)
at test (http://web-platform.test:8000/resources/testharness.js:511:18)
at runTest (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:41:9)
at http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:37:9
forms:
assert_equals: expected (undefined) undefined but got (object) object "[object HTMLCollection]"
at Test.<anonymous> (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:42:11)
at Test.step (http://web-platform.test:8000/resources/testharness.js:1485:25)
at test (http://web-platform.test:8000/resources/testharness.js:511:18)
at runTest (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:41:9)
at http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:37:9
links:
assert_equals: expected (undefined) undefined but got (object) object "[object HTMLCollection]"
at Test.<anonymous> (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:42:11)
at Test.step (http://web-platform.test:8000/resources/testharness.js:1485:25)
at test (http://web-platform.test:8000/resources/testharness.js:511:18)
at runTest (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:41:9)
at http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:37:9
lastModified set to related HTTP header if provided:
assert_equals: expected 1505478236000 but got 1426874627000
at Test.<anonymous> (http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:89:9)
at Test.step (http://web-platform.test:8000/resources/testharness.js:1485:25)
at test (http://web-platform.test:8000/resources/testharness.js:511:18)
at http://web-platform.test:8000/XMLHttpRequest/responsexml-document-properties.htm:85:7
,
Sep 17
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 27
This test is now at external/wpt/xhr/responsexml-document-properties.htm and is still failing. This is a testharness.js-based test. FAIL domain assert_equals: expected (undefined) undefined but got (string) "web-platform.test" PASS URL PASS documentURI PASS baseURI PASS referrer PASS title PASS contentType PASS readyState PASS location PASS defaultView PASS body PASS doctype FAIL all assert_equals: expected undefined but got [object HTMLAllCollection] PASS cookie PASS Test document URL properties after redirect PASS Test document URL properties of document with <base> after redirect PASS lastModified set to time of response if no HTTP header provided FAIL lastModified set to related HTTP header if provided assert_equals: expected 1538024534000 but got 1516298138000 PASS cookie (after setting it) PASS styleSheets should be an object PASS implementation should be an object PASS images should be an object PASS forms should be an object PASS links should be an object Harness: the test ran to completion.
,
Nov 28
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2279723355177e3fc1315778b63d528d0760c330 commit 2279723355177e3fc1315778b63d528d0760c330 Author: Rob Buis <rbuis@igalia.com> Date: Wed Nov 28 15:45:28 2018 Allow overriding document.lastModified Allow overriding document.lastModified for standalone Documents. Behavior matches Firefox. Bug: 765116 Change-Id: I10006622f8866b5aa785e91cc17d2147f884950b Reviewed-on: https://chromium-review.googlesource.com/c/1344137 Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Rob Buis <rbuis@igalia.com> Cr-Commit-Position: refs/heads/master@{#611705} [modify] https://crrev.com/2279723355177e3fc1315778b63d528d0760c330/third_party/blink/renderer/core/dom/document.cc [modify] https://crrev.com/2279723355177e3fc1315778b63d528d0760c330/third_party/blink/renderer/core/dom/document.h [modify] https://crrev.com/2279723355177e3fc1315778b63d528d0760c330/third_party/blink/renderer/core/xmlhttprequest/xml_http_request.cc [modify] https://crrev.com/2279723355177e3fc1315778b63d528d0760c330/third_party/blink/web_tests/TestExpectations [add] https://crrev.com/2279723355177e3fc1315778b63d528d0760c330/third_party/blink/web_tests/external/wpt/xhr/responsexml-document-properties-expected.txt |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by bugdroid1@chromium.org
, Sep 15 2017