Title: [116887] releases/WebKitGTK/webkit-1.8
Revision
116887
Author
[email protected]
Date
2012-05-13 06:43:52 -0700 (Sun, 13 May 2012)

Log Message

Merge 114653 - [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:


Conflicts:

	LayoutTests/platform/gtk/test_expectations.txt
	Tools/efl/jhbuild.modules

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.8/LayoutTests/ChangeLog (116886 => 116887)


--- releases/WebKitGTK/webkit-1.8/LayoutTests/ChangeLog	2012-05-13 13:43:32 UTC (rev 116886)
+++ releases/WebKitGTK/webkit-1.8/LayoutTests/ChangeLog	2012-05-13 13:43:52 UTC (rev 116887)
@@ -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-12  Philippe Normand  <[email protected]>
 
         [GTK] Migrate Skipped tests to test_expectations.txt

Modified: releases/WebKitGTK/webkit-1.8/LayoutTests/platform/gtk/test_expectations.txt (116886 => 116887)


--- releases/WebKitGTK/webkit-1.8/LayoutTests/platform/gtk/test_expectations.txt	2012-05-13 13:43:32 UTC (rev 116886)
+++ releases/WebKitGTK/webkit-1.8/LayoutTests/platform/gtk/test_expectations.txt	2012-05-13 13:43:52 UTC (rev 116887)
@@ -508,23 +508,8 @@
 
 BUGWK74270 : fast/forms/basic-selects.html = FAIL
 
-BUGWK76639 : fast/table/multiple-captions-crash3.html = IMAGE FAIL
-
-// Need rebaselining.
-BUGWK69210: fast/encoding/utf-16-big-endian.html = IMAGE+TEXT
-BUGWK69210: fast/encoding/utf-16-little-endian.html = IMAGE+TEXT
-BUGWK69210: fast/inline/continuation-outlines-with-layers-2.html = TEXT
-BUGWK69210: fast/inline/continuation-outlines-with-layers.html = IMAGE+TEXT
-BUGWK69210: fast/repaint/transform-absolute-in-positioned-container.html = IMAGE+TEXT
-
 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-checkbox-sends-notification.html = FAIL
 BUGWKGTK : accessibility/aria-hidden.html = FAIL
 BUGWKGTK : accessibility/aria-hidden-with-elements.html = FAIL
 BUGWKGTK : accessibility/aria-invalid.html = FAIL

Modified: releases/WebKitGTK/webkit-1.8/Tools/ChangeLog (116886 => 116887)


--- releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-05-13 13:43:32 UTC (rev 116886)
+++ releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-05-13 13:43:52 UTC (rev 116887)
@@ -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-16  Gustavo Noronha Silva  <[email protected]>
 
         [GTK] Use configure instead of autogen.sh for gtk+

Modified: releases/WebKitGTK/webkit-1.8/Tools/efl/jhbuild.modules (116886 => 116887)


--- releases/WebKitGTK/webkit-1.8/Tools/efl/jhbuild.modules	2012-05-13 13:43:32 UTC (rev 116886)
+++ releases/WebKitGTK/webkit-1.8/Tools/efl/jhbuild.modules	2012-05-13 13:43:52 UTC (rev 116887)
@@ -141,9 +141,9 @@
     <dependencies>
       <dep package="glib-networking"/>
     </dependencies>
-    <branch module="libsoup" version="2.37.2.1+git"
+    <branch module="libsoup" version="2.38.1"
             repo="git.gnome.org"
-            tag="5cbfc48caf76ced2e28ee06c9e40523273601dc6"/>
+            tag="LIBSOUP_2_38_1"/>
   </autotools>
 
   <autotools id="fontconfig" autogen-sh="configure">

Modified: releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules (116886 => 116887)


--- releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules	2012-05-13 13:43:32 UTC (rev 116886)
+++ releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules	2012-05-13 13:43:52 UTC (rev 116887)
@@ -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