diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-26 23:35:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 22:35:43 +0000 |
commit | d889f996577a6345d08c4ce71063be6d765fb5ec (patch) | |
tree | 18e8e2b37b7644ec8f62c21e74c92c217f0813ae /tools/wpt/runner.ts | |
parent | 84fb2ad71b94ce773cefcbc868b160a73c52ab47 (diff) |
chore: use granular unstable flags in tools/ (#22138)
Diffstat (limited to 'tools/wpt/runner.ts')
-rw-r--r-- | tools/wpt/runner.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 47e6bb2f5..2da3a95de 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -100,7 +100,9 @@ export async function runSingleTest( const args = [ "run", "-A", - "--unstable", + "--unstable-broadcast-channel", + "--unstable-webgpu", + "--unstable-net", "--v8-flags=--expose-gc", ]; |