Title: [281218] trunk/LayoutTests
- Revision
- 281218
- Author
- [email protected]
- Date
- 2021-08-18 17:34:51 -0700 (Wed, 18 Aug 2021)
Log Message
[Fetch API][WebKit1] http/tests/fetch/keepalive-fetch-2.html is randomly failing
https://bugs.webkit.org/show_bug.cgi?id=229247
Unreviewed test gardening.
WebKit1 doesn't properly support keepalive fetch. Marked it as
flaky. Increased the number of fetches for testing WebKit2 more.
* http/tests/fetch/keepalive-fetch-2.html:
* http/tests/fetch/resources/keepalive-fetch-2-window.html:
* platform/ios-wk1/TestExpectations:
* platform/mac-wk1/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (281217 => 281218)
--- trunk/LayoutTests/ChangeLog 2021-08-19 00:20:53 UTC (rev 281217)
+++ trunk/LayoutTests/ChangeLog 2021-08-19 00:34:51 UTC (rev 281218)
@@ -1,3 +1,18 @@
+2021-08-18 Fujii Hironori <[email protected]>
+
+ [Fetch API][WebKit1] http/tests/fetch/keepalive-fetch-2.html is randomly failing
+ https://bugs.webkit.org/show_bug.cgi?id=229247
+
+ Unreviewed test gardening.
+
+ WebKit1 doesn't properly support keepalive fetch. Marked it as
+ flaky. Increased the number of fetches for testing WebKit2 more.
+
+ * http/tests/fetch/keepalive-fetch-2.html:
+ * http/tests/fetch/resources/keepalive-fetch-2-window.html:
+ * platform/ios-wk1/TestExpectations:
+ * platform/mac-wk1/TestExpectations:
+
2021-08-18 Eric Hutchison <[email protected]>
[Mac wk1 Debug] imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance-continue-async.htm is a flaky timeout.
Modified: trunk/LayoutTests/http/tests/fetch/keepalive-fetch-2.html (281217 => 281218)
--- trunk/LayoutTests/http/tests/fetch/keepalive-fetch-2.html 2021-08-19 00:20:53 UTC (rev 281217)
+++ trunk/LayoutTests/http/tests/fetch/keepalive-fetch-2.html 2021-08-19 00:34:51 UTC (rev 281218)
@@ -6,7 +6,7 @@
promise_test(async () => {
// Clear
let id = Math.random().toString();
- let suffixes = Array.from(Array(5).keys());
+ let suffixes = Array.from(Array(10).keys());
await Promise.all(suffixes.map((i) => {
let filename = `keepalive-fetch-2.${id}.${i}.txt`;
return fetch('resources/get-set-temp-file.py?cmd=clear&filename=' + filename);
Modified: trunk/LayoutTests/http/tests/fetch/resources/keepalive-fetch-2-window.html (281217 => 281218)
--- trunk/LayoutTests/http/tests/fetch/resources/keepalive-fetch-2-window.html 2021-08-19 00:20:53 UTC (rev 281217)
+++ trunk/LayoutTests/http/tests/fetch/resources/keepalive-fetch-2-window.html 2021-08-19 00:34:51 UTC (rev 281218)
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<script>
var id = location.hash.substring(1);
- let suffixes = Array.from(Array(5).keys());
+ let suffixes = Array.from(Array(10).keys());
suffixes.map((i) => {
let filename = `keepalive-fetch-2.${id}.${i}.txt`;
- fetch(`get-set-temp-file.py?cmd=set&delay=1000&filename=${filename}&data="" { keepalive: true });
+ fetch(`get-set-temp-file.py?cmd=set&delay=500&filename=${filename}&data="" { keepalive: true });
});
</script>
Modified: trunk/LayoutTests/platform/ios-wk1/TestExpectations (281217 => 281218)
--- trunk/LayoutTests/platform/ios-wk1/TestExpectations 2021-08-19 00:20:53 UTC (rev 281217)
+++ trunk/LayoutTests/platform/ios-wk1/TestExpectations 2021-08-19 00:34:51 UTC (rev 281218)
@@ -1953,3 +1953,5 @@
imported/w3c/web-platform-tests/fetch/stale-while-revalidate [ Skip ]
webkit.org/b/223193 imported/w3c/web-platform-tests/html/canvas/element/path-objects/2d.path.stroke.scale2.html [ Failure ]
+
+webkit.org/b/229247 http/tests/fetch/keepalive-fetch-2.html [ Pass Failure ]
Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (281217 => 281218)
--- trunk/LayoutTests/platform/mac-wk1/TestExpectations 2021-08-19 00:20:53 UTC (rev 281217)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations 2021-08-19 00:34:51 UTC (rev 281218)
@@ -1391,3 +1391,5 @@
# webkit.org/b/228200 Adjusting test expectations for Monterey on Open Source <rdar://80345048>:
[ Monterey ] webrtc/h264-high.html [ Failure ]
+
+webkit.org/b/229247 http/tests/fetch/keepalive-fetch-2.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes