| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 1571968819f0a47058b7b59a4c4d2391873041cd..1ec30fde01f9181d06c4b587ede8c21244f43c9d 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -345,8 +345,18 @@ duplicate_part_test/01: MissingCompileTimeError # Issue 27516
|
| vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
|
| config_import_corelib_test: StaticWarning, OK
|
|
|
| +null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025
|
| +null_bottom_test/01: Pass, CompileTimeError # Issue 28025
|
| +null_bottom_test/02: Pass, CompileTimeError # Issue 28025
|
| +null_bottom_test/03: Pass, CompileTimeError # Issue 28025
|
| +
|
| # Issue #28236
|
| async_await_test: StaticWarning
|
| async_star_pause_test: StaticWarning
|
| async_star_test: StaticWarning
|
| regress_18535_test: StaticWarning
|
| +
|
| +[ $runtime == dart_precompiled || $runtime == vm ]
|
| +null_bottom_test/none: RuntimeError # Issue 28025
|
| +null_bottom_test/01: RuntimeError # Issue 28025
|
| +null_bottom_test/02: RuntimeError # Issue 28025
|
|
|