Skip to content

Commit

Permalink
Mark a bunch of idlharness tests as timeout=long
Browse files Browse the repository at this point in the history
These are all symptomatic of crbug.com/1047818, but to stop the pain for
sheriffs lets mark them timeout=long for now.

Bug: 1068574, 1065250, 1070562, 1073055
Change-Id: I76e29d3037bd0c98c96bf21a7427d7981b91def4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161728
Auto-Submit: Stephen McGruer <[email protected]>
Commit-Queue: Robert Ma <[email protected]>
Reviewed-by: Robert Ma <[email protected]>
Cr-Commit-Position: refs/heads/master@{#761981}
  • Loading branch information
stephenmcgruer authored and chromium-wpt-export-bot committed Apr 23, 2020
1 parent 4697868 commit a5d1774
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions fullscreen/idlharness.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions hr-time/idlharness.any.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// META: global=window,worker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions html-media-capture/idlharness.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions native-file-system/idlharness.https.any.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions navigation-timing/idlharness.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions orientation-event/idlharness.https.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

// https://w3c.github.io/deviceorientation/spec-source-orientation.html

Expand Down
1 change: 1 addition & 0 deletions origin-policy/idlharness.any.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// META: global=window,worker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions page-visibility/idlharness.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions payment-handler/idlharness.https.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: script=/service-workers/service-worker/resources/test-helpers.sub.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions permissions-revoke/idlharness.any.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions storage/idlharness.https.any.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions web-locks/idlharness.tentative.https.any.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: global=window,dedicatedworker,sharedworker,serviceworker
// META: timeout=long

'use strict';

Expand Down

0 comments on commit a5d1774

Please sign in to comment.