| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $csp ] | 5 [ $csp ] |
| 6 mirrors/delegate_test: RuntimeError # Issue 13864 | 6 mirrors/delegate_test: RuntimeError # Issue 13864 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 | 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 |
| 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 | 38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 |
| 39 mirrors/immutable_collections_test: RuntimeError # Issue 14030 | 39 mirrors/immutable_collections_test: RuntimeError # Issue 14030 |
| 40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 | 40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 |
| 41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 | 41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 |
| 42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 | 42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 |
| 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 | 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 |
| 44 mirrors/invoke_test: RuntimeError # Issue 11954 | 44 mirrors/invoke_test: RuntimeError # Issue 11954 |
| 45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 | 45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 |
| 46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 | 46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 |
| 47 mirrors/invoke_private_test: CompileTimeError # Issue 12164 | 47 mirrors/invoke_private_test: CompileTimeError # Issue 12164 |
| 48 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 |
| 48 mirrors/invoke_throws_test: RuntimeError # Issue 11954 | 49 mirrors/invoke_throws_test: RuntimeError # Issue 11954 |
| 49 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 | 50 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 |
| 50 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 | 51 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 |
| 51 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 52 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 52 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 53 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
| 53 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 54 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 54 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 | 55 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 |
| 55 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 56 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
| 56 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. | 57 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. |
| 57 mirrors/mixin_test: RuntimeError # Issue 12464 | 58 mirrors/mixin_test: RuntimeError # Issue 12464 |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 mirrors/operator_test: StaticWarning, OK # API being removed. | 288 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 288 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 289 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 289 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 290 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 290 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 291 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 291 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 292 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 292 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 293 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 293 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 294 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 294 mirrors/return_type_test: StaticWarning, OK # API being removed. | 295 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 295 mirrors/static_test: StaticWarning, OK # API being removed. | 296 mirrors/static_test: StaticWarning, OK # API being removed. |
| 296 mirrors/to_string_test: StaticWarning, OK # API being removed. | 297 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |