Bug 40153
Summary: | [GTK] fast/dom/Geolocation/callback-to-remote-context.html failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kent Tamura <tkent> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mrobinson, steveblock, zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
Kent Tamura
fast/dom/Geolocation/callback-to-remote-context, which was introduced by r60645 <http://trac.webkit.org/changeset/60645>, doesn't work on GTK port.
--- /var/lib/buildbot/build/gtk-linux-64-release/build/layout-test-results/fast/dom/Geolocation/callback-to-remote-context-expected.txt 2010-06-03 20:06:12.000000000 -0700
+++ /var/lib/buildbot/build/gtk-linux-64-release/build/layout-test-results/fast/dom/Geolocation/callback-to-remote-context-actual.txt 2010-06-03 20:06:12.000000000 -0700
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Success callback invoked
+FAIL Error callback invoked unexpectedly
PASS successfullyParsed is true
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Steve Block
Also, fast/dom/Geolocation/callback-to-remote-context2.html, which was introduced by r60669, http://trac.webkit.org/changeset/60669, doesn't work on GTK port.
Added it to the GTK skipped list in r60672, http://trac.webkit.org/changeset/60672
Steve Block
r60840 http://trac.webkit.org/changeset/60840 added fast/dom/Geolocation/callback-to-deleted-context.html which also doesn't work on GTK
Zan Dobersek
Both tests are now passing and therefor unskipped because of the work made in bug #64970, landed as revision r97746. I believe this bug should be closed.