Title: [197158] trunk
Revision
197158
Author
mmaxfi...@apple.com
Date
2016-02-25 21:20:54 -0800 (Thu, 25 Feb 2016)

Log Message

REGRESSION(r195795): [WK2] fast/text/crash-complex-text-surrogate.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=154709
<rdar://problem/24483596>

Reviewed by Dan Bernstein.

Tools:

Force auto-activation rules to a consistent state.

* WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
(WTR::InjectedBundle::platformInitialize):

LayoutTests:

* platform/mac-wk2/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (197157 => 197158)


--- trunk/LayoutTests/ChangeLog	2016-02-26 05:01:25 UTC (rev 197157)
+++ trunk/LayoutTests/ChangeLog	2016-02-26 05:20:54 UTC (rev 197158)
@@ -1,3 +1,13 @@
+2016-02-25  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        REGRESSION(r195795): [WK2] fast/text/crash-complex-text-surrogate.html is flakey
+        https://bugs.webkit.org/show_bug.cgi?id=154709
+        <rdar://problem/24483596>
+
+        Reviewed by Dan Bernstein.
+
+        * platform/mac-wk2/TestExpectations:
+
 2016-02-25  Chris Dumez  <cdu...@apple.com>
 
         [Web IDL] Mark DOMString parameters as nullable when they should be

Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (197157 => 197158)


--- trunk/LayoutTests/platform/mac-wk2/TestExpectations	2016-02-26 05:01:25 UTC (rev 197157)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations	2016-02-26 05:20:54 UTC (rev 197158)
@@ -447,5 +447,3 @@
 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 (197157 => 197158)


--- trunk/Tools/ChangeLog	2016-02-26 05:01:25 UTC (rev 197157)
+++ trunk/Tools/ChangeLog	2016-02-26 05:20:54 UTC (rev 197158)
@@ -1,3 +1,16 @@
+2016-02-25  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        REGRESSION(r195795): [WK2] fast/text/crash-complex-text-surrogate.html is flakey
+        https://bugs.webkit.org/show_bug.cgi?id=154709
+        <rdar://problem/24483596>
+
+        Reviewed by Dan Bernstein.
+
+        Force auto-activation rules to a consistent state.
+
+        * WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
+        (WTR::InjectedBundle::platformInitialize):
+
 2016-02-25  Jiewen Tan  <jiewen_...@apple.com>
 
         Unreivewed build fix for r197150.

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm (197157 => 197158)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm	2016-02-26 05:01:25 UTC (rev 197157)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm	2016-02-26 05:20:54 UTC (rev 197158)
@@ -44,6 +44,7 @@
 
     // 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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to