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 |
11 | 11 |
12 # FletchBackend.createDebugInfo triggers assertion error | 12 # FletchBackend.createDebugInfo triggers assertion error |
13 # (https://github.com/dart-lang/fletch/issues/242) | 13 # (https://github.com/dart-lang/fletch/issues/242) |
14 expando_test: Crash | 14 expando_test: Crash |
15 | 15 |
16 [ $compiler == fletchc || $runtime == fletchc ] | 16 [ $compiler == fletchc || $runtime == fletchc ] |
17 # Test is wrong, as it expects "Stack overflow" and not "Stack Overflow" on | 17 # Test is wrong, as it expects "Stack overflow" and not "Stack Overflow" on |
18 # overflows. | 18 # overflows. |
19 regexp/regexp_test: RuntimeError | 19 regexp/regexp_test: RuntimeError |
20 | 20 |
21 # Function.apply | |
ahe
2015/11/17 16:44:10
Why remove this?
sigurdm
2015/11/19 14:33:47
No clue - must have happened by mistake.
Reverted
| |
22 apply2_test: RuntimeError | 21 apply2_test: RuntimeError |
23 apply3_test: CompileTimeError | 22 apply3_test: CompileTimeError |
24 apply4_test: RuntimeError | 23 apply4_test: RuntimeError |
25 apply_test: RuntimeError | 24 apply_test: RuntimeError |
26 | 25 |
27 # int.parse not working for big integers. | 26 # int.parse not working for big integers. |
28 big_integer_parsed_arith_vm_test: RuntimeError | 27 big_integer_parsed_arith_vm_test: RuntimeError |
29 big_integer_parsed_div_rem_vm_test: RuntimeError | 28 big_integer_parsed_div_rem_vm_test: RuntimeError |
30 big_integer_parsed_mul_div_vm_test: RuntimeError | 29 big_integer_parsed_mul_div_vm_test: RuntimeError |
31 integer_to_radix_string_test: RuntimeError | 30 integer_to_radix_string_test: RuntimeError |
32 | 31 |
33 # Comparison of double such as -Infinity and large negative bignums misbehaving. | 32 # Comparison of double such as -Infinity and large negative bignums misbehaving. |
34 compare_to2_test: Fail | 33 compare_to2_test: Fail |
35 | 34 |
36 # Double to int conversions cannot go to Bigint currently. | 35 # Double to int conversions cannot go to Bigint currently. |
37 double_ceil_test: RuntimeError | 36 double_ceil_test: RuntimeError |
38 double_floor_test: RuntimeError | 37 double_floor_test: RuntimeError |
39 double_round_test: RuntimeError | 38 double_round_test: RuntimeError |
40 double_truncate_test: RuntimeError | 39 double_truncate_test: RuntimeError |
41 | 40 |
42 # Object.runtimeType / type check | 41 # Object.runtimeType / type check |
43 collection_length_test: RuntimeError | 42 collection_length_test: RuntimeError |
43 growable_list_test: RuntimeError | |
44 iterable_fold_test: RuntimeError | 44 iterable_fold_test: RuntimeError |
45 iterable_generate_test: RuntimeError | 45 iterable_generate_test: RuntimeError |
46 iterable_reduce_test: RuntimeError | 46 iterable_reduce_test: RuntimeError |
47 iterable_to_list_test: RuntimeError | 47 iterable_to_list_test: RuntimeError |
48 iterable_to_set_test: RuntimeError | 48 iterable_to_set_test: RuntimeError |
49 linked_hash_map_from_iterable_test: RuntimeError | 49 linked_hash_map_from_iterable_test: RuntimeError |
50 linked_hash_map_from_iterables_test: RuntimeError | 50 linked_hash_map_from_iterables_test: RuntimeError |
51 list_filled_type_argument_test: RuntimeError | 51 list_filled_type_argument_test: RuntimeError |
52 map_from_iterable_test: RuntimeError | 52 map_from_iterable_test: RuntimeError |
53 map_from_iterables_test: RuntimeError | 53 map_from_iterables_test: RuntimeError |
(...skipping 14 matching lines...) Expand all Loading... | |
68 | 68 |
69 # Stacktrace | 69 # Stacktrace |
70 error_stack_trace1_test: RuntimeError | 70 error_stack_trace1_test: RuntimeError |
71 error_stack_trace2_test: RuntimeError | 71 error_stack_trace2_test: RuntimeError |
72 error_stack_trace_test: RuntimeError | 72 error_stack_trace_test: RuntimeError |
73 | 73 |
74 # dart:typed_data | 74 # dart:typed_data |
75 list_test/01: Fail | 75 list_test/01: Fail |
76 list_test/none: Fail | 76 list_test/none: Fail |
77 | 77 |
78 # Missing async/await, and resource implementation | |
79 data_resource_test: RuntimeError | |
80 file_resource_test: RuntimeError | |
81 http_resource_test: RuntimeError | |
82 package_resource_test: RuntimeError | |
83 | |
78 # Unexpected command line arguments to compiler. | 84 # Unexpected command line arguments to compiler. |
79 bool_from_environment_test: CompileTimeError | 85 bool_from_environment_test: CompileTimeError |
80 from_environment_const_type_test/01: CompileTimeError | 86 from_environment_const_type_test/01: CompileTimeError |
81 from_environment_const_type_test/02: CompileTimeError | 87 from_environment_const_type_test/02: CompileTimeError |
82 from_environment_const_type_test/03: CompileTimeError | 88 from_environment_const_type_test/03: CompileTimeError |
83 from_environment_const_type_test/04: CompileTimeError | 89 from_environment_const_type_test/04: CompileTimeError |
84 from_environment_const_type_test/05: CompileTimeError | 90 from_environment_const_type_test/05: CompileTimeError |
85 from_environment_const_type_test/06: CompileTimeError | 91 from_environment_const_type_test/06: CompileTimeError |
86 from_environment_const_type_test/07: CompileTimeError | 92 from_environment_const_type_test/07: CompileTimeError |
87 from_environment_const_type_test/08: CompileTimeError | 93 from_environment_const_type_test/08: CompileTimeError |
(...skipping 15 matching lines...) Expand all Loading... | |
103 errors_test: RuntimeError | 109 errors_test: RuntimeError |
104 expando_test: CompileTimeError | 110 expando_test: CompileTimeError |
105 indexed_list_access_test: RuntimeError | 111 indexed_list_access_test: RuntimeError |
106 int_parse_radix_test/02: RuntimeError | 112 int_parse_radix_test/02: RuntimeError |
107 iterable_empty_test: RuntimeError | 113 iterable_empty_test: RuntimeError |
108 iterable_return_type_test/01: Fail | 114 iterable_return_type_test/01: Fail |
109 iterable_return_type_test/02: Fail | 115 iterable_return_type_test/02: Fail |
110 iterable_return_type_test/none: RuntimeError | 116 iterable_return_type_test/none: RuntimeError |
111 list_test/01: RuntimeError | 117 list_test/01: RuntimeError |
112 list_test/none: RuntimeError | 118 list_test/none: RuntimeError |
113 list_unmodifiable_test: CompileTimeError | 119 list_unmodifiable_test: RuntimeError |
114 num_clamp_test: RuntimeError | 120 num_clamp_test: RuntimeError |
115 num_parse_test/01: RuntimeError | 121 num_parse_test/01: RuntimeError |
116 num_parse_test/none: RuntimeError | 122 num_parse_test/none: RuntimeError |
117 safe_to_string_test: RuntimeError | 123 safe_to_string_test: RuntimeError |
118 set_test: RuntimeError | 124 set_test: RuntimeError |
119 shuffle_test: CompileTimeError | 125 shuffle_test: CompileTimeError |
120 splay_tree_from_iterable_test: RuntimeError | 126 splay_tree_from_iterable_test: RuntimeError |
121 splay_tree_from_iterables_test: RuntimeError | 127 splay_tree_from_iterables_test: RuntimeError |
122 splay_tree_test: RuntimeError | 128 splay_tree_test: RuntimeError |
123 string_buffer_test: RuntimeError | 129 string_buffer_test: RuntimeError |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
174 string_fromcharcodes_test: Crash | 180 string_fromcharcodes_test: Crash |
175 toInt_test: RuntimeError | 181 toInt_test: RuntimeError |
176 uri_base_test: Crash | 182 uri_base_test: Crash |
177 uri_parse_test: Pass, Crash | 183 uri_parse_test: Pass, Crash |
178 | 184 |
179 [ $mode == debug || $asan ] | 185 [ $mode == debug || $asan ] |
180 regexp/global_test: Slow, Pass | 186 regexp/global_test: Slow, Pass |
181 | 187 |
182 [ $mode == debug && $system == macos && $asan ] | 188 [ $mode == debug && $system == macos && $asan ] |
183 big_integer_huge_mul_vm_test: Slow, Pass | 189 big_integer_huge_mul_vm_test: Slow, Pass |
OLD | NEW |