Perma [Late Beta] /encoding/encodeInto.any.serviceworker.html | Unhandled rejection: ServiceWorker script at https://web-platform.test:8443/encoding/encodeInto.any.worker.js for scope https://... - when Gecko 76 merges to Beta on 2020-04-06
Categories
(Core :: Internationalization, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | unaffected |
firefox76 | + | verified |
People
(Reporter: NarcisB, Assigned: CosminS)
References
Details
Attachments
(1 file)
[Tracking Requested - why for this release]:
Central as Beta simulation:
https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=295729322&resultStatus=testfailed%2Cbusted%2Cexception%2Crunnable&revision=c1b0c9b891b041b8b1defe50b8bc053318a59bed
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=295729322&repo=try&lineNumber=3939
Log snippet:
[task 2020-04-01T10:59:34.356Z] 10:59:34 INFO - PID 11791 | [Child 12029, Main Thread] WARNING: '!window', file /builds/worker/checkouts/gecko/dom/cache/CacheStorage.cpp, line 573
[task 2020-04-01T10:59:34.404Z] 10:59:34 INFO - PID 11791 | [Parent 11791, Main Thread] WARNING: 'mProgress != Progress::ShutdownCompleted', file /builds/worker/checkouts/gecko/dom/serviceworkers/ServiceWorkerShutdownState.cpp, line 56
[task 2020-04-01T10:59:34.406Z] 10:59:34 INFO - PID 11791 | [Parent 11791, Main Thread] WARNING: '!aScriptEvaluationResult', file /builds/worker/checkouts/gecko/dom/serviceworkers/ServiceWorkerUpdateJob.cpp, line 454
[task 2020-04-01T10:59:34.406Z] 10:59:34 INFO - PID 11791 | [Parent 11791, Main Thread] WARNING: '!window', file /builds/worker/checkouts/gecko/dom/cache/CacheStorage.cpp, line 573
[task 2020-04-01T10:59:34.422Z] 10:59:34 INFO - PID 11791 | JavaScript error: , line 0: TypeError: ServiceWorker script at https://web-platform.test:8443/encoding/encodeInto.any.worker.js for scope https://web-platform.test:8443/encoding/does/not/exist threw an exception during script evaluation.
[task 2020-04-01T10:59:34.481Z] 10:59:34 INFO - TEST-UNEXPECTED-ERROR | /encoding/encodeInto.any.serviceworker.html | Unhandled rejection: ServiceWorker script at https://web-platform.test:8443/encoding/encodeInto.any.worker.js for scope https://web-platform.test:8443/encoding/does/not/exist threw an exception during script evaluation.
[task 2020-04-01T10:59:34.481Z] 10:59:34 INFO - TEST-INFO took 1412ms
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
hsivonen: Do you know what's making this behave differently on late beta? Should we just update the expectations for that case, or set a pref, or?
Comment 2•5 years ago
|
||
I don't know. encodeInto
should not depend on a pref. The test mentions SharedArrayBuffer
, which has potential pref relevance.
annevk, do we have known SAB pref differences between Nightly and Beta?
Comment 3•5 years ago
|
||
Yeah we do, see bug 1599496.
When I refactored this test to use https://web-platform.test:8443/common/sab.js I created this situation as that unconditionally invokes the WebAssembly.Memory constructor which still throws from late beta onward.
James, if it's easy for you to update expectations, I'd appreciate it.
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
•
|
||
Patch works in today's late beta sim: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=success%2Cpending%2Crunning%2Ctestfailed%2Cbusted%2Cexception&searchStr=wpt12&revision=6b298a7ef01660148cdcb73f11e9a481143da528
Comment 7•5 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
![]() |
||
Updated•5 years ago
|
Description
•