Changeset 83346 in webkit


Ignore:
Timestamp:
Apr 8, 2011 3:15:48 PM (13 years ago)
Author:
scheib@chromium.org
Message:

2011-04-08 Vincent Scheib <scheib@chromium.org>

Reviewed by Eric Seidel.

add chromium-gpu-linux-x86_64 to the recognized list of ports
https://bugs.webkit.org/show_bug.cgi?id=58099

Add chromium-gpu-linux-x86_64 to fix assert.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r83342 r83346  
     12011-04-08  Vincent Scheib  <scheib@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        add chromium-gpu-linux-x86_64 to the recognized list of ports
     6        https://bugs.webkit.org/show_bug.cgi?id=58099
     7
     8        Add chromium-gpu-linux-x86_64 to fix assert.
     9
     10        * Scripts/webkitpy/layout_tests/port/chromium_linux.py:
     11
    1122011-04-08  Alpha Lam  <hclam@chromium.org>
    213
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py

    r82705 r83346  
    6565        assert self._architecture in self.SUPPORTED_ARCHITECTURES
    6666        assert port_name in ('chromium-linux', 'chromium-gpu-linux',
    67                              'chromium-linux-x86', 'chromium-linux-x86_64')
     67                             'chromium-linux-x86', 'chromium-linux-x86_64',
     68                             'chromium-gpu-linux-x86_64')
    6869        self._name = port_name
    6970        self._operating_system = 'linux'
Note: See TracChangeset for help on using the changeset viewer.