[Dart 3.0 alpha] Fix some test issues (legacy mode argument not passed in)

TEST=ci

Change-Id: Iebb31a509b99837e41cf3823ca366c1560777af6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/273920
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
This commit is contained in:
asiva 2022-12-06 19:34:47 +00:00 committed by Commit Queue
parent 606a64a743
commit e70e2bc1b7
2 changed files with 4 additions and 0 deletions

View file

@ -22,6 +22,7 @@ LibTest/io/Stdout/add_A02_t09: SkipByDesign
LibTest/io/Stdout/writeCharCode_A01_t03: SkipByDesign
LibTest/io/Stdout/write_A01_t04: SkipByDesign
LibTest/io/Stdout/write_A01_t05: SkipByDesign
LibTest/io/exit/exit_A04_t01: SkipByDesign
[ $compiler == dartk && $runtime == vm && $system == macos ]
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass

View file

@ -997,6 +997,9 @@
"options": {
"vm-options": [
"--no-sound-null-safety"
],
"gen-kernel-options": [
"--no-sound-null-safety"
]
}
},