New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 765116 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 3
Type: Bug



Sign in to add a comment

external/wpt/xhr/responsexml-document-properties.htm is failing

Project Member Reported by yhirano@chromium.org, Sep 14 2017

Issue description

But 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.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Sep 15 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f0df391184a1d84e44ca60159e9a83faab5d49d0

commit f0df391184a1d84e44ca60159e9a83faab5d49d0
Author: Yutaka Hirano <yhirano@chromium.org>
Date: Fri Sep 15 01:45:29 2017

Change bug for responsexml-document-properties.htm in TestExpectation

This CL also adds a comment for send-authentication-prompt-2-manual.htm
expectation entry.

Bug: 765116,  711493 
Change-Id: I0ec3b1228a18d089f805debf8cff3aaa3b346410
No-Try: True
Reviewed-on: https://chromium-review.googlesource.com/666860
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#502128}
[modify] https://crrev.com/f0df391184a1d84e44ca60159e9a83faab5d49d0/third_party/WebKit/LayoutTests/TestExpectations

Comment 2 by hayato@chromium.org, Sep 15 2017

Components: -Blink>DOM Blink
It looks we don't have a good bug component for XHR.
It's Blink>Network>XHR, but the bug looks more related to DOM than XHR.
Components: -Blink Blink>DOM
...so I'm adding Blink>DOM again.

Comment 5 by hayato@chromium.org, Sep 15 2017

Components: -Blink>DOM Blink>Loader
Yup, we chatted offline. Can loading team triage?
Labels: Hotlist-Interop
Status: Available (was: Untriaged)
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
Project Member

Comment 7 by sheriffbot@chromium.org, Sep 17

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
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
Status: Available (was: Untriaged)
Summary: external/wpt/xhr/responsexml-document-properties.htm is failing (was: external/wpt/XMLHttpRequest/responsexml-document-properties.htm is failing)
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.

Project Member

Comment 9 by bugdroid1@chromium.org, Nov 28

Sign in to add a comment