Changeset 182013 in webkit


Ignore:
Timestamp:
Mar 26, 2015, 10:04:38 AM (10 years ago)
Author:
msaboff@apple.com
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.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r182012 r182013  
     12015-03-26  Michael Saboff  <msaboff@apple.com>
     2
     3        js/promises-tests/promises-tests-2-3-3.html sometimes crashes under DFG::SpeculativeJIT::compile
     4        https://bugs.webkit.org/show_bug.cgi?id=139865
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        It appears that r181993 fixed this test as it removed the code where the crash occurred.
     9
     10        * TestExpectations: Re-enabled js/promises-tests/promises-tests-2-3-3 including marking it as Slow.
     11
    1122015-03-26  Chris Fleizach  <cfleizach@apple.com>
    213
  • trunk/LayoutTests/TestExpectations

    r182003 r182013  
    180180# nth-child tests takes long time and Debug build sometimes timeouts because there are many test cases.
    181181webkit.org/b/137149 fast/selectors/nth-child-of-basics.html [ Slow ]
     182
     183# Promises/A+ 2.3.3 has many tests and it sometimes exceeds the time limit.
     184webkit.org/b/136878 js/promises-tests/promises-tests-2-3-3.html [ Slow ]
    182185
    183186# @supports W3C Failures
     
    464467
    465468webkit.org/b/142175 js/promises-tests/promises-tests-2-1-2.html [ Pass Timeout ]
    466 webkit.org/b/139865 js/promises-tests/promises-tests-2-3-3.html [ Skip ]
    467469
    468470webkit.org/b/139840 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.