Bug 1809742 - Remove non_native_theme from mozinfo/web-platform metadata. r=dshin

Depends on D166601

Differential Revision: https://phabricator.services.mozilla.com/D166620
This commit is contained in:
Emilio Cobos Álvarez 2023-01-19 14:33:13 +00:00
Родитель af98bfc25a
Коммит 7d407cd676
15 изменённых файлов: 3 добавлений и 100 удалений

Просмотреть файл

@ -96,7 +96,6 @@ def build_dict(config, env=os.environ):
d["artifact"] = substs.get("MOZ_ARTIFACT_BUILDS") == "1"
d["ccov"] = substs.get("MOZ_CODE_COVERAGE") == "1"
d["cc_type"] = substs.get("CC_TYPE")
d["non_native_theme"] = True
d["domstreams"] = substs.get("MOZ_DOM_STREAMS") == "1"
d["isolated_process"] = (
substs.get("MOZ_ANDROID_CONTENT_SERVICE_ISOLATED_PROCESS") == "1"

Просмотреть файл

@ -36,7 +36,6 @@ run_infos = {
"early_beta_or_earlier": True,
"healthreport": True,
"nightly_build": True,
"non_native_theme": True,
"normandy": True,
"official": True,
"pgo": True,
@ -90,7 +89,6 @@ run_infos = {
"early_beta_or_earlier": True,
"healthreport": True,
"nightly_build": True,
"non_native_theme": True,
"normandy": True,
"official": True,
"pgo": False,
@ -144,7 +142,6 @@ run_infos = {
"early_beta_or_earlier": True,
"healthreport": True,
"nightly_build": True,
"non_native_theme": False,
"normandy": True,
"official": True,
"pgo": True,

Просмотреть файл

@ -1,4 +0,0 @@
[select-element-zero-height-002.html]
expected:
if os == "android" and not non_native_theme: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1596627

Просмотреть файл

@ -1,7 +1,4 @@
[stretch-input-in-column.html]
expected:
if (os == "mac") and not non_native_theme: FAIL
fuzzy:
if os == "android": maxDifference=0-7;totalPixels=0-8
maxDifference=0-3;totalPixels=0-1

Просмотреть файл

@ -1,3 +1,3 @@
[position-sticky-large-top-2.tentative.html]
fuzzy:
if non_native_theme and os == "win": maxDifference=0-1;totalPixels=0-17
if os == "win": maxDifference=0-1;totalPixels=0-17

Просмотреть файл

@ -2,6 +2,6 @@
expected:
if os == "mac": PASS
if os == "win": PASS
if os == "android" and non_native_theme: PASS
if os == "android": PASS
FAIL
bug: Test relies on on particular font metrics which are just right on Android.

Просмотреть файл

@ -2,4 +2,3 @@
bug: Text snapping differences between transformed and non-transformed content.
expected:
if os == "mac": FAIL
if (os == "android") and non_native_theme: PASS

Просмотреть файл

@ -2,4 +2,3 @@
bug: Text snapping differences between transformed and non-transformed content.
expected:
if os == "mac": FAIL
if (os == "android") and non_native_theme: PASS

Просмотреть файл

@ -1,30 +0,0 @@
[caret-color-013.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Test default caret-color]
expected:
if (os == "android") and not non_native_theme: FAIL
[Test caret-color: initial]
expected:
if (os == "android") and not non_native_theme: FAIL
[Test caret-color: inherit]
expected:
if (os == "android") and not non_native_theme: FAIL
[Test caret-color: auto]
expected:
if (os == "android") and not non_native_theme: FAIL
[Test caret-color: currentcolor]
expected:
if (os == "android") and not non_native_theme: FAIL
[Reset caret-color: initial]
expected:
if (os == "android") and not non_native_theme: FAIL
[Test caret-color: initial (inherited)]
expected:
if (os == "android") and not non_native_theme: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[webkit-appearance-progress-bar-002.html]
expected:
if (os == "win") and not non_native_theme: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[input-image-inline-alt.html]
expected:
if os == "android" and not non_native_theme: FAIL

Просмотреть файл

@ -1,37 +0,0 @@
[baseline-alignment-and-overflow.tentative.html]
[<input type="color" value="#000000" style="overflow: visible; appearance: none;">]
expected:
if not non_native_theme: FAIL
[<input type="color" value="#000000" style="overflow: hidden; appearance: none;">]
expected:
if not non_native_theme: FAIL
[<input type="color" value="#000000" style="overflow: scroll; appearance: none;">]
expected:
if not non_native_theme: FAIL
[<input type="submit" value="x" style="overflow: visible; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="submit" value="x" style="overflow: hidden; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="submit" value="x" style="overflow: scroll; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="reset" value="x" style="overflow: visible; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="reset" value="x" style="overflow: hidden; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="reset" value="x" style="overflow: scroll; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="button" value="x" style="overflow: visible; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="button" value="x" style="overflow: hidden; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL
[<input type="button" value="x" style="overflow: scroll; appearance: auto;">]
expected:
if os == "mac" and not non_native_theme: FAIL

Просмотреть файл

@ -1,6 +0,0 @@
[anonymous-button-content-box.html]
expected:
if os == "win": PASS
if os == "mac": PASS
if non_native_theme: PASS
FAIL

Просмотреть файл

@ -1,3 +1,3 @@
[inline-level.html]
fuzzy:
if os == "android" and non_native_theme: maxDifference=0-1;totalPixels=0-12
if os == "android": maxDifference=0-1;totalPixels=0-12

Просмотреть файл

@ -1,5 +0,0 @@
[propagate-text-decoration.html]
expected:
if os == "android" and not non_native_theme: FAIL
if os == "linux" and not non_native_theme: FAIL
PASS