| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 28442)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -152,12 +152,10 @@
|
| async/timer_test: Fail, Pass
|
|
|
| [ $runtime == vm ]
|
| -async/timer_not_available_test: Fail, OK # only meant to test when there is no way to
|
| - # implement timer (currently only in d8)
|
| -async/timer_isolate_test: Skip # See Issue 4997
|
| +async/timer_not_available_test: Fail, OK
|
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
|
|
| -[ $runtime == vm || ($compiler == none && $runtime == drt) ]
|
| +[ $compiler == none ]
|
| async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9001.
|
| mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464
|
| mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
|
| @@ -169,24 +167,23 @@
|
| 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 ]
|
| +mirrors/generic_bounded_test/none: Crash, Timeout # Issue 13952
|
| +mirrors/generic_bounded_test/01: Crash, RuntimeError, Timeout # Issue 13952, 13808
|
| +mirrors/generic_bounded_test/02: Crash, Pass, Timeout # Issue 13952, 13808
|
| +mirrors/generic_bounded_by_type_parameter_test/none: Crash, Timeout # Issue 13952
|
| +mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError, Timeout # Issue 13952, 13808
|
| +mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass, Timeout # Issue 13952
|
| +mirrors/generic_f_bounded_test: RuntimeError # Issue 13808
|
| async/timer_isolate_test: Skip # See Issue 4997
|
| -async/timer_not_available_test: Skip # only meant to test when there is no way to
|
| - # implement timer (currently only in d8)
|
| +async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
| +
|
| +[ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
|
| mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
|
| mirrors/local_isolate_test: Skip # http://dartbug.com/12188
|
| async/run_async6_test: Fail # Issue 10910
|
| +async/run_async4_test: Fail # Issue 13921
|
|
|
| +
|
| [ $compiler == none && $runtime == drt && $system == windows ]
|
| async/multiple_timer_test: Fail, Pass # See Issue 10982
|
| async/timer_test: Fail, Pass # See Issue 10982
|
| @@ -220,36 +217,5 @@
|
| mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
|
|
|
| [ $compiler == none && $runtime == dartium ]
|
| -async/run_async3_test: Fail # Issue 13719: Please triage this failure.
|
| -async/run_async4_test: Fail # Issue 13719: Please triage this failure.
|
| -async/run_async6_test: Fail # Issue 13719: Please triage this failure.
|
| -async/timer_not_available_test: Fail # Issue 13719: Please triage this failure.
|
| -mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
|
| -mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
|
| -mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
|
| -mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
|
| -mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
|
| -mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
|
| -
|
| -mirrors/generics_substitution_test: RuntimeError # Issue 13808
|
| -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.
|
| -async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
|
| -
|
| -[ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
|
| -async/run_async4_test: Fail # Issue 13921
|
|
|