Closed
Bug 1499968
Opened 6 years ago
Closed 5 years ago
Green up wpt resource-timing directory on fennec
Categories
(Testing :: web-platform-tests, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: KWierso, Unassigned)
References
Details
Attachments
(1 file)
2.70 MB,
image/png
|
Details |
We have some FAILs and some TIMEOUTs: /resource-timing/resource_initiator_types.html FAIL http://web-platform.test:8000/resource-timing/resources/blue.png?id=picture-99x-img-srcset is not expected to be in the Resource Timing buffer - assert_unreached: Reached unreachable code test_fail/<@http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js:47:26 Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20 test@http://web-platform.test:8000/resources/testharness.js:544:21 wp_test@http://web-platform.test:8000/resource-timing/resources/webperftestharness.js:52:5 test_fail@http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js:47:5 test_resource_entries@http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js:70:13 perform_test@http://web-platform.test:8000/resource-timing/resource_initiator_types.html:138:5 check_finished@http://web-platform.test:8000/resource-timing/resource_initiator_types.html:31:9 step_timeout/<@http://web-platform.test:8000/resources/testharness.js:785:13 FAIL /resource-timing/resources/eventsource.py?id=eventsource is not expected to have duplicate entries - assert_unreached: Reached unreachable code test_fail/<@http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js:47:26 Test.prototype.step@http://web-platform.test:8000/resources/testharness.js:1561:20 test@http://web-platform.test:8000/resources/testharness.js:544:21 wp_test@http://web-platform.test:8000/resource-timing/resources/webperftestharness.js:52:5 test_fail@http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js:47:5 test_resource_entries@http://web-platform.test:8000/resource-timing/resources/webperftestharnessextension.js:63:21 perform_test@http://web-platform.test:8000/resource-timing/resource_initiator_types.html:138:5 check_finished@http://web-platform.test:8000/resource-timing/resource_initiator_types.html:31:9 step_timeout/<@http://web-platform.test:8000/resources/testharness.js:785:13 /resource-timing/resource_timing_buffer_full_eventually.html TIMEOUT Finite resource timing entries buffer size - Test timed out TIMEOUT /resource-timing/resource_timing_buffer_full_eventually.html
Reporter | ||
Comment 1•6 years ago
|
||
This is what happens in the emulator while the test is timing out. I guess something's not opening correctly?
Flags: needinfo?(james)
Comment 2•6 years ago
|
||
Yeah. I don't know what's going on here. I think valentin has worked on this code before and might have some insight into whether it's expected to work on android. It seems like the test that's timing out is appending a bunch of script elements, so it's not impossible that's causing some issue on android.
Flags: needinfo?(james) → needinfo?(valentin.gosu)
Comment 3•6 years ago
|
||
testing/web-platform/meta/resource-timing/resource_initiator_types.html.ini expects most of these tests to fail, and is disabled in verify mode... So I assume either the test is flaky, or our implementation racy.
Flags: needinfo?(valentin.gosu)
Updated•5 years ago
|
Priority: -- → P3
Reporter | ||
Comment 4•5 years ago
|
||
Mass-closing fennec wpt bugs as we're not going to be running wpt against fennec in the near future.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•