| 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_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| 10 | 10 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 mirrors/null_test : RuntimeError # Issue 12129 | 68 mirrors/null_test : RuntimeError # Issue 12129 |
| 69 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 69 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| 70 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 | 70 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 |
| 71 mirrors/private_symbol_test: CompileTimeError # Issue 13597 | 71 mirrors/private_symbol_test: CompileTimeError # Issue 13597 |
| 72 mirrors/proxy_type_test: RuntimeError # Issue 13842 | 72 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
| 73 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 73 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
| 74 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 74 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
| 75 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 75 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
| 76 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 | 76 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 |
| 77 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 | 77 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 |
| 78 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 | |
| 79 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 78 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
| 80 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 | 79 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 |
| 81 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 80 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
| 82 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 81 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 83 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 84 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 85 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 86 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 | 85 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 |
| 87 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 | 86 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 |
| 88 | 87 |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 mirrors/operator_test: StaticWarning, OK # API being removed. | 285 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 287 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 286 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 288 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 287 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 289 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 288 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 290 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 289 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 291 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 290 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 292 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 291 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 293 mirrors/return_type_test: StaticWarning, OK # API being removed. | 292 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 294 mirrors/static_test: StaticWarning, OK # API being removed. | 293 mirrors/static_test: StaticWarning, OK # API being removed. |
| 295 mirrors/to_string_test: StaticWarning, OK # API being removed. | 294 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |