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 [ $strong ] | 5 [ $strong ] |
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. |
7 | 7 |
8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
9 string_case_test/01: Fail # Bug 18061 | 9 string_case_test/01: Fail # Bug 18061 |
10 | 10 |
(...skipping 18 matching lines...) Expand all Loading... | |
29 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 29 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
30 iterable_to_list_test/01: RuntimeError # Issue 26501 | 30 iterable_to_list_test/01: RuntimeError # Issue 26501 |
31 | 31 |
32 big_integer_*: Skip # VM specific test. | 32 big_integer_*: Skip # VM specific test. |
33 compare_to2_test: RuntimeError, OK # Requires bigint support. | 33 compare_to2_test: RuntimeError, OK # Requires bigint support. |
34 regress_r21715_test: RuntimeError # Requires bigint support. | 34 regress_r21715_test: RuntimeError # Requires bigint support. |
35 | 35 |
36 [ $compiler == dart2js && $runtime == none ] | 36 [ $compiler == dart2js && $runtime == none ] |
37 *: Fail, Pass # TODO(ahe): Triage these tests. | 37 *: Fail, Pass # TODO(ahe): Triage these tests. |
38 | 38 |
39 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 39 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
Bob Nystrom
2017/08/04 15:45:38
You can remove this whole section now, since it's
bkonyi
2017/08/04 18:14:14
Whoops, thought the migration tool handled this. R
| |
40 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | |
41 | 40 |
42 [ $compiler == dart2js && $runtime == safarimobilesim ] | 41 [ $compiler == dart2js && $runtime == safarimobilesim ] |
43 | 42 |
44 [ $compiler == dart2analyzer ] | 43 [ $compiler == dart2analyzer ] |
45 int_parse_radix_bad_handler_test: fail | 44 int_parse_radix_bad_handler_test: fail |
46 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 45 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
47 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 46 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
48 string_test: StaticWarning, OK # Test generates error on purpose. | 47 string_test: StaticWarning, OK # Test generates error on purpose. |
49 duration2_test: StaticWarning, OK # Test generates error on purpose. | 48 duration2_test: StaticWarning, OK # Test generates error on purpose. |
50 | 49 |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
158 iterable_skip_while_test: Crash | 157 iterable_skip_while_test: Crash |
159 iterable_take_test: Crash | 158 iterable_take_test: Crash |
160 iterable_take_while_test: Crash | 159 iterable_take_while_test: Crash |
161 iterable_test: Crash | 160 iterable_test: Crash |
162 iterable_to_list_test/01: Crash | 161 iterable_to_list_test/01: Crash |
163 iterable_to_list_test/none: Crash | 162 iterable_to_list_test/none: Crash |
164 iterable_to_set_test: Crash | 163 iterable_to_set_test: Crash |
165 iterable_tostring_test: Crash | 164 iterable_tostring_test: Crash |
166 json_map_test: Crash | 165 json_map_test: Crash |
167 linked_hash_map_from_iterable_test: Crash | 166 linked_hash_map_from_iterable_test: Crash |
168 linked_hash_map_from_iterables_test: Crash | |
169 linked_hash_map_test: Crash | |
170 list_as_map_test: Crash | |
171 list_contains_argument_order_test: Crash | |
172 list_fill_range_test: Crash | |
173 list_first_test: Crash | |
174 list_fixed_test: Crash | |
175 list_for_each_test: Crash | |
176 list_get_range_test: Crash | |
177 list_growable_test: Crash | |
178 list_index_of2_test: RuntimeError | |
179 list_insert_all_test: Crash | |
180 list_insert_test: Crash | |
181 list_iterators_test: Crash | 167 list_iterators_test: Crash |
182 list_last_test: Crash | 168 list_last_test: Crash |
183 list_map_test: Crash | 169 list_map_test: Crash |
184 list_remove_range_test: Crash | 170 list_remove_range_test: Crash |
185 list_removeat_test: Crash | 171 list_removeat_test: Crash |
186 list_replace_range_test: Crash | 172 list_replace_range_test: Crash |
187 list_reversed_test: Crash | 173 list_reversed_test: Crash |
188 list_set_all_test: Crash | 174 list_set_all_test: Crash |
189 list_set_range_test: Crash | 175 list_set_range_test: Crash |
190 list_sort_test: RuntimeError | 176 list_sort_test: RuntimeError |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
257 double_round_to_double3_test: Crash | 243 double_round_to_double3_test: Crash |
258 double_round_to_double_test: Crash | 244 double_round_to_double_test: Crash |
259 double_truncate_test: Crash | 245 double_truncate_test: Crash |
260 double_truncate_to_double_test: Crash | 246 double_truncate_to_double_test: Crash |
261 errors_test: Crash | 247 errors_test: Crash |
262 int_round_test: Crash | 248 int_round_test: Crash |
263 int_round_to_double_test: Crash | 249 int_round_to_double_test: Crash |
264 int_to_int_test: Crash | 250 int_to_int_test: Crash |
265 int_truncate_test: Crash | 251 int_truncate_test: Crash |
266 int_truncate_to_double_test: Crash | 252 int_truncate_to_double_test: Crash |
267 list_filled_type_argument_test: Crash | |
268 list_index_of2_test: Crash | |
269 list_index_of_test: Crash | |
270 list_literal_is_growable_test: Crash | 253 list_literal_is_growable_test: Crash |
271 list_literal_test: Crash | 254 list_literal_test: Crash |
272 list_sort_test: Crash | 255 list_sort_test: Crash |
273 reg_exp1_test: Crash | 256 reg_exp1_test: Crash |
274 reg_exp_first_match_test: Crash | 257 reg_exp_first_match_test: Crash |
275 reg_exp_group_test: Crash | 258 reg_exp_group_test: Crash |
276 reg_exp_groups_test: Crash | 259 reg_exp_groups_test: Crash |
277 reg_exp_has_match_test: Crash | 260 reg_exp_has_match_test: Crash |
278 reg_exp_pattern_test: Crash | 261 reg_exp_pattern_test: Crash |
279 reg_exp_string_match_test: Crash | 262 reg_exp_string_match_test: Crash |
(...skipping 12 matching lines...) Expand all Loading... | |
292 regexp/non-character_test: Crash | 275 regexp/non-character_test: Crash |
293 regexp/non-greedy-parentheses_test: Crash | 276 regexp/non-greedy-parentheses_test: Crash |
294 regexp/norepeat_test: Crash | 277 regexp/norepeat_test: Crash |
295 regexp/overflow_test: Crash | 278 regexp/overflow_test: Crash |
296 regexp/stack-overflow2_test: Crash | 279 regexp/stack-overflow2_test: Crash |
297 regexp/stack-overflow_test: Crash | 280 regexp/stack-overflow_test: Crash |
298 regress_11099_test: Crash | 281 regress_11099_test: Crash |
299 regress_r21715_test: Crash | 282 regress_r21715_test: Crash |
300 safe_to_string_test: Crash | 283 safe_to_string_test: Crash |
301 sort_test: Crash | 284 sort_test: Crash |
OLD | NEW |