From d889f996577a6345d08c4ce71063be6d765fb5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 26 Jan 2024 23:35:43 +0100 Subject: chore: use granular unstable flags in tools/ (#22138) --- tools/wpt/runner.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/wpt') 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", ]; -- cgit v1.2.3