| 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 [ $csp ] | 8 [ $csp ] |
| 9 # Deferred loading does not work from an isolate in CSP-mode | 9 # Deferred loading does not work from an isolate in CSP-mode |
| 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 | 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] | 308 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] |
| 309 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 | 309 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 |
| 310 | 310 |
| 311 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 311 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 312 async/*deferred*: Skip # Issue 17458 | 312 async/*deferred*: Skip # Issue 17458 |
| 313 mirrors/*deferred*: Skip # Issue 17458 | 313 mirrors/*deferred*: Skip # Issue 17458 |
| 314 | 314 |
| 315 [ $compiler == dart2js && $mode == debug ] | 315 [ $compiler == dart2js && $mode == debug ] |
| 316 mirrors/native_class_test: Pass, Slow | 316 mirrors/native_class_test: Pass, Slow |
| 317 | 317 |
| 318 [ $arch == simarm ] | 318 [ $arch == simarm || $arch == simarmv5te ] |
| 319 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. | 319 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| 320 convert/utf85_test: Skip # Pass, Slow Issue 12644. | 320 convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| 321 | 321 |
| 322 [ $arch == simarmv5te ] |
| 323 mirrors/mirrors_reader_test: Pass, Slow |
| 324 |
| 322 [ $compiler == dart2js ] | 325 [ $compiler == dart2js ] |
| 323 profiler/metrics_num_test: Skip # Because of a int / double type test. | 326 profiler/metrics_num_test: Skip # Because of a int / double type test. |
| 324 | 327 |
| 325 [ $arch == simarm64 ] | 328 [ $arch == simarm64 ] |
| 326 convert/utf85_test: Skip # Pass, Slow Issue 20111. | 329 convert/utf85_test: Skip # Pass, Slow Issue 20111. |
| 327 | 330 |
| 328 [ $mode == debug && $arch == ia32 && $system == windows ] | 331 [ $mode == debug && $arch == ia32 && $system == windows ] |
| 329 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. | 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. |
| 330 | 333 |
| 331 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] | 334 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch !=
simarmv5te ] |
| 332 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. | 335 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet
implemented. |
| 333 | 336 |
| 334 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 337 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 335 mirrors/immutable_collections_test: SkipSlow # Timeout. | 338 mirrors/immutable_collections_test: SkipSlow # Timeout. |
| 336 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. | 339 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. |
| 337 | 340 |
| 338 [ $compiler == dart2js && $cps_ir ] | 341 [ $compiler == dart2js && $cps_ir ] |
| 339 async/catch_errors11_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node | 342 async/catch_errors11_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node |
| 340 async/catch_errors12_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node | 343 async/catch_errors12_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node |
| 341 async/catch_errors13_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node | 344 async/catch_errors13_test: Crash # (throw _buildException('asyncEnd() was called
before asyncStart().')): Unhandled node |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 852 typed_data/setRange_5_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
| 850 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator':
unimplemented in CodeGenerator | 853 typed_data/simd_store_to_load_forward_test: Crash # Instance of 'TypeOperator':
unimplemented in CodeGenerator |
| 851 typed_data/typed_data_from_list_test: Crash # (throw 'Test failed'): Unhandled n
ode | 854 typed_data/typed_data_from_list_test: Crash # (throw 'Test failed'): Unhandled n
ode |
| 852 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator':
unimplemented in CodeGenerator | 855 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator':
unimplemented in CodeGenerator |
| 853 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl
emented in CodeGenerator | 856 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': unimpl
emented in CodeGenerator |
| 854 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator | 857 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': unimplement
ed in CodeGenerator |
| 855 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen
ted in CodeGenerator | 858 typed_data/typed_data_load2_test: Crash # Instance of 'TypeOperator': unimplemen
ted in CodeGenerator |
| 856 typed_data/typed_data_load_test: Crash # (throw 'Test failed'): Unhandled node | 859 typed_data/typed_data_load_test: Crash # (throw 'Test failed'): Unhandled node |
| 857 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni
mplemented in CodeGenerator | 860 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': uni
mplemented in CodeGenerator |
| 858 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple
mented in CodeGenerator | 861 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': unimple
mented in CodeGenerator |
| OLD | NEW |