Changeset 201682 in webkit


Ignore:
Timestamp:
Jun 4, 2016 12:11:17 PM (8 years ago)
Author:
ap@apple.com
Message:

REGRESSION (r201263): Some tests have become flaky timeouts.
https://bugs.webkit.org/show_bug.cgi?id=157990

Reviewed by Darin Adler.

Tools:

  • WebKitTestRunner/TestInvocation.cpp: (WTR::TestInvocation::invoke):

It is somewhat legitimate for WebContent to not respond to messages after the test
is done; it can be e.g. re-doing a costly repaint. So, we should restart is silently,
without making the current test fail.

LayoutTests:

  • platform/mac-wk2/TestExpectations:
  • platform/mac/TestExpectations:
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r201680 r201682  
     12016-06-04  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION (r201263): Some tests have become flaky timeouts.
     4        https://bugs.webkit.org/show_bug.cgi?id=157990
     5
     6        Reviewed by Darin Adler.
     7
     8        * platform/mac-wk2/TestExpectations:
     9        * platform/mac/TestExpectations:
     10
    1112016-06-04  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r201662 r201682  
    463463webkit.org/b/157589 fast/text-autosizing/ios/text-autosizing-after-back.html [ Pass Timeout ]
    464464
    465 webkit.org/b/158133 [ Debug ] js/function-apply.html [ Pass Timeout ]
    466 
    467465webkit.org/b/158237 fast/scrolling/scroll-container-horizontally.html [ Pass Timeout ]
  • trunk/LayoutTests/platform/mac/TestExpectations

    r201679 r201682  
    13451345webkit.org/b/155196 media/video-with-file-url-allowed-by-csp-media-src-star-with-AllowContentSecurityPolicySourceStarToMatchAnyProtocol-enabled.html [ Skip ]
    13461346
    1347 webkit.org/b/157990 [ Release ] mathml/wbr-in-mroot-crash.html [ Timeout ]
    1348 
    13491347webkit.org/b/158101 imported/blink/http/tests/plugins/get-url-notify-on-removal.html [ Pass Timeout ]
    13501348
  • trunk/Tools/ChangeLog

    r201642 r201682  
     12016-06-04  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION (r201263): Some tests have become flaky timeouts.
     4        https://bugs.webkit.org/show_bug.cgi?id=157990
     5
     6        Reviewed by Darin Adler.
     7
     8        * WebKitTestRunner/TestInvocation.cpp: (WTR::TestInvocation::invoke):
     9        It is somewhat legitimate for WebContent to not respond to messages after the test
     10        is done; it can be e.g. re-doing a costly repaint. So, we should restart is silently,
     11        without making the current test fail.
     12
    1132016-06-03  Youenn Fablet  <youenn.fablet@crf.canon.fr>
    214
  • trunk/Tools/WebKitTestRunner/TestInvocation.cpp

    r201263 r201682  
    175175    else if (TestController::singleton().resetStateToConsistentValues(m_options))
    176176        return;
    177     else
    178         dumpWebProcessUnresponsiveness("TestController::resetStateToConsistentValues failed\n");
    179177
    180178    // The process is unresponsive, so let's start a new one.
Note: See TracChangeset for help on using the changeset viewer.