Bug 40153

Summary: [GTK] fast/dom/Geolocation/callback-to-remote-context.html failure
Product: WebKit Reporter: Kent Tamura <tkent>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrobinson, steveblock, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   

Description Kent Tamura 2010-06-03 21:26:14 PDT
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
Comment 1 Steve Block 2010-06-04 03:45:45 PDT
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
Comment 2 Steve Block 2010-06-08 05:31:05 PDT
r60840 http://trac.webkit.org/changeset/60840 added fast/dom/Geolocation/callback-to-deleted-context.html which also doesn't work on GTK
Comment 3 Zan Dobersek 2011-10-19 08:26:04 PDT
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.