author | moz-wptsync-bot <wptsync@mozilla.com> |
Wed, 22 Apr 2020 19:36:29 +0000 | |
changeset 527575 | 4cdada5d87dffd05db728efe8e1c5d43bc6cd7f8 |
parent 527574 | fb45c867b69d09c119cf38ccdcd0844066d4ebf8 |
child 527576 | e4f2dd72c208f41d4cccb483eeead7523e60e0fc |
push id | 37368 |
push user | btara@mozilla.com |
push date | Fri, 01 May 2020 21:45:51 +0000 |
treeherder | mozilla-central@0f9c5a59e45d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1631923, 23151 |
milestone | 77.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked.html.ini +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_getCoalescedEvents_when_pointerlocked.html.ini @@ -1,11 +1,11 @@ [pointerevent_getCoalescedEvents_when_pointerlocked.html] [mouse pointermove getCoalescedEvents when lock test] expected: - if (os == "win") and not fission and debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"] - if (os == "win") and not fission and not debug and not webrender and (processor == "x86_64"): ["FAIL", "PASS"] - if (os == "linux") and webrender and debug and not fission: ["FAIL", "PASS"] - if (os == "linux") and webrender and not debug: ["FAIL", "PASS"] - if (os == "linux") and not webrender and debug: ["FAIL", "PASS"] - if (os == "win") and fission: ["FAIL", "PASS"] + if not fission and (os == "win") and (processor == "x86_64") and not debug and not webrender: [PASS, FAIL] + if not fission and (os == "win") and (processor == "x86_64") and debug and webrender: [PASS, FAIL] + if not fission and (os == "linux") and (processor == "x86_64") and debug and webrender: [PASS, FAIL] + if (os == "win") and (processor == "x86_64") and not fission and debug and not webrender: [FAIL, PASS] + if (os == "linux") and debug and not webrender: [FAIL, PASS] + if (os == "win") and (processor == "x86_64") and fission: [FAIL, PASS] [PASS, FAIL]
--- a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini @@ -1,7 +1,9 @@ [pointerevent_movementxy_with_pointerlock.html] [mouse pointerevent movementX/Y with pointerlock test] expected: - if debug and webrender and (os == "linux") and not fission: ["FAIL", "PASS"] - if not debug and not webrender and (os == "win") and (processor == "x86_64"): ["FAIL", "PASS"] + if (os == "win") and not webrender and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "linux") and not webrender and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "linux") and debug and not webrender: [FAIL, PASS] + if (os == "win") and debug and webrender: [FAIL, PASS] [PASS, FAIL]
--- a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_pointermove_on_chorded_mouse_button_when_locked.html.ini @@ -1,7 +1,7 @@ [pointerevent_pointermove_on_chorded_mouse_button_when_locked.html] [pointer locked pointermove events received for button state changes] expected: - if (os == "linux") and not debug and not fission and (processor == "x86_64"): ["FAIL", "PASS"] - if (os == "linux") and debug: ["FAIL", "PASS"] + if (os == "linux") and debug and webrender: [FAIL, PASS] + if (os == "linux") and debug and not webrender: [FAIL, PASS] [PASS, FAIL]