Commit 577ff023 authored by wangxianzhu's avatar wangxianzhu Committed by Commit bot

Remove 'precise' from supported layout test configurations

BUG=676233

Review-Url: https://codereview.chromium.org/2594933002
Cr-Commit-Position: refs/heads/master@{#440182}
parent 95db12de
......@@ -91,7 +91,6 @@ class Port(object):
('mac10.11', 'x86'),
('win7', 'x86'),
('win10', 'x86'),
('precise', 'x86_64'),
('trusty', '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.
......@@ -101,7 +100,7 @@ class Port(object):
CONFIGURATION_SPECIFIER_MACROS = {
'mac': ['retina', 'mac10.9', 'mac10.10', 'mac10.11'],
'win': ['win7', 'win10'],
'linux': ['precise', 'trusty'],
'linux': ['trusty'],
'android': ['icecreamsandwich'],
}
......
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