Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1237)

Side by Side Diff: tests/corelib.status

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
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 21 matching lines...) Expand all
145 big_integer_arith_vm_test/div: RuntimeError 155 big_integer_arith_vm_test/div: RuntimeError
146 big_integer_arith_vm_test/mod: RuntimeError 156 big_integer_arith_vm_test/mod: RuntimeError
147 big_integer_arith_vm_test/modPow: Pass, Crash 157 big_integer_arith_vm_test/modPow: Pass, Crash
148 big_integer_huge_mul_vm_test: Pass, Crash 158 big_integer_huge_mul_vm_test: Pass, Crash
149 compare_to_test: RuntimeError 159 compare_to_test: RuntimeError
150 core_runtime_types_test: RuntimeError 160 core_runtime_types_test: RuntimeError
151 double_ceil_to_double_test: RuntimeError 161 double_ceil_to_double_test: RuntimeError
152 double_compare_test: RuntimeError 162 double_compare_test: RuntimeError
153 double_floor_to_double_test: RuntimeError 163 double_floor_to_double_test: RuntimeError
154 double_parse_test/01: RuntimeError 164 double_parse_test/01: RuntimeError
165 double_parse_test/02: RuntimeError
166 double_parse_test/03: RuntimeError
155 double_parse_test/none: RuntimeError 167 double_parse_test/none: RuntimeError
156 double_round3_test: RuntimeError 168 double_round3_test: RuntimeError
157 double_round4_test: RuntimeError 169 double_round4_test: RuntimeError
158 double_round_to_double2_test: RuntimeError 170 double_round_to_double2_test: RuntimeError
159 double_round_to_double_test: RuntimeError 171 double_round_to_double_test: RuntimeError
160 double_truncate_to_double_test: RuntimeError 172 double_truncate_to_double_test: RuntimeError
161 int_parse_radix_test/01: Pass, Crash 173 int_parse_radix_test/01: Pass, Crash
162 int_parse_radix_test/02: Pass, Crash 174 int_parse_radix_test/02: Pass, Crash
163 int_parse_radix_test/none: Pass, Crash 175 int_parse_radix_test/none: Pass, Crash
164 iterable_fold_test: Crash 176 iterable_fold_test: Crash
165 iterable_reduce_test: Crash 177 iterable_reduce_test: Crash
166 list_test/01: Crash 178 list_test/01: Crash
167 list_test/none: Crash 179 list_test/none: Crash
168 nan_infinity_test/01: RuntimeError 180 nan_infinity_test/01: RuntimeError
169 nan_infinity_test/none: RuntimeError 181 nan_infinity_test/none: RuntimeError
170 num_sign_test: Pass, Crash 182 num_sign_test: Pass, Crash
171 regexp/global_test: Pass, Fail 183 regexp/global_test: Pass, Fail
172 regexp/regexp_test: Crash 184 regexp/regexp_test: Crash
173 shuffle_test: Crash 185 shuffle_test: Crash
174 string_fromcharcodes_test: Crash 186 string_fromcharcodes_test: Crash
175 toInt_test: RuntimeError 187 toInt_test: RuntimeError
176 uri_base_test: Crash 188 uri_base_test: Crash
177 uri_parse_test: Pass, Crash 189 uri_parse_test: Pass, Crash
178 190
179 [ $mode == debug || $asan ] 191 [ $mode == debug || $asan ]
180 regexp/global_test: Slow, Pass 192 regexp/global_test: Slow, Pass
181 193
182 [ $mode == debug && $system == macos && $asan ] 194 [ $mode == debug && $system == macos && $asan ]
183 big_integer_huge_mul_vm_test: Slow, Pass 195 big_integer_huge_mul_vm_test: Slow, Pass
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698