Tools/ChangeLog

 12013-01-30 Dirk Pranke <[email protected]>
 2
 3 consider adding a platform/mac-wk1 directory
 4 https://bugs.webkit.org/show_bug.cgi?id=108416
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 Work in progress patch. Tests still fail. Do not land!
 9
 10 * Scripts/webkitpy/layout_tests/port/base.py:
 11 (Port._wk1_port_name):
 12 * Scripts/webkitpy/layout_tests/port/mac.py:
 13 (MacPort.default_baseline_search_path):
 14
1152013-01-30 Sheriff Bot <[email protected]>
216
317 Unreviewed, rolling out r141205.

Tools/Scripts/webkitpy/layout_tests/port/base.py

@@class Port(object):
15471547 # except for Qt because WebKit2 is only supported by Qt 5.0 (therefore: qt-5.0-wk2).
15481548 return "%s-wk2" % self.port_name
15491549
 1550 def _wk1_port_name(self):
 1551 return "%s-wk1" % self.port_name
 1552
15501553
15511554class VirtualTestSuite(object):
15521555 def __init__(self, name, base, args, tests=None):

Tools/Scripts/webkitpy/layout_tests/port/mac.py

@@class MacPort(ApplePort):
8080 fallback_names = self.VERSION_FALLBACK_ORDER[self.VERSION_FALLBACK_ORDER.index(name):-1] + [self.port_name]
8181 if self.get_option('webkit_test_runner'):
8282 fallback_names = [self._wk2_port_name(), 'wk2'] + fallback_names
 83 else:
 84 fallback_names = [self._wk1_port_name()] + fallback_names
8385 return map(self._webkit_baseline_path, fallback_names)
8486
8587 def expectations_files(self):

LayoutTests/ChangeLog

 12013-01-30 Dirk Pranke <[email protected]>
 2
 3 consider adding a platform/mac-wk1 directory
 4 https://bugs.webkit.org/show_bug.cgi?id=108416
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 * platform/mac-wk1/TestExpectations: Added.
 9
1102013-01-30 Tony Chang <[email protected]>
211
312 [Chromium] Enable textarea resize corner for tests

LayoutTests/platform/mac-wk1/TestExpectations

 1# This file should contain entries for expectations that are specific
 2# to the Apple Mac port running the WebKit1 variant
 3
 4###### This file has four sections. When adding new tests, make sure to
 5###### add to the right section:
 6
 7### (1) Classified failures with bug reports
 8### (2) Classified failures without bug reports (yet)
 9### (3) Unclassified failures
 10### (4) Features that are not supported in WebKit1 and likely never will be
 11
 12
 13########################################
 14### START OF (1) Classified failures with bug reports
 15
 16
 17### END OF (1) Classified failures with bug reports
 18########################################
 19
 20
 21########################################
 22### START OF (2) Classified failures without bug reports (yet)
 23
 24### END OF (2) Classified failures without bug reports (yet)
 25########################################
 26
 27
 28########################################
 29### START OF (3) Unclassified failures
 30
 31
 32### END OF (3) Unclassified failures
 33########################################
 34
 35
 36########################################
 37### START OF (4) Features that are not supported in WebKit1 and likely never will be
 38
 39### END OF (4) Features that are not supported in WebKit1 and likely never will be
 40########################################