WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
54708
webkitpy.layout_tests.port.mock_drt_unittest fails on win32
https://bugs.webkit.org/show_bug.cgi?id=54708
Summary
webkitpy.layout_tests.port.mock_drt_unittest fails on win32
Dirk Pranke
Reported
2011-02-17 18:58:44 PST
the unit test attempts to mock out the default port on the platform, but the default on 'win32', rightly or wrongly, is 'win', and not 'chromium-win'. And 'win' doesn't work - see
bug 38756
.
Attachments
Patch
(1.62 KB, patch)
2011-02-17 19:01 PST
,
Dirk Pranke
aroben
: review+
Details
Formatted Diff
Diff
Patch
(2.20 KB, patch)
2011-02-17 19:05 PST
,
Dirk Pranke
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Dirk Pranke
Comment 1
2011-02-17 19:01:25 PST
Created
attachment 82894
[details]
Patch
Dirk Pranke
Comment 2
2011-02-17 19:05:04 PST
Created
attachment 82896
[details]
Patch
Dirk Pranke
Comment 3
2011-02-17 19:07:16 PST
Comment on
attachment 82896
[details]
Patch darn ... wrong bug.
Adam Roben (:aroben)
Comment 4
2011-02-17 19:38:10 PST
Comment on
attachment 82894
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=82894&action=review
> Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py:46 > + if sys.platform == 'win32': > + return mock_drt.MockDRTPort(port_name='mock-chromium-win')
You could add a FIXME here referencing
bug 48728
and a desire to test both chromium-win and win.
Dirk Pranke
Comment 5
2011-02-18 15:40:28 PST
Committed
r79041
: <
http://trac.webkit.org/changeset/79041
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug