Title: [105129] trunk
Revision
105129
Author
[email protected]
Date
2012-01-17 00:23:56 -0800 (Tue, 17 Jan 2012)

Log Message

[GTK] fast/dom/constructed-objects-prototypes.html fails
https://bugs.webkit.org/show_bug.cgi?id=75432

Reviewed by Martin Robinson.

Tools:

* Scripts/build-webkit: Enable video-track in GTK.

LayoutTests:

* platform/gtk/test_expectations.txt: Test now passing no longer
needs to be skipped.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (105128 => 105129)


--- trunk/LayoutTests/ChangeLog	2012-01-17 08:18:15 UTC (rev 105128)
+++ trunk/LayoutTests/ChangeLog	2012-01-17 08:23:56 UTC (rev 105129)
@@ -1,5 +1,15 @@
 2012-01-17  Philippe Normand  <[email protected]>
 
+        [GTK] fast/dom/constructed-objects-prototypes.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=75432
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/test_expectations.txt: Test now passing no longer
+        needs to be skipped.
+
+2012-01-17  Philippe Normand  <[email protected]>
+
         Unreviewed, GTK rebaseline after r105075 and r105085.
 
         * platform/gtk/editing/execCommand/insertImage-expected.txt:

Modified: trunk/LayoutTests/platform/gtk/test_expectations.txt (105128 => 105129)


--- trunk/LayoutTests/platform/gtk/test_expectations.txt	2012-01-17 08:18:15 UTC (rev 105128)
+++ trunk/LayoutTests/platform/gtk/test_expectations.txt	2012-01-17 08:23:56 UTC (rev 105129)
@@ -96,7 +96,5 @@
 
 BUGWK74270 : fast/forms/basic-selects.html = FAIL
 
-BUGWK75432 : fast/dom/constructed-objects-prototypes.html = FAIL
-
 // New test, needs image results added.
 BUGWK75570 : http/tests/media/video-buffering-repaints-controls.html = IMAGE

Modified: trunk/Tools/ChangeLog (105128 => 105129)


--- trunk/Tools/ChangeLog	2012-01-17 08:18:15 UTC (rev 105128)
+++ trunk/Tools/ChangeLog	2012-01-17 08:23:56 UTC (rev 105129)
@@ -1,3 +1,12 @@
+2012-01-17  Philippe Normand  <[email protected]>
+
+        [GTK] fast/dom/constructed-objects-prototypes.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=75432
+
+        Reviewed by Martin Robinson.
+
+        * Scripts/build-webkit: Enable video-track in GTK.
+
 2012-01-16  Takashi Toyoshima  <[email protected]>
 
         Add toyoshim as a committer.

Modified: trunk/Tools/Scripts/build-webkit (105128 => 105129)


--- trunk/Tools/Scripts/build-webkit	2012-01-17 08:18:15 UTC (rev 105128)
+++ trunk/Tools/Scripts/build-webkit	2012-01-17 08:23:56 UTC (rev 105129)
@@ -324,7 +324,7 @@
       define => "ENABLE_VIDEO", default => (isAppleWebKit() || isGtk() || isBlackBerry()), value => \$videoSupport },
 
     { option => "video-track", desc => "Toggle Video Track support",
-      define => "ENABLE_VIDEO_TRACK", default => isAppleWebKit(), value => \$videoTrackSupport },
+      define => "ENABLE_VIDEO_TRACK", default => (isAppleWebKit() || isGtk()), value => \$videoTrackSupport },
 
     { option => "web-audio", desc => "Toggle Web Audio support",
       define => "ENABLE_WEB_AUDIO", default => 0, value=> \$webAudioSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to