| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 [ $compiler == none ] | 8 [ $compiler == none ] |
| 9 built_in_identifier_prefix_test: Fail # Issue 6970 | 9 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 10 async_await_syntax_test/b00a: MissingCompileTimeError # Issue 21404 |
| 10 | 11 |
| 11 # These bugs refer currently ongoing language discussions. | 12 # These bugs refer currently ongoing language discussions. |
| 12 constructor_initializer_test/none: Fail # Issue 12633 | 13 constructor_initializer_test/none: Fail # Issue 12633 |
| 13 constructor5_test: Fail # Issue 6422 | 14 constructor5_test: Fail # Issue 6422 |
| 14 constructor6_test: Fail # Issue 6422 | 15 constructor6_test: Fail # Issue 6422 |
| 15 closure_in_initializer_test: Fail # Issue 6422 | 16 closure_in_initializer_test: Fail # Issue 6422 |
| 16 | 17 |
| 17 # Regular bugs which should be fixed. | 18 # Regular bugs which should be fixed. |
| 18 duplicate_export_negative_test: Fail # Issue 6134 | 19 duplicate_export_negative_test: Fail # Issue 6134 |
| 19 | 20 |
| 20 [ $compiler == dart2dart ] | 21 [ $compiler == dart2dart ] |
| 21 async_control_structures_test: CompileTimeError # Issue 22051 | 22 async_test/constructor2: MissingCompileTimeError # Issue 22051 |
| 22 async_test/none: CompileTimeError # Issue 22051 | 23 async_test/constructor3: MissingCompileTimeError # Issue 22051 |
| 23 async_test/type-mismatch1: CompileTimeError # Issue 22051 | 24 async_test/setter1: MissingCompileTimeError # Issue 22051 |
| 24 async_test/type-mismatch2: CompileTimeError # Issue 22051 | |
| 25 async_test/type-mismatch3: CompileTimeError # Issue 22051 | |
| 26 async_test/type-mismatch4: CompileTimeError # Issue 22051 | |
| 27 await_backwards_compatibility_test/none: CompileTimeError # Issue 22051 | |
| 28 await_exceptions_test: CompileTimeError # Issue 22051 | |
| 29 await_for_test: CompileTimeError # Issue 22051 | |
| 30 await_future_test: CompileTimeError # Issue 22051 | |
| 31 await_nonfuture_test: CompileTimeError # Issue 22051 | |
| 32 await_regression_test: CompileTimeError # Issue 22051 | |
| 33 await_test: CompileTimeError # Issue 22051 | |
| 34 | 25 |
| 35 deferred_load_library_wrong_args_test/none: Fail # Issue 17523 | 26 deferred_load_library_wrong_args_test/none: Fail # Issue 17523 |
| 36 deferred_load_inval_code_test: Fail # Issue 17523 | 27 deferred_load_inval_code_test: Fail # Issue 17523 |
| 37 deferred_not_loaded_check_test: Fail # Issue 17523 | 28 deferred_not_loaded_check_test: Fail # Issue 17523 |
| 38 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523 | 29 deferred_constraints_type_annotation_test/*: Fail, Pass # Issue 17523 |
| 39 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 | 30 deferred_constraints_constants_test/*: Fail, Pass # Issue 17523 |
| 40 deferred_shadow_load_library_test: Fail # Issue 17523 | 31 deferred_shadow_load_library_test: Fail # Issue 17523 |
| 41 deferred_closurize_load_library_test: Fail # Issue 17523 | 32 deferred_closurize_load_library_test: Fail # Issue 17523 |
| 42 deferred_inlined_test: Fail # Issue 17523 | 33 deferred_inlined_test: Fail # Issue 17523 |
| 43 deferred_optimized_test: Fail # Issue 17523 | 34 deferred_optimized_test: Fail # Issue 17523 |
| 44 enum_mirror_test: Skip # Issue 11511. | 35 enum_mirror_test: Skip # Issue 11511. |
| 45 | 36 |
| 46 override_inheritance_mixed_test/08: Fail # Issue 18124 | 37 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 47 override_inheritance_mixed_test/09: Fail # Issue 18124 | 38 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 48 | 39 |
| 49 [ $compiler == none || $compiler == dart2dart] | 40 [ $compiler == none || $compiler == dart2dart] |
| 50 # Non-contractive types are not supported in the vm. | 41 # Non-contractive types are not supported in the vm. |
| 51 cyclic_type_test/02: Fail, OK | 42 cyclic_type_test/02: Fail, OK |
| 52 cyclic_type_test/04: Fail, OK | 43 cyclic_type_test/04: Fail, OK |
| 53 cyclic_type2_test: Fail, OK | 44 cyclic_type2_test: Fail, OK |
| 54 least_upper_bound_expansive_test/*: Fail, OK | 45 least_upper_bound_expansive_test/*: Fail, OK |
| 55 | 46 |
| 56 compile_time_constant12_test: Fail # Issue 21000 | 47 compile_time_constant12_test: Fail # Issue 21000 |
| 48 async_await_syntax_test/a07a: CompileTimeError # Issue 21404 |
| 49 async_await_syntax_test/a08a: CompileTimeError # Issue 21404 |
| 50 async_await_syntax_test/a09a: CompileTimeError # Issue 21404 |
| 51 async_await_syntax_test/a10a: CompileTimeError # Issue 21404 |
| 52 async_await_syntax_test/b07a: CompileTimeError # Issue 21404 |
| 53 async_await_syntax_test/b08a: CompileTimeError # Issue 21404 |
| 54 async_await_syntax_test/b09a: CompileTimeError # Issue 21404 |
| 55 async_await_syntax_test/b10a: CompileTimeError # Issue 21404 |
| 56 async_await_syntax_test/c07a: CompileTimeError # Issue 21404 |
| 57 async_await_syntax_test/c08a: CompileTimeError # Issue 21404 |
| 58 async_await_syntax_test/c09a: CompileTimeError # Issue 21404 |
| 59 async_await_syntax_test/c10a: CompileTimeError # Issue 21404 |
| 60 async_await_syntax_test/d07a: CompileTimeError # Issue 21404 |
| 61 async_await_syntax_test/d08a: CompileTimeError # Issue 21404 |
| 62 async_await_syntax_test/d08b: CompileTimeError # Issue 21404 |
| 63 async_await_syntax_test/d09a: CompileTimeError # Issue 21404 |
| 64 async_await_syntax_test/d10a: CompileTimeError # Issue 21404 |
| 57 | 65 |
| 58 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] | 66 [ $compiler == none || ($compiler == dart2dart && $builder_tag != new_backend) ] |
| 59 compile_time_constant_c_test/01: Fail # Issue 21000 | 67 compile_time_constant_c_test/01: Fail # Issue 21000 |
| 68 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 |
| 69 async_await_syntax_test/a04a: CompileTimeError # Issue 21404 |
| 70 async_await_syntax_test/a11b: CompileTimeError # Issue 21404 |
| 71 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 |
| 72 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 |
| 73 async_await_syntax_test/b04a: CompileTimeError # Issue 21404 |
| 74 async_await_syntax_test/b11b: CompileTimeError # Issue 21404 |
| 75 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 |
| 76 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 |
| 77 async_await_syntax_test/c04a: CompileTimeError # Issue 21404 |
| 78 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 |
| 79 async_await_syntax_test/d04a: CompileTimeError # Issue 21404 |
| 60 | 80 |
| 61 [ $compiler == none && $runtime == vm ] | 81 [ $compiler == none && $runtime == vm ] |
| 62 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 82 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 63 unicode_bom_test: Fail # Issue 16067 | 83 unicode_bom_test: Fail # Issue 16067 |
| 64 | 84 |
| 65 [ $compiler == none && $checked ] | 85 [ $compiler == none && $checked ] |
| 66 type_variable_bounds4_test/01: Fail # Issue 14006 | 86 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 67 | 87 |
| 68 [ $compiler == none ] | 88 [ $compiler == none ] |
| 69 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 | 89 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 | 133 |
| 114 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] | 134 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co
ntentShellOnAndroid) && $mode == debug ] |
| 115 large_class_declaration_test: Skip # Times out. Issue 20352 | 135 large_class_declaration_test: Skip # Times out. Issue 20352 |
| 116 | 136 |
| 117 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 137 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 118 gc_test: Skip # Times out flakily. Issue 20956 | 138 gc_test: Skip # Times out flakily. Issue 20956 |
| 119 | 139 |
| 120 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] | 140 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a
rch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] |
| 121 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 | 141 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is
sue 22151 |
| 122 | 142 |
| OLD | NEW |