Skip to content

Commit

Permalink
[dart2wasm] Remove --turboshaft-wasm flag (which was removed from D8)…
Browse files Browse the repository at this point in the history
… in test runner

Running tests currently result in a warning by D8:

    Warning: unknown flag --turboshaft-wasm.

Turboshaft was enabled by default in V8 and is no longer exposed as a
flag.

Change-Id: I487f145ba60b20d7c61397c4ad4c5af1d0263b60
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404320
Reviewed-by: Ömer Ağacan <[email protected]>
Commit-Queue: Martin Kustermann <[email protected]>
  • Loading branch information
mkustermann authored and Commit Queue committed Jan 14, 2025
1 parent ac9acf5 commit e13db8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/test_runner/lib/src/compiler_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ class Dart2WasmCompilerConfiguration extends CompilerConfiguration {
final isD8 = runtimeConfiguration is D8RuntimeConfiguration;
return [
if (isD8) ...[
'--shell-option=--turboshaft-wasm',
'--shell-option=--experimental-wasm-imported-strings',
],
wasmFilename,
Expand Down

0 comments on commit e13db8b

Please sign in to comment.