Skip to content

Commit

Permalink
Enable shadowrealm testing for compression api
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 13, 2023
1 parent 93aff94 commit c82521c
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion compression/compression-bad-chunks.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion compression/compression-constructor-error.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm
// META: script=third_party/pako/pako_inflate.min.js
// META: timeout=long

Expand Down
2 changes: 1 addition & 1 deletion compression/compression-large-flush-output.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm
// META: script=third_party/pako/pako_inflate.min.js
// META: script=resources/concatenate-stream.js
// META: timeout=long
Expand Down
2 changes: 1 addition & 1 deletion compression/compression-multiple-chunks.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm
// META: script=third_party/pako/pako_inflate.min.js
// META: timeout=long

Expand Down
2 changes: 1 addition & 1 deletion compression/compression-output-length.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion compression/compression-stream.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm
// META: script=third_party/pako/pako_inflate.min.js
// META: timeout=long

Expand Down
2 changes: 1 addition & 1 deletion compression/compression-with-detach.tentative.window.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm
// META: script=resources/concatenate-stream.js

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion compression/decompression-bad-chunks.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion compression/decompression-buffersource.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion compression/decompression-correct-input.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
2 changes: 1 addition & 1 deletion compression/decompression-corrupt-input.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META global=window,worker
// META global=window,worker,shadowrealm

// This test checks that DecompressionStream behaves according to the standard
// when the input is corrupted. To avoid a combinatorial explosion in the
Expand Down
4 changes: 2 additions & 2 deletions compression/decompression-empty-input.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down Expand Up @@ -40,4 +40,4 @@ promise_test(async t => {
assert_true(done, "read() should set done");
assert_equals(value, undefined, "value should be undefined");
await writePromise;
}, 'decompressing deflate-raw empty input should work');
}, 'decompressing deflate-raw empty input should work');
2 changes: 1 addition & 1 deletion compression/decompression-split-chunk.tentative.any.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm

'use strict';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm
// META: timeout=long
//
// This test isn't actually slow usually, but sometimes it takes >10 seconds on
Expand Down
2 changes: 1 addition & 1 deletion compression/decompression-with-detach.tentative.window.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// META: global=window,worker
// META: global=window,worker,shadowrealm
// META: script=resources/concatenate-stream.js

'use strict';
Expand Down

0 comments on commit c82521c

Please sign in to comment.