| 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 fab3a4180f0349059e78f46db1836f3c1022f239..e79320c04be0479415c682e7f8cf41c56f5a4339 100644
|
| --- a/tests/lib_2/lib_2_kernel.status
|
| +++ b/tests/lib_2/lib_2_kernel.status
|
| @@ -6,3 +6,15 @@
|
| async/future_or_strong_test: RuntimeError
|
| async/future_test/01: RuntimeError
|
| async/future_test/none: RuntimeError
|
| +mirrors/class_declarations_test/01: RuntimeError
|
| +mirrors/class_declarations_test/none: RuntimeError
|
| +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
|
| +
|
| +[ $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
|
|
|