Changeset 271196 in webkit
- Timestamp:
- Jan 6, 2021, 1:12:16 AM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 edited
-
ChangeLog (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/xhr/event-timeout.any.js (modified) (1 diff)
-
platform/glib/TestExpectations (modified) (1 diff)
-
platform/ios-simulator-wk2/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r271191 r271196 1 2021-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 1 12 2021-01-05 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/LayoutTests/imported/w3c/ChangeLog
r271168 r271196 1 2021-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 1 13 2021-01-05 Yusuke Suzuki <ysuzuki@apple.com> 2 14 -
trunk/LayoutTests/imported/w3c/web-platform-tests/xhr/event-timeout.any.js
r264174 r271196 15 15 test.step_timeout(() => { 16 16 assert_unreached("ontimeout not called."); 17 }, 10 );17 }, 1000); 18 18 }); -
trunk/LayoutTests/platform/glib/TestExpectations
r271136 r271196 1035 1035 1036 1036 webkit.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 ]1038 1037 webkit.org/b/212217 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.html [ Failure ] 1039 1038 webkit.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 129 129 webkit.org/b/217114 [ Release ] compositing/debug-borders-dynamic.html [ Pass ImageOnlyFailure ] 130 130 131 webkit.org/b/217184 imported/w3c/web-platform-tests/xhr/event-timeout.any.html [ Failure ]132 133 131 webkit.org/b/217414 [ Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.html [ Pass Failure ] 134 132
Note:
See TracChangeset
for help on using the changeset viewer.