Title: [197216] trunk
Revision
197216
Author
[email protected]
Date
2016-02-26 15:41:01 -0800 (Fri, 26 Feb 2016)

Log Message

Unreviewed, rolling out r197158.
https://bugs.webkit.org/show_bug.cgi?id=154758

This change did not fix the failing test (Requested by
ryanhaddad on #webkit).

Reverted changeset:

"REGRESSION(r195795): [WK2] fast/text/crash-complex-text-
surrogate.html is flakey"
https://bugs.webkit.org/show_bug.cgi?id=154709
http://trac.webkit.org/changeset/197158

Patch by Commit Queue <[email protected]> on 2016-02-26

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (197215 => 197216)


--- trunk/LayoutTests/ChangeLog	2016-02-26 23:39:45 UTC (rev 197215)
+++ trunk/LayoutTests/ChangeLog	2016-02-26 23:41:01 UTC (rev 197216)
@@ -1,5 +1,20 @@
 2016-02-26  Commit Queue  <[email protected]>
 
+        Unreviewed, rolling out r197158.
+        https://bugs.webkit.org/show_bug.cgi?id=154758
+
+        This change did not fix the failing test (Requested by
+        ryanhaddad on #webkit).
+
+        Reverted changeset:
+
+        "REGRESSION(r195795): [WK2] fast/text/crash-complex-text-
+        surrogate.html is flakey"
+        https://bugs.webkit.org/show_bug.cgi?id=154709
+        http://trac.webkit.org/changeset/197158
+
+2016-02-26  Commit Queue  <[email protected]>
+
         Unreviewed, rolling out r197160.
         https://bugs.webkit.org/show_bug.cgi?id=154757
 

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (197215 => 197216)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2016-02-26 23:39:45 UTC (rev 197215)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2016-02-26 23:41:01 UTC (rev 197216)
@@ -447,3 +447,5 @@
 imported/blink/fast/multicol/vertical-rl/float-big-line.html [ Pass ImageOnlyFailure ]
 imported/blink/fast/multicol/span/adjacent-spanners-with-margin.html [ Pass ImageOnlyFailure ]
 imported/blink/fast/overflow/hidden-html-auto-body.html [ Pass ImageOnlyFailure ]
+
+webkit.org/b/154005 [ ElCapitan+ ] fast/text/crash-complex-text-surrogate.html [ Pass Failure ]

Modified: trunk/Tools/ChangeLog (197215 => 197216)


--- trunk/Tools/ChangeLog	2016-02-26 23:39:45 UTC (rev 197215)
+++ trunk/Tools/ChangeLog	2016-02-26 23:41:01 UTC (rev 197216)
@@ -1,3 +1,18 @@
+2016-02-26  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r197158.
+        https://bugs.webkit.org/show_bug.cgi?id=154758
+
+        This change did not fix the failing test (Requested by
+        ryanhaddad on #webkit).
+
+        Reverted changeset:
+
+        "REGRESSION(r195795): [WK2] fast/text/crash-complex-text-
+        surrogate.html is flakey"
+        https://bugs.webkit.org/show_bug.cgi?id=154709
+        http://trac.webkit.org/changeset/197158
+
 2016-02-26  Anders Carlsson  <[email protected]>
 
         WKWebsiteDataStore/WKWebsiteDataRecord needs to provide size information about each type of data

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm (197215 => 197216)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm	2016-02-26 23:39:45 UTC (rev 197215)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm	2016-02-26 23:41:01 UTC (rev 197216)
@@ -44,7 +44,6 @@
 
     // Work around missing /etc/catalog <rdar://problem/4292995>.
     setenv("XML_CATALOG_FILES", "", 0);
-    setenv("XTYPE_ALLOW_AUTOACTIVATION", "1", 0);
 
     // Language was set up earlier in main(). Don't clobber it.
     NSArray *languages = [[[NSUserDefaults standardUserDefaults] volatileDomainForName:NSArgumentDomain] valueForKey:@"AppleLanguages"];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to