Title: [174289] trunk/LayoutTests
Revision
174289
Author
[email protected]
Date
2014-10-03 13:47:25 -0700 (Fri, 03 Oct 2014)

Log Message

FTL should sink PutLocals
https://bugs.webkit.org/show_bug.cgi?id=137168

Patch by Filip Pizlo <[email protected]> on 2014-10-02
Reviewed by Oliver Hunt.

* js/regress/elidable-new-object-then-call-expected.txt: Added.
* js/regress/elidable-new-object-then-call.html: Added.
* js/regress/script-tests/elidable-new-object-then-call.js: Added.
(sumOfArithSeries):
(bar):
(foo):

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (174288 => 174289)


--- trunk/LayoutTests/ChangeLog	2014-10-03 20:45:29 UTC (rev 174288)
+++ trunk/LayoutTests/ChangeLog	2014-10-03 20:47:25 UTC (rev 174289)
@@ -14,6 +14,13 @@
 
 2014-10-03 Bear Travis <[email protected]>
 
+        Unreviewed. Skipping test failure to unstick the bots until I can fix the
+        underlying issue.
+
+        * platform/mac/TestExpectations
+
+2014-10-03 Bear Travis <[email protected]>
+
         REGRESSION (r173531): Use after free in WebCore::RenderStyle::fontMetrics /
         WebCore::CSSPrimitiveValue::computeLengthDouble
         https://bugs.webkit.org/show_bug.cgi?id=136864

Modified: trunk/LayoutTests/platform/mac/TestExpectations (174288 => 174289)


--- trunk/LayoutTests/platform/mac/TestExpectations	2014-10-03 20:45:29 UTC (rev 174288)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2014-10-03 20:47:25 UTC (rev 174289)
@@ -1392,7 +1392,7 @@
 webkit.org/b/135390 fast/css/fontloader-multiple-faces.html [ Pass ]
 webkit.org/b/135390 fast/css/fontloader-multiple-families.html [ Pass ]
 webkit.org/b/135390 fast/css/fontloader-page-cache.html [ Pass ]
-webkit.org/b/135390 http/tests/webfont/fontloader-loading-attribute.html [ Pass ]
+webkit.org/b/135390 http/tests/webfont/fontloader-loading-attribute.html [ Skip ]
 
 webkit.org/b/136994 http/tests/media/hls/video-cookie.html [ Failure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to