| 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 | |
| 10 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 |
| 11 | 10 |
| 12 math/double_pow_test: RuntimeError | 11 math/double_pow_test: RuntimeError |
| 13 math/low_test: RuntimeError | 12 math/low_test: RuntimeError |
| 14 math/random_test: RuntimeError | 13 math/random_test: RuntimeError |
| 15 | 14 |
| 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 | 15 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 |
| 17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 16 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
| 18 mirrors/closures_test/none: RuntimeError # Issue 6490 | 17 mirrors/closures_test/none: RuntimeError # Issue 6490 |
| 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 | 18 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728. | 127 async/run_zoned8_test: Fail # Timer interface not supported: dartbug.com/7728. |
| 129 | 128 |
| 130 | 129 |
| 131 [ $compiler == dart2js && $browser ] | 130 [ $compiler == dart2js && $browser ] |
| 132 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to | 131 async/timer_not_available_test: Fail, OK # only meant to test when there is no w
ay to |
| 133 # implement timer (currently only in d8
) | 132 # implement timer (currently only in d8
) |
| 134 | 133 |
| 135 [ $compiler == dart2dart ] | 134 [ $compiler == dart2dart ] |
| 136 mirrors/*: Skip # http://dartbug.com/11511 | 135 mirrors/*: Skip # http://dartbug.com/11511 |
| 137 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 | 136 async/schedule_microtask6_test: Fail # Issue 10957 - may be related
to issue 10910 |
| 138 async/schedule_microtask3_test: RuntimeError # Issue 13719: Please triage this f
ailure. | |
| 139 | 137 |
| 140 [ $compiler == dart2dart && $minified ] | 138 [ $compiler == dart2dart && $minified ] |
| 141 json/json_test: Fail # Issue 10961 | 139 json/json_test: Fail # Issue 10961 |
| 142 | 140 |
| 143 [ $compiler == dart2js && $minified ] | 141 [ $compiler == dart2js && $minified ] |
| 144 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 | 142 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 |
| 145 | 143 |
| 146 [ $runtime == ff ] | 144 [ $runtime == ff ] |
| 147 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 | 145 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291
386 |
| 148 async/multiple_timer_test: Pass, Fail | 146 async/multiple_timer_test: Pass, Fail |
| (...skipping 20 matching lines...) Expand all Loading... |
| 169 | 167 |
| 170 [ $runtime == opera && $system == windows] | 168 [ $runtime == opera && $system == windows] |
| 171 # TODO(efortuna): Investigate. | 169 # TODO(efortuna): Investigate. |
| 172 async/timer_test: Fail, Pass | 170 async/timer_test: Fail, Pass |
| 173 | 171 |
| 174 [ $runtime == vm ] | 172 [ $runtime == vm ] |
| 175 async/timer_not_available_test: Fail, OK | 173 async/timer_not_available_test: Fail, OK |
| 176 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 177 | 175 |
| 178 [ $compiler == none ] | 176 [ $compiler == none ] |
| 179 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | |
| 180 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 177 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 181 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 182 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 183 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 184 | 181 |
| 185 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 | 182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 |
| 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 183 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 187 | 184 |
| 188 mirrors/static_members_test: RuntimeError # Issue 14632 | 185 mirrors/static_members_test: RuntimeError # Issue 14632 |
| 189 mirrors/toplevel_members_test: RuntimeError # Issue 14632 | 186 mirrors/toplevel_members_test: RuntimeError # Issue 14632 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 219 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 216 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 220 | 217 |
| 221 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 218 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 222 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 219 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 223 async/timer_isolate_test: Fail | 220 async/timer_isolate_test: Fail |
| 224 | 221 |
| 225 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 222 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 226 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 223 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 227 | 224 |
| 228 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 225 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 229 async/future_test: StaticWarning | |
| 230 async/future_value_chain4_test: StaticWarning | |
| 231 async/schedule_microtask3_test: StaticWarning | |
| 232 async/stream_controller_async_test: StaticWarning | |
| 233 async/stream_controller_test: StaticWarning | |
| 234 async/stream_event_transformed_test: StaticWarning | |
| 235 async/stream_first_where_test: StaticWarning | |
| 236 async/stream_from_iterable_test: StaticWarning | |
| 237 async/stream_join_test: StaticWarning | |
| 238 async/stream_last_where_test: StaticWarning | |
| 239 async/stream_single_test: StaticWarning | |
| 240 async/stream_single_to_multi_subscriber_test: StaticWarning | |
| 241 async/stream_transform_test: StaticWarning | |
| 242 async/stream_transformer_from_handlers_test: StaticWarning | |
| 243 async/stream_transformer_test: StaticWarning | |
| 244 async/zone_debug_test: StaticWarning | |
| 245 convert/chunked_conversion1_test: StaticWarning | |
| 246 convert/chunked_conversion_json_decode1_test: StaticWarning | |
| 247 math/min_max_test: StaticWarning | |
| 248 mirrors/equality_test/02: StaticWarning # Issue 14524 | 226 mirrors/equality_test/02: StaticWarning # Issue 14524 |
| 249 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 | 227 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 |
| 250 mirrors/invoke_named_test: StaticWarning # Issue 14522 | 228 mirrors/invoke_named_test: StaticWarning # Issue 14522 |
| 251 mirrors/private_symbol_test: StaticWarning # Issue 14524 | 229 mirrors/private_symbol_test: StaticWarning # Issue 14524 |
| 252 mirrors/reflect_class_test: StaticWarning # Issue 14524 | 230 mirrors/reflect_class_test: StaticWarning # Issue 14524 |
| 253 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 | 231 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 |
| 254 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 | 232 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 |
| 255 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 | 233 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 |
| 256 | 234 |
| 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>' | 235 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>' |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 mirrors/operator_test: StaticWarning, OK # API being removed. | 274 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 297 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 275 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 298 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 276 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 299 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 277 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 300 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 278 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 301 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 279 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 302 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 280 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 303 mirrors/return_type_test: StaticWarning, OK # API being removed. | 281 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 304 mirrors/static_test: StaticWarning, OK # API being removed. | 282 mirrors/static_test: StaticWarning, OK # API being removed. |
| 305 mirrors/to_string_test: StaticWarning, OK # API being removed. | 283 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |