Title: [114653] trunk
Revision
114653
Author
[email protected]
Date
2012-04-19 11:17:58 -0700 (Thu, 19 Apr 2012)

Log Message

[GTK] 3 fast/ layout tests failing after upgrading libsoup to 2.37.92
https://bugs.webkit.org/show_bug.cgi?id=82484

Patch by Dominik Röttsches <[email protected]> on 2012-04-19
Reviewed by Martin Robinson.

Tools:

Bumping libsoup to version 2.38.1 which fixes the above WebKit bug.

* efl/jhbuild.modules:
* gtk/jhbuild.modules:

LayoutTests:

Unskipping tests that were previously failing due to a bug in libsoup.

* platform/gtk/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114652 => 114653)


--- trunk/LayoutTests/ChangeLog	2012-04-19 18:11:31 UTC (rev 114652)
+++ trunk/LayoutTests/ChangeLog	2012-04-19 18:17:58 UTC (rev 114653)
@@ -1,3 +1,14 @@
+2012-04-19  Dominik Röttsches  <[email protected]>
+
+        [GTK] 3 fast/ layout tests failing after upgrading libsoup to 2.37.92
+        https://bugs.webkit.org/show_bug.cgi?id=82484
+
+        Reviewed by Martin Robinson.
+
+        Unskipping tests that were previously failing due to a bug in libsoup.
+
+        * platform/gtk/test_expectations.txt:
+
 2012-04-19  Anna Cavender  <[email protected]>
 
         Space out captions-fast.vtt to prevent flakiness in media/track/track-mode.html.

Modified: trunk/LayoutTests/platform/gtk/test_expectations.txt (114652 => 114653)


--- trunk/LayoutTests/platform/gtk/test_expectations.txt	2012-04-19 18:11:31 UTC (rev 114652)
+++ trunk/LayoutTests/platform/gtk/test_expectations.txt	2012-04-19 18:17:58 UTC (rev 114653)
@@ -532,11 +532,6 @@
 
 BUGWK79757 : fast/selectors/selection-window-inactive.html = IMAGE FAIL
 
-// Started to fail after upgrading libsoup to 2.37.92
-BUGWK82484 : fast/encoding/percent-escaping.html = TEXT
-BUGWK82484 : fast/loader/file-URL-with-port-number.html = TEXT
-BUGWK82484 : fast/loader/location-port.html = TEXT
-
 BUGWKGTK : accessibility/aria-hidden.html = FAIL
 BUGWKGTK : accessibility/aria-hidden-with-elements.html = FAIL
 BUGWKGTK : accessibility/aria-invalid.html = FAIL

Modified: trunk/Tools/ChangeLog (114652 => 114653)


--- trunk/Tools/ChangeLog	2012-04-19 18:11:31 UTC (rev 114652)
+++ trunk/Tools/ChangeLog	2012-04-19 18:17:58 UTC (rev 114653)
@@ -1,3 +1,15 @@
+2012-04-19  Dominik Röttsches  <[email protected]>
+
+        [GTK] 3 fast/ layout tests failing after upgrading libsoup to 2.37.92
+        https://bugs.webkit.org/show_bug.cgi?id=82484
+
+        Reviewed by Martin Robinson.
+
+        Bumping libsoup to version 2.38.1 which fixes the above WebKit bug.
+
+        * efl/jhbuild.modules:
+        * gtk/jhbuild.modules:
+
 2012-04-19  Lucas Forschler  <[email protected]>
 
         Move apple-xserve-10 from Lion Test to SnowLeopard Debug Build

Modified: trunk/Tools/efl/jhbuild.modules (114652 => 114653)


--- trunk/Tools/efl/jhbuild.modules	2012-04-19 18:11:31 UTC (rev 114652)
+++ trunk/Tools/efl/jhbuild.modules	2012-04-19 18:17:58 UTC (rev 114653)
@@ -142,9 +142,9 @@
     <dependencies>
       <dep package="glib-networking"/>
     </dependencies>
-    <branch module="libsoup" version="2.37.92"
+    <branch module="libsoup" version="2.38.1"
             repo="git.gnome.org"
-            tag="afcff7115a6c36ca3de5bc88994174f5a0e01956"/>
+            tag="LIBSOUP_2_38_1"/>
   </autotools>
 
   <autotools id="fontconfig" autogen-sh="configure">

Modified: trunk/Tools/gtk/jhbuild.modules (114652 => 114653)


--- trunk/Tools/gtk/jhbuild.modules	2012-04-19 18:11:31 UTC (rev 114652)
+++ trunk/Tools/gtk/jhbuild.modules	2012-04-19 18:17:58 UTC (rev 114653)
@@ -160,9 +160,9 @@
     <dependencies>
       <dep package="glib-networking"/>
     </dependencies>
-    <branch module="libsoup" version="2.37.92"
+    <branch module="libsoup" version="2.38.1"
             repo="git.gnome.org"
-            tag="afcff7115a6c36ca3de5bc88994174f5a0e01956"/>
+            tag="LIBSOUP_2_38_1"/>
   </autotools>
 
   <autotools id="fontconfig" autogen-sh="configure">
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to