| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 async/stream_transform_test: StaticWarning | 246 async/stream_transform_test: StaticWarning |
| 247 async/stream_transformer_from_handlers_test: StaticWarning | 247 async/stream_transformer_from_handlers_test: StaticWarning |
| 248 async/stream_transformer_test: StaticWarning | 248 async/stream_transformer_test: StaticWarning |
| 249 async/zone_debug_test: StaticWarning | 249 async/zone_debug_test: StaticWarning |
| 250 convert/chunked_conversion1_test: StaticWarning | 250 convert/chunked_conversion1_test: StaticWarning |
| 251 convert/chunked_conversion_json_decode1_test: StaticWarning | 251 convert/chunked_conversion_json_decode1_test: StaticWarning |
| 252 math/min_max_test: StaticWarning | 252 math/min_max_test: StaticWarning |
| 253 mirrors/equality_test/02: StaticWarning # Issue 14524 | 253 mirrors/equality_test/02: StaticWarning # Issue 14524 |
| 254 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 | 254 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 |
| 255 mirrors/invoke_named_test: StaticWarning # Issue 14522 | 255 mirrors/invoke_named_test: StaticWarning # Issue 14522 |
| 256 mirrors/metadata_allowed_values_test/none: CompileTimeError # Issue 14688 | |
| 257 mirrors/private_symbol_test: StaticWarning # Issue 14524 | 256 mirrors/private_symbol_test: StaticWarning # Issue 14524 |
| 258 mirrors/reflect_class_test: StaticWarning # Issue 14524 | 257 mirrors/reflect_class_test: StaticWarning # Issue 14524 |
| 259 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 | 258 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 |
| 260 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 | 259 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 |
| 261 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 | 260 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 |
| 262 | 261 |
| 263 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>' | 262 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/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 263 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 | 264 |
| 266 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 265 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 mirrors/operator_test: StaticWarning, OK # API being removed. | 300 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 302 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 301 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 303 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 302 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 304 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 303 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 305 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 304 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 306 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 305 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 307 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 306 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 308 mirrors/return_type_test: StaticWarning, OK # API being removed. | 307 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 309 mirrors/static_test: StaticWarning, OK # API being removed. | 308 mirrors/static_test: StaticWarning, OK # API being removed. |
| 310 mirrors/to_string_test: StaticWarning, OK # API being removed. | 309 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |