Closed
Bug 1682521
Opened 5 years ago
Closed 5 years ago
Perma [tier2] mozilla/tests/binast/domain-restrict-excluded.https.html | Check we can't load BinAST if the host is excluded in the list - assert_equals: Didn't expect a load error event expected false but got true
Categories
(Core :: JavaScript Engine, defect, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox83 | --- | unaffected |
firefox84 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: arai)
Details
(Keywords: intermittent-failure)
Attachments
(1 file, 1 obsolete file)
Filed by: ccoroiu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=324544652&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/I3PkKU-CRuejvFsbpUHZ8w/runs/0/artifacts/public/logs/live_backing.log
task 2020-12-15T10:55:13.495Z] 10:55:13 INFO - TEST-TIMEOUT | /web-bundle/wbn-from-network/wbn-location.tentative.html | Location of a page in a Web Bundle - Test timed out
[task 2020-12-15T10:55:13.495Z] 10:55:13 INFO - TEST-UNEXPECTED-FAIL | /_mozilla/binast/domain-restrict-excluded.https.html | Check we can't load BinAST if the host is excluded in the list - assert_equals: Didn't expect a load error event expected false but got true
[task 2020-12-15T10:55:13.495Z] 10:55:13 INFO - @https://web-platform.test:8443/_mozilla/binast/domain-restrict-excluded.https.html:31:20
[task 2020-12-15T10:55:13.495Z] 10:55:13 INFO - Test.prototype.step@https://web-platform.test:8443/resources/testharness.js:2044:25
[task 2020-12-15T10:55:13.495Z] 10:55:13 INFO - Test.prototype.step_func_done/<@https://web-platform.test:8443/resources/testharness.js:2085:32
[task 2020-12-15T10:55:13.592Z] 10:55:13 INFO - TEST-OK | /_mozilla/binast/domain-restrict-excluded.https.html | took 563ms
[task 2020-12-15T10:55:13.942Z] 10:55:13 INFO - STDOUT: cleanup aborted: Unable to remount device
[task 2020-12-15T10:55:14.063Z] 10:55:14 INFO - STDOUT: cleanup aborted: Unable to remount device
[task 2020-12-15T10:55:14.065Z] 10:55:14 INFO - Closing logging queue
[task 2020-12-15T10:55:14.066Z] 10:55:14 INFO - queue closed
[task 2020-12-15T10:55:14.093Z] 10:55:14 INFO - Setting up ssl
[task 2020-12-15T10:55:14.116Z] 10:55:14 INFO - certutil | b''
[task 2020-12-15T10:55:14.142Z] 10:55:14 INFO - certutil | b''
[task 2020-12-15T10:55:14.168Z] 10:55:14 INFO - certutil | b'\nCertificate Nickname Trust Attributes\n SSL,S/MIME,JAR/XPI\n\nweb-platform-tests CT,, \n'
[task 2020-12-15T10:55:15.102Z] 10:55:15 INFO - adb Granting important runtime permissions to org.mozilla.geckoview.test
[task 2020-12-15T10:55:16.863Z] 10:55:16 WARNING - adb Unable to grant runtime permission android.permission.ACCESS_WIFI_STATE to org.mozilla.geckoview.test due to args: /builds/worker/fetches/android-sdk-linux/platform-tools/adb wait-for-device shell pm grant org.mozilla.geckoview.test android.permission.ACCESS_WIFI_STATE; echo adb_returncode=$?, exitcode: 1, stdout: Operation not allowed: java.lang.SecurityException: Permission android.permission.ACCESS_WIFI_STATE is not a changeable permission type
[task 2020-12-15T10:55:16.865Z] 10:55:16 INFO - adb launch_application: am start -W -n org.mozilla```
![]() |
||
Comment 1•5 years ago
|
||
Tooru, James, this started to fail with the latest merge to central.
status-firefox83:
--- → unaffected
status-firefox84:
--- → unaffected
status-firefox85:
--- → unaffected
status-firefox86:
--- → affected
status-firefox-esr78:
--- → unaffected
Component: General → JavaScript Engine
Flags: needinfo?(james)
Flags: needinfo?(arai.unmht)
Product: Testing → Core
Assignee | ||
Comment 2•5 years ago
|
||
looks like serve.py fails because of python3?
https://searchfox.org/mozilla-central/source/testing/web-platform/mozilla/tests/binast/serve.py
so far I think it needs to use six
https://hg.mozilla.org/try/rev/50ec81f3049521a0c6a5e341c51bd4221fd76e2b
but the failure still happens with it
https://treeherder.mozilla.org/jobs?repo=try&revision=86d0430096e12b50cda1456901dbb2961dd8c162
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Attachment #9193447 -
Attachment is obsolete: true
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/82f9e682eda5
Make binast/serve.py compatible with python3 - r=arai
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(arai.unmht)
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Flags: needinfo?(james)
You need to log in
before you can comment on or make changes to this bug.
Description
•