[Webkit-unassigned] [Bug 37393] Sketch out the win port for new-run-webkit-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 10 16:31:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37393


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53057|review?                     |review+
               Flag|                            |




--- Comment #3 from Eric Seidel <eric at webkit.org>  2010-04-10 16:31:21 PST ---
(From update of attachment 53057)
 43             if options and hasattr(options, 'chromium') and
options.chromium:

should just be options.chromium, no?

What's this used for?
190191     def test_base_platform_names(self):

are you sure it shoudl return "win" as well as mac?

God I had 80c wrap:
245         return [os.path.join(self._webkit_baseline_path(self._name,
 246                                                             'Skipped'))]

What's this used for?  Is this right?
84     def test_platform_name(self):
280          raise NotImplementedError('WebKitPort.test_platform_name')
 285         return self._name + self.version()

Why?
48     def version(self):
 49         return ''

Portname override is lame:
43     def __init__(self, port_name=None, options=None):
 44         if port_name is None:
 45             port_name = 'win'

 63     def _tests_for_disabled_features(self):
 is a copy/paste disaster.  Can't that be pushed into WebKitPort?

Please respond to the comments.  Otherwise this looks like an OK first start.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list