[Webkit-unassigned] [Bug 28264] Add Mock Geolocation service for use in LayoutTests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 7 14:27:22 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28264
steveblock at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39162| |review?
Flag| |
Attachment #39137|0 |1
is obsolete| |
--- Comment #10 from steveblock at google.com 2009-09-07 14:27:21 PDT ---
Created an attachment (id=39162)
--> (https://bugs.webkit.org/attachment.cgi?id=39162)
Patch 4 for bug 28264
> +++ WebCore/WebCore.base.exp
>
> Please keep this file alphabetical.
Fixed
> The project files don't seem to know about the mock directory. I suspect this
> will cause build breaks.
Fixed. Updated WebCore.pro, GNUmakefile.am and WebCoreCommon.vsprops.
> 1) How does this patch link on non-mac platforms? You don't seem to have
> implemented the new layoutTestController methods on the other platforms.
I've added stub implementations for non-mac platforms (gtk, win and wx).
Presumably I'm not required
to write the implementations for all platforms?
> 2) This test probably fails on non-mac platforms. You probably want to add it
> to the Skipped files to avoid turning the buildbot red.
All Geolocation tests are currently skipped for all platforms other than gtk.
I've
added the new test to the skipped list for gtk given the lack of implementation
of
the LayoutTestcontroller methods.
I haven't been able to test on Windows as the build is currently broken, but
will do so tomorrow.
--
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