Title: [146837] trunk
Revision
146837
Author
commit-qu...@webkit.org
Date
2013-03-25 18:44:56 -0700 (Mon, 25 Mar 2013)

Log Message

Unreviewed, rolling out r146816, r146821, and r146830.
http://trac.webkit.org/changeset/146816
http://trac.webkit.org/changeset/146821
http://trac.webkit.org/changeset/146830
https://bugs.webkit.org/show_bug.cgi?id=113262

Broke all the Windows tests (Requested by rfong on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2013-03-25

WebKitLibraries:

* win/tools/vsprops/FeatureDefines.vsprops:

LayoutTests:

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (146836 => 146837)


--- trunk/LayoutTests/ChangeLog	2013-03-26 01:36:06 UTC (rev 146836)
+++ trunk/LayoutTests/ChangeLog	2013-03-26 01:44:56 UTC (rev 146837)
@@ -1,3 +1,15 @@
+2013-03-25  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r146816, r146821, and r146830.
+        http://trac.webkit.org/changeset/146816
+        http://trac.webkit.org/changeset/146821
+        http://trac.webkit.org/changeset/146830
+        https://bugs.webkit.org/show_bug.cgi?id=113262
+
+        Broke all the Windows tests (Requested by rfong on #webkit).
+
+        * platform/win/TestExpectations:
+
 2013-03-25  James Robinson  <jam...@chromium.org>
 
         Revert bad change to expectation from r146826

Modified: trunk/LayoutTests/platform/win/TestExpectations (146836 => 146837)


--- trunk/LayoutTests/platform/win/TestExpectations	2013-03-26 01:36:06 UTC (rev 146836)
+++ trunk/LayoutTests/platform/win/TestExpectations	2013-03-26 01:44:56 UTC (rev 146837)
@@ -1558,6 +1558,12 @@
 fast/xpath/xpath-template-element.html
 fast/xsl/xslt-processor-template.html
 
+# CSS Regions support not yet enabled. http://webkit.org/b/57312
+fast/regions
+
+# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
+fast/exclusions
+
 # Causes a SyntaxError (http://webkit.org/b/62595).
 fast/workers/worker-crash-with-invalid-location.html
 
@@ -2712,7 +2718,3 @@
 webkit.org/b/113076 media/video-volume.html [ Pass Crash ]
 
 webkit.org/b/113106 media/track/track-prefer-captions.html [ Failure ]
-
-# https://bugs.webkit.org/show_bug.cgi?id=113244
-fast/regions
-fast/exclusions

Modified: trunk/WebKitLibraries/ChangeLog (146836 => 146837)


--- trunk/WebKitLibraries/ChangeLog	2013-03-26 01:36:06 UTC (rev 146836)
+++ trunk/WebKitLibraries/ChangeLog	2013-03-26 01:44:56 UTC (rev 146837)
@@ -1,3 +1,15 @@
+2013-03-25  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r146816, r146821, and r146830.
+        http://trac.webkit.org/changeset/146816
+        http://trac.webkit.org/changeset/146821
+        http://trac.webkit.org/changeset/146830
+        https://bugs.webkit.org/show_bug.cgi?id=113262
+
+        Broke all the Windows tests (Requested by rfong on #webkit).
+
+        * win/tools/vsprops/FeatureDefines.vsprops:
+
 2013-03-25  Roger Fong  <roger_f...@apple.com>
 
         Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops (146836 => 146837)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-03-26 01:36:06 UTC (rev 146836)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-03-26 01:44:56 UTC (rev 146837)
@@ -78,7 +78,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_CSS_EXCLUSIONS"
-		Value="ENABLE_CSS_EXCLUSIONS"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to