Title: [143813] trunk
Revision
143813
Author
[email protected]
Date
2013-02-22 16:21:59 -0800 (Fri, 22 Feb 2013)

Log Message

Unreviewed, rolling out r143794.
http://trac.webkit.org/changeset/143794
https://bugs.webkit.org/show_bug.cgi?id=110542

debug linux builds broken?

Tools:

* DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:

LayoutTests:

* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (143812 => 143813)


--- trunk/LayoutTests/ChangeLog	2013-02-23 00:00:27 UTC (rev 143812)
+++ trunk/LayoutTests/ChangeLog	2013-02-23 00:21:59 UTC (rev 143813)
@@ -1,3 +1,13 @@
+2013-02-22  Dirk Pranke  <[email protected]>
+
+        Unreviewed, rolling out r143794.
+        http://trac.webkit.org/changeset/143794
+        https://bugs.webkit.org/show_bug.cgi?id=110542
+
+        debug linux builds broken?
+
+        * platform/chromium/TestExpectations:
+
 2013-02-22  Stephen Chenney  <[email protected]>
 
         [Chromium] Test expectations for newish tests

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (143812 => 143813)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2013-02-23 00:00:27 UTC (rev 143812)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2013-02-23 00:21:59 UTC (rev 143813)
@@ -4418,7 +4418,3 @@
 
 webkit.org/b/110568 [ MountainLion ] fast/multicol/newmulticol/positioned-split.html [ ImageOnlyFailure ]
 
-# These pass on Lucid and fail on Precise; font differences, maybe?
-# We can rebaseline them when we stop running on Lucid.
-webkit.org/b/110540 [ Linux ] platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html [ Failure Pass ]
-webkit.org/b/110540 [ Linux ] fast/text/international/thai-line-breaks.html [ ImageOnlyFailure Pass ]

Modified: trunk/Tools/ChangeLog (143812 => 143813)


--- trunk/Tools/ChangeLog	2013-02-23 00:00:27 UTC (rev 143812)
+++ trunk/Tools/ChangeLog	2013-02-23 00:21:59 UTC (rev 143813)
@@ -1,5 +1,15 @@
 2013-02-22  Dirk Pranke  <[email protected]>
 
+        Unreviewed, rolling out r143794.
+        http://trac.webkit.org/changeset/143794
+        https://bugs.webkit.org/show_bug.cgi?id=110542
+
+        debug linux builds broken?
+
+        * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
+
+2013-02-22  Dirk Pranke  <[email protected]>
+
         [chromium] enable the fixed version of freetype on linux
         https://bugs.webkit.org/show_bug.cgi?id=110542
 

Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp (143812 => 143813)


--- trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp	2013-02-23 00:00:27 UTC (rev 143812)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp	2013-02-23 00:21:59 UTC (rev 143813)
@@ -45,7 +45,9 @@
                 'chromium_src_dir': '<(tools_dir)/../../..',
             }],
             ['OS=="linux"', {
-                'use_custom_freetype%': 1,
+                # FIXME: This should be on by default.
+                # See https://bugs.webkit.org/show_bug.cgi?id=107338
+                'use_custom_freetype%': 0,
             }, {
                 'use_custom_freetype%': 0,
             }],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to