| Index: tests/lib_2/lib_2_kernel.status
|
| diff --git a/tests/lib_2/lib_2_kernel.status b/tests/lib_2/lib_2_kernel.status
|
| index c719d9e7b71c61df796a9a3e173c162b4934c27a..f71a0efd419a3e0ec1eb1ec515cf75a909ddbb92 100644
|
| --- a/tests/lib_2/lib_2_kernel.status
|
| +++ b/tests/lib_2/lib_2_kernel.status
|
| @@ -13,9 +13,29 @@ mirrors/class_mirror_location_test: RuntimeError
|
| mirrors/constructor_kinds_test/01: RuntimeError
|
| mirrors/constructor_kinds_test/none: RuntimeError
|
| mirrors/constructor_optional_args_test: Crash # Issue 29201
|
| +mirrors/constructor_private_name_test: RuntimeError
|
| +mirrors/dart2js_mirrors_test: Crash
|
| +mirrors/deferred_type_test: RuntimeError
|
| +mirrors/empty_test: Crash
|
| +mirrors/empty_test: Crash
|
| +mirrors/enum_test: RuntimeError
|
| +mirrors/equality_test: RuntimeError
|
| +mirrors/deferred_mirrors_test: CompileTimeError
|
| +mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kernel issue 28335.
|
| +mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading kernel issue 28335.
|
| +mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
|
| [ $compiler == dartk && $runtime == vm ]
|
| mirrors/class_mirror_location_test: RuntimeError
|
| mirrors/constructor_kinds_test/01: RuntimeError
|
| mirrors/constructor_kinds_test/none: RuntimeError
|
| mirrors/constructor_optional_args_test: CompileTimeError
|
| +
|
| +[ $compiler == dartk && $runtime == vm ]
|
| +mirrors/constructor_private_name_test: RuntimeError
|
| +mirrors/deferred_mirrors_metadata_test: RuntimeError
|
| +mirrors/deferred_mirrors_metatarget_test: RuntimeError
|
| +mirrors/deferred_mirrors_update_test: RuntimeError
|
| +mirrors/empty_test: RuntimeError
|
| +mirrors/empty_test: RuntimeError
|
| +mirrors/equality_test: RuntimeError
|
|
|