Changeset 233754 in webkit


Ignore:
Timestamp:
Jul 11, 2018 8:36:18 PM (6 years ago)
Author:
rniwa@webkit.org
Message:

Layout Test editing/selection/navigation-clears-editor-state.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=187389

Reviewed by Wenson Hsieh.

Use 200 iterations like we did before r233701 and mark it as SLOW.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r233753 r233754  
     12018-07-11  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Layout Test editing/selection/navigation-clears-editor-state.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=187389
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        Use 200 iterations like we did before r233701 and mark it as SLOW.
     9
     10        * TestExpectations:
     11        * editing/selection/navigation-clears-editor-state.html:
     12
    1132018-07-11  Aditya Keerthi  <akeerthi@apple.com>
    214
  • trunk/LayoutTests/TestExpectations

    r233696 r233754  
    918918[ Debug ] jquery/offset.html [ Slow ]
    919919[ Debug ] jquery/traversing.html [ Slow ]
     920
     921webkit.org/b/187389 [ Debug ] editing/selection/navigation-clears-editor-state.html [ Slow ]
    920922
    921923webkit.org/b/139638 [ Debug ] svg/filters/svg-deeply-nested-crash.html [ Slow ]
  • trunk/LayoutTests/editing/selection/navigation-clears-editor-state.html

    r233701 r233754  
    3737
    3838    let frames = [];
    39     const count = 100;
     39    const count = 200;
    4040    for (let i = 0; i < count; ++i)
    4141        frames.push(appendIframe());
Note: See TracChangeset for help on using the changeset viewer.