Skip to content

Commit

Permalink
[WPT] Set long timeout for some service-worker WPTs
Browse files Browse the repository at this point in the history
They are marked as Timeout in Chromium TestExpectations, but probably
they are just taking longer time.
So this CL sets long timeouts for the tests.

Some of the tests are still failing, so this CL adds failing
-expected.txt and removes them from TestExpectations in Chromium,
to precisely specify how the test fails.

Bug: 339057198, 40475877
Change-Id: I3b48c1c9c51a5be0b1eadfdc89f930d50ba08db2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6325091
Commit-Queue: Yoshisato Yanagisawa <[email protected]>
Reviewed-by: Yoshisato Yanagisawa <[email protected]>
Commit-Queue: Hiroshige Hayashizaki <[email protected]>
Auto-Submit: Hiroshige Hayashizaki <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1428060}
  • Loading branch information
hiroshige-g authored and chromium-wpt-export-bot committed Mar 5, 2025
1 parent aeb01ec commit e27963b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<html>
<head>
<title>Service Worker GlobalScope onerror event</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/get-host-info.sub.js"></script>
<script src="/common/get-host-info.sub.js"></script>
</head>
<body>
<canvas id=canvas></canvas>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.sub.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.sub.js"></script>
Expand Down

0 comments on commit e27963b

Please sign in to comment.