Intermittent /webdriver/tests/set_window_rect/set.py | test_x_y_floats - assert 0 == 420
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(firefox71 fixed)
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jhorak)
References
Details
(Keywords: intermittent-failure)
Filed by: malexandru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=271544875&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/Xdy1Z3SuSqy-SeC3GA5PfA/runs/0/artifacts/public/logs/live_backing.log
[task 2019-10-16T17:59:30.837Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_width_height_floats
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/set_window_rect/set.py | test_x_y_floats - assert 0 == 420
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - def test_x_y_floats(session):
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - response = set_window_rect(session, {"x": 0.5, "y": 420})
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - value = assert_success(response)
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - assert value["x"] == 0
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - > assert value["y"] == 420
[task 2019-10-16T17:59:30.838Z] 17:59:30 INFO - E assert 0 == 420
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - response = <Responsetatus=200 body={"value": {"y": 0, "x": 0, "height": 600, "width": 800}}>
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - value = {'height': 600, 'width': 800, 'x': 0, 'y': 0}
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.839Z] 17:59:30 INFO - tests/web-platform/tests/webdriver/tests/set_window_rect/set.py:93: AssertionError
[task 2019-10-16T17:59:30.846Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.846Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect12]
[task 2019-10-16T17:59:30.847Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect13]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect14]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect15]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect16]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect17]
[task 2019-10-16T17:59:30.848Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect18]
[task 2019-10-16T17:59:30.849Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_no_change[rect19]
[task 2019-10-16T17:59:30.849Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_fully_exit_fullscreen
[task 2019-10-16T17:59:30.850Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_restore_from_minimized
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/set_window_rect/set.py | test_restore_from_maximized - assert (800, 600) != (800, 600)
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - def test_restore_from_maximized(session):
[task 2019-10-16T17:59:30.851Z] 17:59:30 INFO - original_size = session.window.size
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - session.window.maximize()
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - > assert session.window.size != original_size
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - E assert (800, 600) != (800, 600)
[task 2019-10-16T17:59:30.852Z] 17:59:30 INFO - E + where (800, 600) = <webdriver.client.Window object at 0x7f2623b37090>.size
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - E + where <webdriver.client.Window object at 0x7f2623b37090> = <Session 9b0622ca-745d-42e4-b868-c6360925687e>.window
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - original_size = (800, 600)
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - session = <Session 9b0622ca-745d-42e4-b868-c6360925687e>
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.853Z] 17:59:30 INFO - tests/web-platform/tests/webdriver/tests/set_window_rect/set.py:161: AssertionError
[task 2019-10-16T17:59:30.855Z] 17:59:30 INFO -
[task 2019-10-16T17:59:30.856Z] 17:59:30 INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_height_width
Comment 1•6 years ago
|
||
This started to be a perma after bug: Bug 1565401 https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=271762680&searchStr=linux%2Cx64%2Cshippable%2Copt%2Cweb%2Cplatform%2Ctests%2Ctest-linux64-shippable%2Fopt-web-platform-tests-wdspec-headless-e10s-2%2Cw%28wdh2%29&revision=48951378e166b2a1e84c923681b29e0c3e59a9fb, got landed.
jhorak: can you please take a look?
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 5•6 years ago
|
||
No more failures since Friday. Has a follow-up patch been landed here which fixed the regression?
Comment 6•6 years ago
|
||
Permafails are fixed by bug 1589541 .
Comment 7•6 years ago
|
||
Thanks!
Comment 8•2 years ago
|
||
Description
•