Closed
Bug 1513299
Opened 7 years ago
Closed 7 years ago
Intermittent TinderboxPrint: Per-test run of .../FileAPI/url/sandboxed-iframe.html<br/>: FAILURE
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=216388315&repo=autoland
https://queue.taskcluster.net/v1/task/ERh2brboTISuilwUeAaRTg/runs/0/artifacts/public/logs/live_backing.log
[task 2018-12-11T17:12:09.245Z] 17:12:09 INFO - ### /FileAPI/url/sandboxed-iframe.html ###
[task 2018-12-11T17:12:09.246Z] 17:12:09 INFO - | Subtest | Results | Messages |
[task 2018-12-11T17:12:09.247Z] 17:12:09 INFO - |-------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------|
[task 2018-12-11T17:12:09.247Z] 17:12:09 INFO - | | OK | |
[task 2018-12-11T17:12:09.248Z] 17:12:09 INFO - | `Generated Blob URLs are unique` | PASS | |
[task 2018-12-11T17:12:09.249Z] 17:12:09 INFO - | `Blob URL starts with "blob:"` | PASS | |
[task 2018-12-11T17:12:09.250Z] 17:12:09 INFO - | `Blob URL starts with "blob:" for Files` | PASS | |
[task 2018-12-11T17:12:09.250Z] 17:12:09 INFO - | `Origin of Blob URL matches our origin` | PASS | |
[task 2018-12-11T17:12:09.251Z] 17:12:09 INFO - | `Blob URL parses correctly` | PASS | |
[task 2018-12-11T17:12:09.252Z] 17:12:09 INFO - | `Origin of Blob URL matches our origin for Files` | PASS | |
[task 2018-12-11T17:12:09.253Z] 17:12:09 INFO - | `Blob URLs can be used in XHR` | PASS | |
[task 2018-12-11T17:12:09.253Z] 17:12:09 INFO - | `XHR with a fragment should succeed` | PASS | |
[task 2018-12-11T17:12:09.254Z] 17:12:09 INFO - | `XHR of a revoked URL should fail` | PASS | |
[task 2018-12-11T17:12:09.255Z] 17:12:09 INFO - | `Only exact matches should revoke URLs, using XHR` | FAIL | `promise_test: Unhandled rejection with value: "Got unexpected error event"` |
[task 2018-12-11T17:12:09.255Z] 17:12:09 INFO - | `Appending a query string should cause XHR to fail` | FAIL | `assert_equals: expected 0 but got 200` |
[task 2018-12-11T17:12:09.256Z] 17:12:09 INFO - | `Appending a path should cause XHR to fail` | PASS | |
[task 2018-12-11T17:12:09.256Z] 17:12:09 INFO - | `XHR with method "HEAD" should fail` | PASS | |
[task 2018-12-11T17:12:09.257Z] 17:12:09 INFO - | `XHR with method "POST" should fail` | PASS | |
[task 2018-12-11T17:12:09.257Z] 17:12:09 INFO - | `XHR with method "DELETE" should fail` | PASS | |
[task 2018-12-11T17:12:09.258Z] 17:12:09 INFO - | `XHR with method "OPTIONS" should fail` | PASS | |
[task 2018-12-11T17:12:09.259Z] 17:12:09 INFO - | `XHR with method "PUT" should fail` | PASS | |
[task 2018-12-11T17:12:09.259Z] 17:12:09 INFO - | `XHR with method "CUSTOM" should fail` | PASS | |
[task 2018-12-11T17:12:09.260Z] 17:12:09 INFO - | `XHR should return Content-Type from Blob` | PASS | |
[task 2018-12-11T17:12:09.262Z] 17:12:09 INFO - | `Revoke blob URL after open(), will fetch` | PASS | |
[task 2018-12-11T17:12:09.262Z] 17:12:09 INFO - | `Blob URLs can be used in fetch` | PASS | |
[task 2018-12-11T17:12:09.263Z] 17:12:09 INFO - | `fetch with a fragment should succeed` | PASS | |
[task 2018-12-11T17:12:09.264Z] 17:12:09 INFO - | `fetch of a revoked URL should fail` | PASS | |
[task 2018-12-11T17:12:09.264Z] 17:12:09 INFO - | `Only exact matches should revoke URLs, using fetch` | FAIL | `promise_test: Unhandled rejection with value: object "TypeError: NetworkError when attempting to fetch resource."` |
[task 2018-12-11T17:12:09.265Z] 17:12:09 INFO - | `Appending a query string should cause fetch to fail` | FAIL | `assert_unreached: Should have rejected: undefined Reached unreachable code` |
[task 2018-12-11T17:12:09.266Z] 17:12:09 INFO - | `Appending a path should cause fetch to fail` | PASS | |
[task 2018-12-11T17:12:09.267Z] 17:12:09 INFO - | `fetch with method "HEAD" should fail` | PASS | |
[task 2018-12-11T17:12:09.269Z] 17:12:09 INFO - | `fetch with method "POST" should fail` | PASS | |
[task 2018-12-11T17:12:09.269Z] 17:12:09 INFO - | `fetch with method "DELETE" should fail` | PASS | |
[task 2018-12-11T17:12:09.270Z] 17:12:09 INFO - | `fetch with method "OPTIONS" should fail` | PASS | |
[task 2018-12-11T17:12:09.271Z] 17:12:09 INFO - | `fetch with method "PUT" should fail` | PASS | |
[task 2018-12-11T17:12:09.272Z] 17:12:09 INFO - | `fetch with method "CUSTOM" should fail` | PASS | |
[task 2018-12-11T17:12:09.273Z] 17:12:09 INFO - | `fetch should return Content-Type from Blob` | PASS | |
[task 2018-12-11T17:12:09.274Z] 17:12:09 INFO - | `Revoke blob URL after creating Request, will fetch` | FAIL | `promise_test: Unhandled rejection with value: object "TypeError: NetworkError when attempting to fetch resource."` |
[task 2018-12-11T17:12:09.274Z] 17:12:09 INFO - | `Revoke blob URL after calling fetch, fetch should succeed` | PASS | |
[task 2018-12-11T17:12:09.275Z] 17:12:09 INFO -
[task 2018-12-11T17:12:09.276Z] 17:12:09 INFO - ## Slow tests ##
[task 2018-12-11T17:12:09.277Z] 17:12:09 INFO -
[task 2018-12-11T17:12:09.277Z] 17:12:09 INFO - | Test | Result | Longest duration (ms) | Timeout (ms) |
[task 2018-12-11T17:12:09.278Z] 17:12:09 INFO - |--------------------------------------|--------|-----------------------|--------------|
[task 2018-12-11T17:12:09.279Z] 17:12:09 INFO - | `/FileAPI/url/sandboxed-iframe.html` | `OK` | `8332` | `10000` |
[task 2018-12-11T17:12:09.279Z] 17:12:09 INFO -
[task 2018-12-11T17:12:09.280Z] 17:12:09 INFO - ::: Running tests in a loop 10 times : FAIL
[task 2018-12-11T17:12:09.281Z] 17:12:09 INFO - :::
[task 2018-12-11T17:12:09.281Z] 17:12:09 ERROR - ::: Test verification FAIL
[task 2018-12-11T17:12:09.282Z] 17:12:09 INFO - :::
[task 2018-12-11T17:12:09.655Z] 17:12:09 ERROR - Return code: 1
[task 2018-12-11T17:12:09.656Z] 17:12:09 ERROR - # TBPL FAILURE #
[task 2018-12-11T17:12:09.657Z] 17:12:09 WARNING - setting return code to 2
[task 2018-12-11T17:12:09.657Z] 17:12:09 ERROR - TinderboxPrint: Per-test run of .../FileAPI/url/sandboxed-iframe.html<br/>: FAILURE
| Comment hidden (Intermittent Failures Robot) |
Comment 2•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•