| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 | 63 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 |
| 64 mirrors/null_test : RuntimeError # Issue 12129 | 64 mirrors/null_test : RuntimeError # Issue 12129 |
| 65 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 65 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| 66 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 | 66 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 |
| 67 mirrors/private_symbol_test: CompileTimeError # Issue 13597 | 67 mirrors/private_symbol_test: CompileTimeError # Issue 13597 |
| 68 mirrors/proxy_type_test: RuntimeError # Issue 13842 | 68 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
| 69 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 69 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
| 70 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 70 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
| 71 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 71 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
| 72 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 | 72 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 |
| 73 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 |
| 73 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 74 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
| 74 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 | 75 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 |
| 75 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 76 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
| 76 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 77 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 77 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 78 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 78 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 79 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 79 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 80 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 80 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 | 81 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 |
| 81 | 82 |
| 82 [ $compiler == dart2js && $unchecked ] | 83 [ $compiler == dart2js && $unchecked ] |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 mirrors/operator_test: StaticWarning, OK # API being removed. | 297 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 297 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 298 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 298 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 299 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 299 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 300 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 300 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 301 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 301 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 302 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 302 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 303 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 303 mirrors/return_type_test: StaticWarning, OK # API being removed. | 304 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 304 mirrors/static_test: StaticWarning, OK # API being removed. | 305 mirrors/static_test: StaticWarning, OK # API being removed. |
| 305 mirrors/to_string_test: StaticWarning, OK # API being removed. | 306 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |