external/wpt/XMLHttpRequest/responsexml-document-properties.htm looks like it depends on events taking a certain amount of time, so it might just be ordinary flaky.
external/wpt/XMLHttpRequest/send-authentication-prompt-2-manual.htm is a manual test and should not be running on bots!
Assigning to qyearsley to get to the bottom of why manual tests are running on bots. Feel free to send it back to me.
For why manual tests are now being run on bots: There are some manual tests that we actually do want to run (where actions on the page are automated using JS injected by stuff in LayoutTests/external/wpt_automation).
So, we import and try to run manual tests. For manual tests that are not automated, we add expectations (either Skip, Timeout, or Fail) in TestExpectations. A bit more relevant context in bug 708241 .
So, passing it back to decide what to do :-D
Right now there are failure expectations: https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/TestExpectations?l=2735.
And, there are more failure expectations at: https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/TestExpectations?l=1885
Maybe for now we just want to reorganize those expectations so that it's clear what all of the XMLHttpRequest failures are, which tests have problems we intend to fix. For any tests that we don't care about and don't want to run (like maybe that -manual.html test), they could have [ WontFix ] lines added to NeverFixTests.
All recent results for all XMLHttpRequest tests on all platforms (page takes a while to load): https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_tests&tests=external/wpt/XMLHttpRequest
OK, the manual test looks manual.
The other test looks testing something related to DOM - so I filed a new bug 765116.
I'm closing this bug as WontFix.
Comment 1 by ricea@chromium.org
, Apr 14 2017Status: Assigned (was: Unconfirmed)