Changeset 228081 in webkit


Ignore:
Timestamp:
Feb 4, 2018 10:32:51 PM (6 years ago)
Author:
jmarcell@apple.com
Message:

Cherry-pick r227935. rdar://problem/37145460

Location:
branches/safari-605-branch/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-605-branch/LayoutTests/ChangeLog

    r228080 r228081  
     12018-02-04  Jason Marcell  <jmarcell@apple.com>
     2
     3        Cherry-pick r227935. rdar://problem/37145460
     4
     5    2018-01-31  Chris Dumez  <cdumez@apple.com>
     6
     7            REGRESSION (r227340): Layout Test fast/workers/worker-cloneport.html is a flaky failure
     8            https://bugs.webkit.org/show_bug.cgi?id=182007
     9            <rdar://problem/37005504>
     10
     11            Reviewed by Ryosuke Niwa.
     12
     13            Increase the test's timeout. The test sometimes takes more than 1 second to run and would
     14            log a FAIL line, even though the test eventually succeeds.
     15
     16            * fast/workers/worker-cloneport.html:
     17            * platform/mac-wk2/TestExpectations:
     18
    1192018-02-04  Jason Marcell  <jmarcell@apple.com>
    220
  • branches/safari-605-branch/LayoutTests/fast/workers/worker-cloneport.html

    r124680 r228081  
    5858        var timer = setTimeout(function() {
    5959            log("FAILURE: Received: " + itemNum + " events - expected: " + numMessages);
    60         }, 1000);
     60            reportDone();
     61        }, 8000);
    6162        evt.ports[0].onmessage = function(event) {
    6263            var done = false;
  • branches/safari-605-branch/LayoutTests/platform/mac-wk2/TestExpectations

    r228080 r228081  
    866866webkit.org/b/181502 swipe/pushstate-with-manual-scrollrestoration.html [ Failure ]
    867867
    868 webkit.org/b/182007 [ Release ] fast/workers/worker-cloneport.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.