зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664497 - Adjust test expectations for OSX with no EDID dongle. r=bc,preferences-reviewers,marionette-reviewers,whimboo,Gijs
Adjust test expectations for OSX with no EDID dongle. Differential Revision: https://phabricator.services.mozilla.com/D89934
This commit is contained in:
Родитель
eda9179372
Коммит
26804c202e
|
@ -31,4 +31,5 @@ support-files =
|
|||
skip-if = os == 'mac' && !debug #1648813
|
||||
[browser_text_basics.js]
|
||||
[browser_text_input.js]
|
||||
skip-if = os == 'mac' && debug # Bug 1664577
|
||||
[browser_rotor.js]
|
||||
|
|
|
@ -38,6 +38,7 @@ skip-if = (os == 'win' && (processor == "x86_64" || processor == "aarch64")) # B
|
|||
[browser_bug1018066_resetScrollPosition.js]
|
||||
[browser_bug1020245_openPreferences_to_paneContent.js]
|
||||
[browser_bug1184989_prevent_scrolling_when_preferences_flipped.js]
|
||||
skip-if = os == "mac" # 1664576
|
||||
support-files =
|
||||
browser_bug1184989_prevent_scrolling_when_preferences_flipped.xhtml
|
||||
[browser_bug1547020_lockedDownloadDir.js]
|
||||
|
|
|
@ -49,6 +49,7 @@ expected = fail
|
|||
[test_window_close_chrome.py]
|
||||
[test_window_close_content.py]
|
||||
[test_window_rect.py]
|
||||
|
||||
[test_window_maximize.py]
|
||||
[test_window_status_content.py]
|
||||
[test_window_status_chrome.py]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[viewport-units-css2-001.html]
|
||||
[vh length applied to border-top-width]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||
if (os == "mac"): ["FAIL", "PASS"]
|
||||
if os == "android": PASS
|
||||
FAIL
|
||||
|
||||
[vmin length applied to border-top-width]
|
||||
expected:
|
||||
if (os == "mac") and not debug: ["FAIL", "PASS"]
|
||||
if (os == "mac"): ["FAIL", "PASS"]
|
||||
if os == "android": PASS
|
||||
FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
[open-features-negative-screenx-screeny.html]
|
||||
[features "screeny=-204.5" should NOT set "top=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screeny=-0" should NOT set "top=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screenx=-204" should NOT set "left=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screenx=-204.5" should NOT set "left=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screenx=-0" should NOT set "left=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
|
@ -0,0 +1,25 @@
|
|||
[open-features-negative-top-left.html]
|
||||
[features "top=-204.5" should NOT set "top=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "top=-0" should NOT set "top=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "left=-204" should NOT set "left=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "left=-204.5" should NOT set "left=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "left=-0" should NOT set "left=204"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
|
@ -1,6 +1,17 @@
|
|||
[open-features-non-integer-left.html]
|
||||
disabled:
|
||||
if webrender and not debug: bug 1425588
|
||||
|
||||
[features "left=_104" should NOT set "left=104"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "left=L104" should NOT set "left=104"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "left=105e1" should set "left=105"]
|
||||
expected:
|
||||
if (os == "android") and not e10s: FAIL
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
[open-features-non-integer-screenx.html]
|
||||
disabled:
|
||||
if webrender and not debug: bug 1425588
|
||||
|
||||
[features "screenx=_104" should NOT set "left=104"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screenx=L104" should NOT set "left=104"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screenx=105.5" should set "left=105"]
|
||||
expected:
|
||||
if (os == "android") and not e10s: FAIL
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
[open-features-non-integer-screeny.html]
|
||||
disabled:
|
||||
if webrender and not debug: bug 1425588
|
||||
|
||||
[features "screeny=_404" should NOT set "height=404"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screeny=L404" should NOT set "height=404"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "screeny=405^4" should set "height=405"]
|
||||
expected:
|
||||
if (os == "android") and not e10s: FAIL
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
[open-features-non-integer-top.html]
|
||||
disabled:
|
||||
if webrender and not debug: bug 1425588
|
||||
|
||||
[features "top=_104" should NOT set "top=104"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "top=L104" should NOT set "top=104"]
|
||||
expected:
|
||||
if (os == "mac"): ["PASS", "FAIL"]
|
||||
PASS
|
||||
|
||||
[features "top=105/5" should set "top=105"]
|
||||
expected:
|
||||
if (os == "android") and not e10s: FAIL
|
||||
|
|
Загрузка…
Ссылка в новой задаче