Title: [271196] trunk/LayoutTests
- Revision
- 271196
- Author
- [email protected]
- Date
- 2021-01-06 01:12:16 -0800 (Wed, 06 Jan 2021)
Log 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (271195 => 271196)
--- trunk/LayoutTests/ChangeLog 2021-01-06 08:16:58 UTC (rev 271195)
+++ trunk/LayoutTests/ChangeLog 2021-01-06 09:12:16 UTC (rev 271196)
@@ -1,3 +1,14 @@
+2021-01-06 Youenn Fablet <[email protected]>
+
+ 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.
+
+ * platform/glib/TestExpectations:
+ * platform/ios-simulator-wk2/TestExpectations:
+
2021-01-05 Simon Fraser <[email protected]>
REGRESSION: animated iframe painted blank
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (271195 => 271196)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2021-01-06 08:16:58 UTC (rev 271195)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2021-01-06 09:12:16 UTC (rev 271196)
@@ -1,3 +1,15 @@
+2021-01-06 Youenn Fablet <[email protected]>
+
+ 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.
+
+ * 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.
+
2021-01-05 Yusuke Suzuki <[email protected]>
[WASM] [BigInt] Add I64 to BigInt conversion
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/xhr/event-timeout.any.js (271195 => 271196)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/xhr/event-timeout.any.js 2021-01-06 08:16:58 UTC (rev 271195)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/xhr/event-timeout.any.js 2021-01-06 09:12:16 UTC (rev 271196)
@@ -14,5 +14,5 @@
client.send(null);
test.step_timeout(() => {
assert_unreached("ontimeout not called.");
- }, 10);
+ }, 1000);
});
Modified: trunk/LayoutTests/platform/glib/TestExpectations (271195 => 271196)
--- trunk/LayoutTests/platform/glib/TestExpectations 2021-01-06 08:16:58 UTC (rev 271195)
+++ trunk/LayoutTests/platform/glib/TestExpectations 2021-01-06 09:12:16 UTC (rev 271196)
@@ -1034,7 +1034,6 @@
webkit.org/b/214155 imported/w3c/web-platform-tests/html/cross-origin-embedder-policy/blob.https.html [ Failure Pass ]
webkit.org/b/211692 imported/w3c/web-platform-tests/xhr/event-timeout-order.any.worker.html [ Failure Pass ]
-webkit.org/b/216961 imported/w3c/web-platform-tests/xhr/event-timeout.any.html [ Failure Pass ]
webkit.org/b/212217 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.html [ Failure ]
webkit.org/b/212217 imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker.html [ Failure ]
webkit.org/b/212806 imported/w3c/web-platform-tests/fetch/h1-parsing/resources-with-0x00-in-header.window.html [ Failure ]
Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (271195 => 271196)
--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations 2021-01-06 08:16:58 UTC (rev 271195)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations 2021-01-06 09:12:16 UTC (rev 271196)
@@ -128,8 +128,6 @@
webkit.org/b/217114 [ Release ] compositing/debug-borders-dynamic.html [ Pass ImageOnlyFailure ]
-webkit.org/b/217184 imported/w3c/web-platform-tests/xhr/event-timeout.any.html [ Failure ]
-
webkit.org/b/217414 [ Release ] imported/w3c/web-platform-tests/user-timing/measure-l3.any.html [ Pass Failure ]
webkit.org/b/217419 [ Release ] imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes