Changeset 85877 in webkit


Ignore:
Timestamp:
May 5, 2011 2:13:51 PM (13 years ago)
Author:
tony@chromium.org
Message:

2011-05-05 Tony Chang <tony@chromium.org>

Reviewed by Ojan Vafai.

[chromium] google-chrome-64 builds should now fallback to chromium-linux-x86_64 results
https://bugs.webkit.org/show_bug.cgi?id=60290

It used to be that google-chrome-32 was hardy32, google-chrome-64 was
hardy64, chromium-linux was hardy32 and chromium-linux-x86_64 was
lucid64. Because of that, google-chrome-64 used to skip the
chromium-linux-x86_64 results since they were more incorrect.

Now that we're switching to lucid for google-chrome, we want
google-chrome-64 to fall back to chromium-linux-x86_64.

  • Scripts/webkitpy/layout_tests/port/google_chrome.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r85875 r85877  
     12011-05-05  Tony Chang  <tony@chromium.org>
     2
     3        Reviewed by Ojan Vafai.
     4
     5        [chromium] google-chrome-64 builds should now fallback to chromium-linux-x86_64 results
     6        https://bugs.webkit.org/show_bug.cgi?id=60290
     7
     8        It used to be that google-chrome-32 was hardy32, google-chrome-64 was
     9        hardy64, chromium-linux was hardy32 and chromium-linux-x86_64 was
     10        lucid64.  Because of that, google-chrome-64 used to skip the
     11        chromium-linux-x86_64 results since they were more incorrect.
     12
     13        Now that we're switching to lucid for google-chrome, we want
     14        google-chrome-64 to fall back to chromium-linux-x86_64.
     15
     16        * Scripts/webkitpy/layout_tests/port/google_chrome.py:
     17
    1182011-05-05  Dirk Pranke  <dpranke@chromium.org>
    219
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/google_chrome.py

    r80192 r85877  
    8787                return 'x86_64'
    8888
    89         # We use chromium-linux-x86 here in order to skip over the linux-x86_64
    90         # baselines.
    91         return GoogleChromeLinux64Port(port_name='chromium-linux-x86', **kwargs)
     89        return GoogleChromeLinux64Port(port_name='chromium-linux-x86_64', **kwargs)
    9290    elif port_name.startswith('google-chrome-mac'):
    9391        import chromium_mac
Note: See TracChangeset for help on using the changeset viewer.