Title: [182013] trunk/LayoutTests
Revision
182013
Author
[email protected]
Date
2015-03-26 10:04:38 -0700 (Thu, 26 Mar 2015)

Log Message

js/promises-tests/promises-tests-2-3-3.html sometimes crashes under DFG::SpeculativeJIT::compile
https://bugs.webkit.org/show_bug.cgi?id=139865

Reviewed by Alexey Proskuryakov.

It appears that r181993 fixed this test as it removed the code where the crash occurred.

* TestExpectations: Re-enabled js/promises-tests/promises-tests-2-3-3 including marking it as Slow.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (182012 => 182013)


--- trunk/LayoutTests/ChangeLog	2015-03-26 16:35:58 UTC (rev 182012)
+++ trunk/LayoutTests/ChangeLog	2015-03-26 17:04:38 UTC (rev 182013)
@@ -1,3 +1,14 @@
+2015-03-26  Michael Saboff  <[email protected]>
+
+        js/promises-tests/promises-tests-2-3-3.html sometimes crashes under DFG::SpeculativeJIT::compile
+        https://bugs.webkit.org/show_bug.cgi?id=139865
+
+        Reviewed by Alexey Proskuryakov.
+
+        It appears that r181993 fixed this test as it removed the code where the crash occurred.
+
+        * TestExpectations: Re-enabled js/promises-tests/promises-tests-2-3-3 including marking it as Slow.
+
 2015-03-26  Chris Fleizach  <[email protected]>
 
         AX: [role="button"][aria-pressed] should be exposed as AXCheckbox:AXToggleButton, with role description of "toggle button"

Modified: trunk/LayoutTests/TestExpectations (182012 => 182013)


--- trunk/LayoutTests/TestExpectations	2015-03-26 16:35:58 UTC (rev 182012)
+++ trunk/LayoutTests/TestExpectations	2015-03-26 17:04:38 UTC (rev 182013)
@@ -180,6 +180,9 @@
 # nth-child tests takes long time and Debug build sometimes timeouts because there are many test cases.
 webkit.org/b/137149 fast/selectors/nth-child-of-basics.html [ Slow ]
 
+# Promises/A+ 2.3.3 has many tests and it sometimes exceeds the time limit. 
+webkit.org/b/136878 js/promises-tests/promises-tests-2-3-3.html [ Slow ] 
+
 # @supports W3C Failures
 webkit.org/b/137566 css3/conditional/w3c/at-supports-010.html [ ImageOnlyFailure ]
 webkit.org/b/137568 css3/conditional/w3c/at-supports-014.html [ ImageOnlyFailure ]
@@ -463,7 +466,6 @@
 [ Debug ] fast/workers/dedicated-worker-lifecycle.html [ Slow ]
 
 webkit.org/b/142175 js/promises-tests/promises-tests-2-1-2.html [ Pass Timeout ]
-webkit.org/b/139865 js/promises-tests/promises-tests-2-3-3.html [ Skip ]
 
 webkit.org/b/139840 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Pass Failure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to