Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Partial reland of sound null safety for VM tests #27069

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions testing/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ def SnapshotTest(build_dir, test_packages, dart_file, kernel_file_output, verbos
dart,
'--disable-dart-dev',
frontend_server,
'--enable-experiment=non-nullable',
'--no-sound-null-safety',
'--sound-null-safety',
'--sdk-root',
flutter_patched_sdk,
'--incremental',
Expand Down
2 changes: 1 addition & 1 deletion testing/testing.gni
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ template("dart_snapshot_kernel") {
rebase_path("$root_out_dir/flutter_patched_sdk"),
"--target",
"flutter",
"--enable-experiment=non-nullable",
"--sound-null-safety",
"--output-dill",
rebase_path(invoker.dart_kernel, root_out_dir),
"--depfile",
Expand Down