| 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 [ $unchecked ] | 5 [ $unchecked ] |
| 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. | 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check
s. |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. Issue 5958 |
| 10 | 10 |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 275 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
| 276 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 276 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
| 277 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. | 277 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. |
| 278 | 278 |
| 279 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. | 279 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li
brary name conflict. |
| 280 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 280 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. |
| 281 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr
ed type in a declaration. | 281 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr
ed type in a declaration. |
| 282 | 282 |
| 283 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 | 283 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 |
| 284 | 284 |
| 285 profiler/metrics_test: Fail # Issue 20309 | 285 developer/metrics_test: Fail # Issue 20309 |
| 286 profiler/metrics_num_test: Fail # Issue 20309 | 286 developer/metrics_num_test: Fail # Issue 20309 |
| 287 | 287 |
| 288 async/future_test: StaticWarning, OK # Deliberately broken implementation. | 288 async/future_test: StaticWarning, OK # Deliberately broken implementation. |
| 289 | 289 |
| 290 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 290 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] |
| 291 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 291 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
| 292 | 292 |
| 293 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 293 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 294 async/*deferred*: Skip # Issue 17458 | 294 async/*deferred*: Skip # Issue 17458 |
| 295 mirrors/*deferred*: Skip # Issue 17458 | 295 mirrors/*deferred*: Skip # Issue 17458 |
| 296 | 296 |
| 297 [ $compiler == dart2js && $mode == debug ] | 297 [ $compiler == dart2js && $mode == debug ] |
| 298 mirrors/native_class_test: Pass, Slow | 298 mirrors/native_class_test: Pass, Slow |
| 299 | 299 |
| 300 [ $arch == simarm || $arch == simarmv5te ] | 300 [ $arch == simarm || $arch == simarmv5te ] |
| 301 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 301 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 302 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 302 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 303 | 303 |
| 304 [ $arch == simarmv5te ] | 304 [ $arch == simarmv5te ] |
| 305 mirrors/mirrors_reader_test: Pass, Slow | 305 mirrors/mirrors_reader_test: Pass, Slow |
| 306 | 306 |
| 307 [ $compiler == dart2js ] | 307 [ $compiler == dart2js ] |
| 308 profiler/metrics_num_test: Skip # Because of a int / double type test. | 308 developer/metrics_num_test: Skip # Because of a int / double type test. |
| 309 | 309 |
| 310 [ $arch == simarm64 ] | 310 [ $arch == simarm64 ] |
| 311 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 311 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 312 | 312 |
| 313 [ $mode == debug && $arch == ia32 && $system == windows ] | 313 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 314 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 314 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 315 | 315 |
| 316 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv5te ] | 316 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv5te ] |
| 317 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 317 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 318 | 318 |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for List<Float32x4>. | 660 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for List<Float32x4>. |
| 661 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 661 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 662 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. | 662 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl
emented for _Nullary. |
| 663 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni
mplemented for List<Int32x4>. | 663 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni
mplemented for List<Int32x4>. |
| 664 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. | 664 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem
ented for _Nullary. |
| 665 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator':
type check unimplemented for List<int>. | 665 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator':
type check unimplemented for List<int>. |
| 666 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c
heck unimplemented for List<double>. | 666 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c
heck unimplemented for List<double>. |
| 667 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. | 667 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check
unimplemented for _Nullary. |
| 668 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ
e check unimplemented for T. | 668 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ
e check unimplemented for T. |
| 669 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. | 669 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch
eck unimplemented for _Nullary. |
| OLD | NEW |