Commit b2affe89 authored by Robert Ma's avatar Robert Ma Committed by Commit Bot

[blinkpy] Remove Android from the port list and all its expectations

Also add Fuschia to the port list (should have been done in
https://crrev.com/c/1640796).

Bug: 958017, 567947
Change-Id: I872e95652477f472fc1f54421b08425900dbc283
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1643840Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Robert Ma <robertma@chromium.org>
Auto-Submit: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666276}
parent 3266c8c4
...@@ -134,19 +134,13 @@ class Port(object): ...@@ -134,19 +134,13 @@ class Port(object):
('trusty', 'x86_64'), ('trusty', 'x86_64'),
('fuchsia', 'x86_64'), ('fuchsia', 'x86_64'),
# FIXME: Technically this should be 'arm', but adding a third
# architecture type breaks TestConfigurationConverter.
# If we need this to be 'arm' in the future, then we first have to
# fix TestConfigurationConverter.
('kitkat', 'x86'),
) )
CONFIGURATION_SPECIFIER_MACROS = { CONFIGURATION_SPECIFIER_MACROS = {
'mac': ['retina', 'mac10.10', 'mac10.11', 'mac10.12', 'mac10.13'], 'mac': ['retina', 'mac10.10', 'mac10.11', 'mac10.12', 'mac10.13'],
'win': ['win7', 'win10'], 'win': ['win7', 'win10'],
'linux': ['trusty'], 'linux': ['trusty'],
'android': ['kitkat'], 'fuschia': ['fuchsia'],
} }
# List of ports open on the host that the tests will connect to. When tests # List of ports open on the host that the tests will connect to. When tests
......
...@@ -24,7 +24,6 @@ fast/harness/results.html [ WontFix ] ...@@ -24,7 +24,6 @@ fast/harness/results.html [ WontFix ]
# Platform specific virtual test suites. # Platform specific virtual test suites.
[ Win ] virtual/linux-subpixel/ [ WontFix ] [ Win ] virtual/linux-subpixel/ [ WontFix ]
[ Mac ] virtual/linux-subpixel/ [ WontFix ] [ Mac ] virtual/linux-subpixel/ [ WontFix ]
[ Android ] virtual/linux-subpixel/ [ WontFix ]
# Chrome Win/Linux doesn't support emacs key-bindings. # Chrome Win/Linux doesn't support emacs key-bindings.
[ Win ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] [ Win ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ]
...@@ -60,7 +59,6 @@ fast/harness/results.html [ WontFix ] ...@@ -60,7 +59,6 @@ fast/harness/results.html [ WontFix ]
# Only maintain this for the latest macOS (and Retina is currently 10.12). # Only maintain this for the latest macOS (and Retina is currently 10.12).
[ Win ] fast/text/mac-system-ui-trak.html [ WontFix ] [ Win ] fast/text/mac-system-ui-trak.html [ WontFix ]
[ Linux ] fast/text/mac-system-ui-trak.html [ WontFix ] [ Linux ] fast/text/mac-system-ui-trak.html [ WontFix ]
[ Android ] fast/text/mac-system-ui-trak.html [ WontFix ]
[ Mac10.10 ] fast/text/mac-system-ui-trak.html [ WontFix ] [ Mac10.10 ] fast/text/mac-system-ui-trak.html [ WontFix ]
[ Mac10.11 ] fast/text/mac-system-ui-trak.html [ WontFix ] [ Mac10.11 ] fast/text/mac-system-ui-trak.html [ WontFix ]
[ Mac10.12 ] fast/text/mac-system-ui-trak.html [ WontFix ] [ Mac10.12 ] fast/text/mac-system-ui-trak.html [ WontFix ]
...@@ -71,9 +69,6 @@ fast/harness/results.html [ WontFix ] ...@@ -71,9 +69,6 @@ fast/harness/results.html [ WontFix ]
[ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ]
[ Mac ] fast/forms/select-popup [ WontFix ] [ Mac ] fast/forms/select-popup [ WontFix ]
# Android has a different popup menu implementation.
[ Android ] fast/forms/select-popup [ WontFix ]
# These tests are specific to Windows and Linux. # These tests are specific to Windows and Linux.
[ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ]
[ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ] [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ]
...@@ -121,12 +116,10 @@ fast/harness/results.html [ WontFix ] ...@@ -121,12 +116,10 @@ fast/harness/results.html [ WontFix ]
# AAT/mortx shaping not supported on platforms other than Mac # AAT/mortx shaping not supported on platforms other than Mac
[ Linux ] fast/text/aat-morx.html [ WontFix ] [ Linux ] fast/text/aat-morx.html [ WontFix ]
[ Win ] fast/text/aat-morx.html [ WontFix ] [ Win ] fast/text/aat-morx.html [ WontFix ]
[ Android ] fast/text/aat-morx.html [ WontFix ]
# AAT Small Caps test not supported on platforms other than Mac 10.13. # AAT Small Caps test not supported on platforms other than Mac 10.13.
[ Linux ] fast/text/small-caps-aat.html [ WontFix ] [ Linux ] fast/text/small-caps-aat.html [ WontFix ]
[ Win ] fast/text/small-caps-aat.html [ WontFix ] [ Win ] fast/text/small-caps-aat.html [ WontFix ]
[ Android ] fast/text/small-caps-aat.html [ WontFix ]
[ Mac10.10 ] fast/text/small-caps-aat.html [ WontFix ] [ Mac10.10 ] fast/text/small-caps-aat.html [ WontFix ]
[ Mac10.11 ] fast/text/small-caps-aat.html [ WontFix ] [ Mac10.11 ] fast/text/small-caps-aat.html [ WontFix ]
[ Mac10.12 ] fast/text/small-caps-aat.html [ WontFix ] [ Mac10.12 ] fast/text/small-caps-aat.html [ WontFix ]
...@@ -141,14 +134,6 @@ fast/harness/results.html [ WontFix ] ...@@ -141,14 +134,6 @@ fast/harness/results.html [ WontFix ]
# Tests in media/stable are only supposed to be run as virtual test (see virtual/stable/media). # Tests in media/stable are only supposed to be run as virtual test (see virtual/stable/media).
media/stable [ WontFix ] media/stable [ WontFix ]
# These tests are only supposed be run as virtual test. See /virtual/media-gpu-accelerated/http/tests/media/media-source/.
[ Android ] external/wpt/media-source/mediasource-config-change-mp4-av-audio-bitrate.html [ WontFix ]
[ Android ] external/wpt/media-source/mediasource-config-change-mp4-av-framesize.html [ WontFix ]
[ Android ] external/wpt/media-source/mediasource-config-change-mp4-av-video-bitrate.html [ WontFix ]
[ Android ] external/wpt/media-source/mediasource-config-change-mp4-v-bitrate.html [ WontFix ]
[ Android ] external/wpt/media-source/mediasource-config-change-mp4-v-framerate.html [ WontFix ]
[ Android ] external/wpt/media-source/mediasource-config-change-mp4-v-framesize.html [ WontFix ]
# This test requires a compositor, so only the virtual/threaded/ version is run. # This test requires a compositor, so only the virtual/threaded/ version is run.
external/wpt/feature-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html [ WontFix ] external/wpt/feature-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html [ WontFix ]
virtual/unified-autoplay/external/wpt/feature-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html [ WontFix ] virtual/unified-autoplay/external/wpt/feature-policy/experimental-features/vertical-scroll-touch-block-manual.tentative.html [ WontFix ]
...@@ -299,7 +284,6 @@ crbug.com/551843 [ Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] ...@@ -299,7 +284,6 @@ crbug.com/551843 [ Win ] fast/text/emoji-font-weight-mac.html [ WontFix ]
# Variable system font only supported on Mac atm. # Variable system font only supported on Mac atm.
crbug.com/670246 [ Linux ] fast/text/variable-fonts/variable-mac-system-font.html [ WontFix ] crbug.com/670246 [ Linux ] fast/text/variable-fonts/variable-mac-system-font.html [ WontFix ]
crbug.com/670246 [ Android ] fast/text/variable-fonts/variable-mac-system-font.html [ WontFix ]
crbug.com/670246 [ Win ] fast/text/variable-fonts/variable-mac-system-font.html [ WontFix ] crbug.com/670246 [ Win ] fast/text/variable-fonts/variable-mac-system-font.html [ WontFix ]
crbug.com/670246 [ Mac10.10 ] fast/text/variable-fonts/variable-mac-system-font.html [ WontFix ] crbug.com/670246 [ Mac10.10 ] fast/text/variable-fonts/variable-mac-system-font.html [ WontFix ]
...@@ -320,13 +304,7 @@ crbug.com/606302 [ Win7 Debug ] transforms/3d/point-mapping/3d-point-mapping-dee ...@@ -320,13 +304,7 @@ crbug.com/606302 [ Win7 Debug ] transforms/3d/point-mapping/3d-point-mapping-dee
crbug.com/702176 [ Win7 Debug ] fast/table/border-collapsing/001-vertical.html [ WontFix ] crbug.com/702176 [ Win7 Debug ] fast/table/border-collapsing/001-vertical.html [ WontFix ]
crbug.com/702176 [ Win7 Debug ] fast/table/border-collapsing/001.html [ WontFix ] crbug.com/702176 [ Win7 Debug ] fast/table/border-collapsing/001.html [ WontFix ]
# Rendering issue only seen in Layout Tests on Android.
# R and B color channels switched on decoded images.
crbug.com/517449 [ Android ] images/optimize-contrast-image.html [ WontFix ]
crbug.com/676561 [ Android ] images/paletted-png-with-color-profile.html [ WontFix ]
# Only Windows supports Symbol CMAP encoded fonts. # Only Windows supports Symbol CMAP encoded fonts.
crbug.com/627953 [ Android ] fast/text/symbol-cmap.html [ WontFix ]
crbug.com/627953 [ Linux ] fast/text/symbol-cmap.html [ WontFix ] crbug.com/627953 [ Linux ] fast/text/symbol-cmap.html [ WontFix ]
crbug.com/627953 [ Mac ] fast/text/symbol-cmap.html [ WontFix ] crbug.com/627953 [ Mac ] fast/text/symbol-cmap.html [ WontFix ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment