Changeset 177271 in webkit


Ignore:
Timestamp:
Dec 14, 2014 9:03:15 PM (9 years ago)
Author:
ap@apple.com
Message:

jquery/manipulation.html is very slow in debug builds, frequently timing out
https://bugs.webkit.org/show_bug.cgi?id=61932

Several fast/selectors tests are very slow in debug
https://bugs.webkit.org/show_bug.cgi?id=139634

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r177268 r177271  
     12014-12-14  Alexey Proskuryakov  <ap@apple.com>
     2
     3        jquery/manipulation.html is very slow in debug builds, frequently timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=61932
     5
     6        Several fast/selectors tests are very slow in debug
     7        https://bugs.webkit.org/show_bug.cgi?id=139634
     8
     9        * TestExpectations: Mark them as slow
     10
    1112014-12-14  Alexey Proskuryakov  <ap@apple.com>
    212
  • trunk/LayoutTests/TestExpectations

    r177268 r177271  
    328328webkit.org/b/139548 fast/workers/worker-constructor.html [ Skip ]
    329329webkit.org/b/139548 fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Skip ]
     330
     331webkit.org/b/139634 fast/selectors/matches-backtracking.html [ Slow ]
     332webkit.org/b/139634 fast/selectors/nth-child-of-register-requirement.html [ Slow ]
     333webkit.org/b/139634 fast/selectors/not-backtracking.html [ Slow ]
     334webkit.org/b/61932 jquery/manipulation.html [ Slow ]
Note: See TracChangeset for help on using the changeset viewer.