| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index daf4ba1dfa1ec965d90cd012196ce14a9d84c80d..68a98badac8a104b7806d72091bff0e0d3ab6975 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -15,6 +15,11 @@ mirrors/equality_test/02: RuntimeError # Issue 12333
|
| mirrors/fake_function_test: RuntimeError # Issue 11612
|
| mirrors/function_type_mirror_test: RuntimeError # Issue 12166
|
| mirrors/generics_test/01: RuntimeError # Issue 12087
|
| +mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
|
| +mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
|
| +mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
|
| +mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
|
| +mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
|
| mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
|
| mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
|
| mirrors/generics_substitution_test: RuntimeError # Issue 12087
|
| @@ -52,6 +57,10 @@ mirrors/closures_test/none: RuntimeError # Issue 6490
|
| mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
|
| async/stream_controller_async_test: Pass, Fail # Issue 13608
|
|
|
| +[ $compiler == dart2js && $unchecked ]
|
| +mirrors/generic_bounded_test/02: RuntimeError # Issue 12087
|
| +mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087
|
| +
|
| [ $compiler == dart2js && $checked ]
|
| mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706
|
|
|
| @@ -160,6 +169,16 @@ mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
|
| mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
|
| mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
|
|
|
| +# Crash = Issue 13952
|
| +# RuntimeError = Issue 13808
|
| +mirrors/generic_bounded_test/none: Crash
|
| +mirrors/generic_bounded_test/01: Crash, RuntimeError
|
| +mirrors/generic_bounded_test/02: Crash, Pass
|
| +mirrors/generic_bounded_by_type_parameter_test/none: Crash
|
| +mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError
|
| +mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
|
| +mirrors/generic_f_bounded_test: RuntimeError
|
| +
|
| [ $compiler == none && $runtime == drt ]
|
| async/timer_isolate_test: Skip # See Issue 4997
|
| async/timer_not_available_test: Skip # only meant to test when there is no way to
|
| @@ -213,6 +232,16 @@ mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
|
| mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
|
| mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
|
|
|
| +# Crash = Issue 13952
|
| +# RuntimeError = Issue 13808
|
| +mirrors/generic_bounded_test/none: Crash
|
| +mirrors/generic_bounded_test/01: Crash, RuntimeError
|
| +mirrors/generic_bounded_test/02: Crash, Pass
|
| +mirrors/generic_bounded_by_type_parameter_test/none: Crash
|
| +mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError
|
| +mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
|
| +mirrors/generic_f_bounded_test: RuntimeError
|
| +
|
| [ $compiler == none && $runtime == dartium ]
|
| async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
|
| async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failure.
|
|
|