Closed Bug 1707390 Opened 3 years ago Closed 2 years ago

Intermittent /webdriver/tests/set_window_rect/set.py | test_negative_x_y - assert 100 <= 0

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure)

Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=337626385&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MJIHwt3MS4yoheArxdDx5w/runs/1/artifacts/public/logs/live_backing.log


[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO - TEST-PASS | /webdriver/tests/set_window_rect/set.py | test_x_y 
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/set_window_rect/set.py | test_negative_x_y - assert 100 <= 0
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO - session = <Session 495f64f2-a0d6-4fc9-8b3b-f9ad3e124e58>
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO - 
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -     def test_negative_x_y(session):
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -         original = session.window.rect
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -     
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -         response = set_window_rect(session, {"x": - 8, "y": - 8})
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -     
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -         os = session.capabilities["platformName"]
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -         # certain WMs prohibit windows from being moved off-screen
[task 2021-04-24T17:38:27.719Z] 17:38:27     INFO -         if os == "linux":
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO -             rect = assert_success(response)
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - >           assert rect["x"] <= 0
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - E           assert 100 <= 0
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - 
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - original   = {'height': 600, 'width': 800, 'x': 100, 'y': 100}
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - os         = 'linux'
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - rect       = {'height': 600, 'width': 800, 'x': 100, 'y': 100}
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - response   = <Responsetatus=200 body={"value": {"x": 100, "y": 100, "width": 800, "height": 600}}>
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - session    = <Session 495f64f2-a0d6-4fc9-8b3b-f9ad3e124e58>
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - 
[task 2021-04-24T17:38:27.720Z] 17:38:27     INFO - tests/web-platform/tests/webdriver/tests/set_window_rect/set.py:289: AssertionError
[task 2021-04-24T17:38:27.722Z] 17:38:27     INFO - ....
[task 2021-04-24T17:38:27.722Z] 17:38:27     INFO - TEST-OK | /webdriver/tests/set_window_rect/set.py | took 16006ms```
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 3 years ago3 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 3 years ago3 years ago
Resolution: --- → INCOMPLETE
Status: REOPENED → RESOLVED
Closed: 3 years ago2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---

In bug 1602701 we will re-enable more tests on Linux. For simplicity let it depend on it.

Depends on: 1602701
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → INCOMPLETE
Moving bug to Remote Protocol::Marionette component per bug 1815831.
Component: geckodriver → Marionette
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.