⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271196 in webkit


Ignore:
Timestamp:
Jan 6, 2021, 1:12:16 AM (6 years ago)
Author:
youenn@apple.com
Message:

REGRESSION (r267227): imported/w3c/web-platform-tests/xhr/event-timeout.any.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=216961
<rdar://problem/69548545>

Reviewed by Darin Adler.

LayoutTests/imported/w3c:

  • web-platform-tests/xhr/event-timeout.any.js:

(test.step):
Increase the timeout to 1 second since 10ms might be too small to get consistent results now that we are doing an IPC message to network process to check load is not yet finished.

LayoutTests:

  • platform/glib/TestExpectations:
  • platform/ios-simulator-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r271191 r271196  
     12021-01-06  Youenn Fablet  <youenn@apple.com>
     2
     3        REGRESSION (r267227): imported/w3c/web-platform-tests/xhr/event-timeout.any.html is a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=216961
     5        <rdar://problem/69548545>
     6
     7        Reviewed by Darin Adler.
     8
     9        * platform/glib/TestExpectations:
     10        * platform/ios-simulator-wk2/TestExpectations:
     11
    1122021-01-05  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r271168 r271196  
     12021-01-06  Youenn Fablet  <youenn@apple.com>
     2
     3        REGRESSION (r267227): imported/w3c/web-platform-tests/xhr/event-timeout.any.html is a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=216961
     5        <rdar://problem/69548545>
     6
     7        Reviewed by Darin Adler.
     8
     9        * web-platform-tests/xhr/event-timeout.any.js:
     10        (test.step):
     11        Increase the timeout to 1 second since 10ms might be too small to get consistent results now that we are doing an IPC message to network process to check load is not yet finished.
     12
    1132021-01-05  Yusuke Suzuki  <ysuzuki@apple.com>
    214
  • trunk/LayoutTests/imported/w3c/web-platform-tests/xhr/event-timeout.any.js

    r264174 r271196  
    1515  test.step_timeout(() => {
    1616    assert_unreached("ontimeout not called.");
    17   }, 10);
     17  }, 1000);
    1818});
  • trunk/LayoutTests/platform/glib/TestExpectations

    r271136 r271196  
    10351035
    10361036webkit.org/b/211692 imported/w3c/web-platform-tests/xhr/event-timeout-order.any.worker.html [ Failure Pass ]
    1037 webkit.org/b/216961 imported/w3c/web-platform-tests/xhr/event-timeout.any.html [ Failure Pass ]
    10381037webkit.org/b/212217 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.html [ Failure ]
    10391038webkit.org/b/212217 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker.html [ Failure ]
  • trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations

    r270568 r271196  
    129129webkit.org/b/217114 [ Release ] compositing/debug-borders-dynamic.html [ Pass ImageOnlyFailure ]
    130130
    131 webkit.org/b/217184 imported/w3c/web-platform-tests/xhr/event-timeout.any.html [ Failure ]
    132 
    133131webkit.org/b/217414 [ Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.html [ Pass Failure ]
    134132
Note: See TracChangeset for help on using the changeset viewer.