Changeset 182013 in webkit
- Timestamp:
- Mar 26, 2015, 10:04:38 AM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r182012 r182013 1 2015-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 1 12 2015-03-26 Chris Fleizach <cfleizach@apple.com> 2 13 -
trunk/LayoutTests/TestExpectations
r182003 r182013 180 180 # nth-child tests takes long time and Debug build sometimes timeouts because there are many test cases. 181 181 webkit.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. 184 webkit.org/b/136878 js/promises-tests/promises-tests-2-3-3.html [ Slow ] 182 185 183 186 # @supports W3C Failures … … 464 467 465 468 webkit.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 ]467 469 468 470 webkit.org/b/139840 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Pass Failure ]
Note:
See TracChangeset
for help on using the changeset viewer.