HomeSort by relevance Sort by last modified time
    Searched refs:test_platform_name (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium_linux.py 64 def test_platform_name(self): member in class:ChromiumLinuxPort
chromium_mac.py 61 def test_platform_name(self): member in class:ChromiumMacPort
chromium_win.py 76 def test_platform_name(self): member in class:ChromiumWinPort
test.py 113 def test_platform_name(self): member in class:TestPort
base.py 259 Note that this is different from the test_platform_name(), which
342 def test_platform_name(self): member in class:Port
431 def test_platform_name(self): member in class:Port
436 raise NotImplementedError('Port.test_platform_name')
mac.py 154 def test_platform_name(self): member in class:MacPort
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 53 def __init__(self, port, tests, expectations, test_platform_name,
60 test_platform_name: name of the platform to match expectations
62 port.test_platform_name() when is_lint_mode is True.
73 tests, test_platform_name, is_debug_mode, is_lint_mode,
264 def __init__(self, port, expectations, full_test_list, test_platform_name,
271 test_platform_name: name of the platform to match expectations
273 port.test_platform_name() when is_lint_mode is True.
285 self._test_platform_name = test_platform_name
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 217 def parse_expectations(self, test_platform_name, is_debug_mode):
229 self._port, test_files, expectations_str, test_platform_name,
345 self._port.test_platform_name(),
    [all...]

Completed in 195 milliseconds