| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 | 46 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 |
| 47 mirrors/invoke_test: RuntimeError # Issue 11954 | 47 mirrors/invoke_test: RuntimeError # Issue 11954 |
| 48 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 | 48 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 |
| 49 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 | 49 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 |
| 50 mirrors/invoke_private_test: CompileTimeError # Issue 12164 | 50 mirrors/invoke_private_test: CompileTimeError # Issue 12164 |
| 51 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 | 51 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 |
| 52 mirrors/invoke_throws_test: RuntimeError # Issue 11954 | 52 mirrors/invoke_throws_test: RuntimeError # Issue 11954 |
| 53 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 | 53 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 |
| 54 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 | 54 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 |
| 55 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 55 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 56 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 |
| 57 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 |
| 58 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 |
| 59 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 |
| 60 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 |
| 61 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 |
| 56 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 62 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
| 57 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 63 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 58 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 | 64 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 |
| 59 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 65 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
| 60 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. | 66 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. |
| 61 mirrors/mixin_test: RuntimeError # Issue 12464 | 67 mirrors/mixin_test: RuntimeError # Issue 12464 |
| 62 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 | 68 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 |
| 63 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 | 69 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 |
| 64 mirrors/null_test : RuntimeError # Issue 12129 | 70 mirrors/null_test : RuntimeError # Issue 12129 |
| 65 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 71 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 async/stream_transform_test: StaticWarning | 247 async/stream_transform_test: StaticWarning |
| 242 async/stream_transformer_from_handlers_test: StaticWarning | 248 async/stream_transformer_from_handlers_test: StaticWarning |
| 243 async/stream_transformer_test: StaticWarning | 249 async/stream_transformer_test: StaticWarning |
| 244 async/zone_debug_test: StaticWarning | 250 async/zone_debug_test: StaticWarning |
| 245 convert/chunked_conversion1_test: StaticWarning | 251 convert/chunked_conversion1_test: StaticWarning |
| 246 convert/chunked_conversion_json_decode1_test: StaticWarning | 252 convert/chunked_conversion_json_decode1_test: StaticWarning |
| 247 math/min_max_test: StaticWarning | 253 math/min_max_test: StaticWarning |
| 248 mirrors/equality_test/02: StaticWarning # Issue 14524 | 254 mirrors/equality_test/02: StaticWarning # Issue 14524 |
| 249 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 | 255 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 |
| 250 mirrors/invoke_named_test: StaticWarning # Issue 14522 | 256 mirrors/invoke_named_test: StaticWarning # Issue 14522 |
| 257 mirrors/metadata_allowed_values_test/none: CompileTimeError # Issue 14688 |
| 251 mirrors/private_symbol_test: StaticWarning # Issue 14524 | 258 mirrors/private_symbol_test: StaticWarning # Issue 14524 |
| 252 mirrors/reflect_class_test: StaticWarning # Issue 14524 | 259 mirrors/reflect_class_test: StaticWarning # Issue 14524 |
| 253 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 | 260 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 |
| 254 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 | 261 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 |
| 255 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 | 262 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 |
| 256 | 263 |
| 257 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' | 264 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' |
| 258 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 265 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> |
| 259 | 266 |
| 260 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 267 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 mirrors/operator_test: StaticWarning, OK # API being removed. | 303 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 297 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 304 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 298 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 305 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 299 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 306 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 300 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 307 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 301 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 308 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 302 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 309 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 303 mirrors/return_type_test: StaticWarning, OK # API being removed. | 310 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 304 mirrors/static_test: StaticWarning, OK # API being removed. | 311 mirrors/static_test: StaticWarning, OK # API being removed. |
| 305 mirrors/to_string_test: StaticWarning, OK # API being removed. | 312 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |