| OLD | NEW |
| 1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Fletch 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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 [ $runtime == fletchc ] | 5 [ $runtime == fletchc ] |
| 6 # -D option not implemented. | 6 # -D option not implemented. |
| 7 int_from_environment2_test: CompileTimeError | 7 int_from_environment2_test: CompileTimeError |
| 8 | 8 |
| 9 # Stack trace printing crashes (https://github.com/dart-lang/fletch/issues/241) | 9 # Stack trace printing crashes (https://github.com/dart-lang/fletch/issues/241) |
| 10 apply3_test: Crash | 10 apply3_test: Crash |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 compare_to2_test: Fail | 34 compare_to2_test: Fail |
| 35 | 35 |
| 36 # Double to int conversions cannot go to Bigint currently. | 36 # Double to int conversions cannot go to Bigint currently. |
| 37 double_ceil_test: RuntimeError | 37 double_ceil_test: RuntimeError |
| 38 double_floor_test: RuntimeError | 38 double_floor_test: RuntimeError |
| 39 double_round_test: RuntimeError | 39 double_round_test: RuntimeError |
| 40 double_truncate_test: RuntimeError | 40 double_truncate_test: RuntimeError |
| 41 | 41 |
| 42 # Object.runtimeType / type check | 42 # Object.runtimeType / type check |
| 43 collection_length_test: RuntimeError | 43 collection_length_test: RuntimeError |
| 44 growable_list_test: RuntimeError |
| 44 iterable_fold_test: RuntimeError | 45 iterable_fold_test: RuntimeError |
| 45 iterable_generate_test: RuntimeError | 46 iterable_generate_test: RuntimeError |
| 46 iterable_reduce_test: RuntimeError | 47 iterable_reduce_test: RuntimeError |
| 47 iterable_to_list_test: RuntimeError | 48 iterable_to_list_test: RuntimeError |
| 48 iterable_to_set_test: RuntimeError | 49 iterable_to_set_test: RuntimeError |
| 49 linked_hash_map_from_iterable_test: RuntimeError | 50 linked_hash_map_from_iterable_test: RuntimeError |
| 50 linked_hash_map_from_iterables_test: RuntimeError | 51 linked_hash_map_from_iterables_test: RuntimeError |
| 51 list_filled_type_argument_test: RuntimeError | 52 list_filled_type_argument_test: RuntimeError |
| 52 map_from_iterable_test: RuntimeError | 53 map_from_iterable_test: RuntimeError |
| 53 map_from_iterables_test: RuntimeError | 54 map_from_iterables_test: RuntimeError |
| (...skipping 14 matching lines...) Expand all Loading... |
| 68 | 69 |
| 69 # Stacktrace | 70 # Stacktrace |
| 70 error_stack_trace1_test: RuntimeError | 71 error_stack_trace1_test: RuntimeError |
| 71 error_stack_trace2_test: RuntimeError | 72 error_stack_trace2_test: RuntimeError |
| 72 error_stack_trace_test: RuntimeError | 73 error_stack_trace_test: RuntimeError |
| 73 | 74 |
| 74 # dart:typed_data | 75 # dart:typed_data |
| 75 list_test/01: Fail | 76 list_test/01: Fail |
| 76 list_test/none: Fail | 77 list_test/none: Fail |
| 77 | 78 |
| 79 # Missing async/await, and resource implementation |
| 80 data_resource_test: RuntimeError |
| 81 file_resource_test: RuntimeError |
| 82 http_resource_test: RuntimeError |
| 83 package_resource_test: RuntimeError |
| 84 |
| 85 # Missing set-if-null implementation |
| 86 data_uri_test: RuntimeError |
| 87 |
| 78 # Unexpected command line arguments to compiler. | 88 # Unexpected command line arguments to compiler. |
| 79 bool_from_environment_test: CompileTimeError | 89 bool_from_environment_test: CompileTimeError |
| 80 from_environment_const_type_test/01: CompileTimeError | 90 from_environment_const_type_test/01: CompileTimeError |
| 81 from_environment_const_type_test/02: CompileTimeError | 91 from_environment_const_type_test/02: CompileTimeError |
| 82 from_environment_const_type_test/03: CompileTimeError | 92 from_environment_const_type_test/03: CompileTimeError |
| 83 from_environment_const_type_test/04: CompileTimeError | 93 from_environment_const_type_test/04: CompileTimeError |
| 84 from_environment_const_type_test/05: CompileTimeError | 94 from_environment_const_type_test/05: CompileTimeError |
| 85 from_environment_const_type_test/06: CompileTimeError | 95 from_environment_const_type_test/06: CompileTimeError |
| 86 from_environment_const_type_test/07: CompileTimeError | 96 from_environment_const_type_test/07: CompileTimeError |
| 87 from_environment_const_type_test/08: CompileTimeError | 97 from_environment_const_type_test/08: CompileTimeError |
| (...skipping 15 matching lines...) Expand all Loading... |
| 103 errors_test: RuntimeError | 113 errors_test: RuntimeError |
| 104 expando_test: CompileTimeError | 114 expando_test: CompileTimeError |
| 105 indexed_list_access_test: RuntimeError | 115 indexed_list_access_test: RuntimeError |
| 106 int_parse_radix_test/02: RuntimeError | 116 int_parse_radix_test/02: RuntimeError |
| 107 iterable_empty_test: RuntimeError | 117 iterable_empty_test: RuntimeError |
| 108 iterable_return_type_test/01: Fail | 118 iterable_return_type_test/01: Fail |
| 109 iterable_return_type_test/02: Fail | 119 iterable_return_type_test/02: Fail |
| 110 iterable_return_type_test/none: RuntimeError | 120 iterable_return_type_test/none: RuntimeError |
| 111 list_test/01: RuntimeError | 121 list_test/01: RuntimeError |
| 112 list_test/none: RuntimeError | 122 list_test/none: RuntimeError |
| 113 list_unmodifiable_test: CompileTimeError | 123 list_unmodifiable_test: RuntimeError |
| 114 num_clamp_test: RuntimeError | 124 num_clamp_test: RuntimeError |
| 115 num_parse_test/01: RuntimeError | 125 num_parse_test/01: RuntimeError |
| 116 num_parse_test/none: RuntimeError | 126 num_parse_test/none: RuntimeError |
| 117 safe_to_string_test: RuntimeError | 127 safe_to_string_test: RuntimeError |
| 118 set_test: RuntimeError | 128 set_test: RuntimeError |
| 119 shuffle_test: CompileTimeError | 129 shuffle_test: CompileTimeError |
| 120 splay_tree_from_iterable_test: RuntimeError | 130 splay_tree_from_iterable_test: RuntimeError |
| 121 splay_tree_from_iterables_test: RuntimeError | 131 splay_tree_from_iterables_test: RuntimeError |
| 122 splay_tree_test: RuntimeError | 132 splay_tree_test: RuntimeError |
| 123 string_buffer_test: RuntimeError | 133 string_buffer_test: RuntimeError |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 string_fromcharcodes_test: Crash | 184 string_fromcharcodes_test: Crash |
| 175 toInt_test: RuntimeError | 185 toInt_test: RuntimeError |
| 176 uri_base_test: Crash | 186 uri_base_test: Crash |
| 177 uri_parse_test: Pass, Crash | 187 uri_parse_test: Pass, Crash |
| 178 | 188 |
| 179 [ $mode == debug || $asan ] | 189 [ $mode == debug || $asan ] |
| 180 regexp/global_test: Slow, Pass | 190 regexp/global_test: Slow, Pass |
| 181 | 191 |
| 182 [ $mode == debug && $system == macos && $asan ] | 192 [ $mode == debug && $system == macos && $asan ] |
| 183 big_integer_huge_mul_vm_test: Slow, Pass | 193 big_integer_huge_mul_vm_test: Slow, Pass |
| OLD | NEW |