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

Side by Side Diff: tests/corelib/corelib.status

Issue 2990303002: Update status files to make bots green, minor changes to the script (Closed)
Patch Set: Created 3 years, 4 months 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
« no previous file with comments | « pkg/compiler/tool/status_files/update_all.sh ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 iterable_skip_test: Crash 140 iterable_skip_test: Crash
141 iterable_skip_while_test: Crash 141 iterable_skip_while_test: Crash
142 iterable_take_test: Crash 142 iterable_take_test: Crash
143 iterable_take_while_test: Crash 143 iterable_take_while_test: Crash
144 iterable_test: Crash 144 iterable_test: Crash
145 iterable_to_list_test/01: Crash 145 iterable_to_list_test/01: Crash
146 iterable_to_list_test/none: Crash 146 iterable_to_list_test/none: Crash
147 iterable_to_set_test: Crash 147 iterable_to_set_test: Crash
148 iterable_tostring_test: Crash 148 iterable_tostring_test: Crash
149 json_map_test: Crash 149 json_map_test: Crash
150 linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j: closure_call(Maps_mapToString_closure.call).
151 list_fill_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin
152 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin
153 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin
150 regexp/parentheses_test: Crash 154 regexp/parentheses_test: Crash
151 regress_11099_test: Crash 155 regress_11099_test: Crash
152 regress_r21715_test: RuntimeError 156 regress_r21715_test: RuntimeError
153 safe_to_string_test: Crash 157 safe_to_string_test: Crash
154 set_containsAll_test: Crash 158 set_containsAll_test: Crash
155 set_contains_test: Crash 159 set_contains_test: Crash
156 set_intersection_test: Crash 160 set_intersection_test: Crash
157 set_iterator_test: Crash 161 set_iterator_test: Crash
158 set_removeAll_test: Crash 162 set_removeAll_test: Crash
159 set_remove_test: Crash 163 set_remove_test: Crash
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 iterable_skip_test: Crash 283 iterable_skip_test: Crash
280 iterable_skip_while_test: Crash 284 iterable_skip_while_test: Crash
281 iterable_take_test: Crash 285 iterable_take_test: Crash
282 iterable_take_while_test: Crash 286 iterable_take_while_test: Crash
283 iterable_test: Crash 287 iterable_test: Crash
284 iterable_to_list_test/01: Crash 288 iterable_to_list_test/01: Crash
285 iterable_to_list_test/none: Crash 289 iterable_to_list_test/none: Crash
286 iterable_to_set_test: Crash 290 iterable_to_set_test: Crash
287 iterable_tostring_test: Crash 291 iterable_tostring_test: Crash
288 json_map_test: Crash 292 json_map_test: Crash
293 linked_hash_map_from_iterable_test: Crash # Assertion failure: Cannot find value local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j: closure_call(Maps_mapToString_closure.call).
294 list_fill_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin
295 list_get_range_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppli edMixin
296 list_insert_all_test: Crash # UnimplementedError: KernelClosedWorldMixin.getAppl iedMixin
289 reg_exp1_test: Crash 297 reg_exp1_test: Crash
290 reg_exp_first_match_test: Crash 298 reg_exp_first_match_test: Crash
291 reg_exp_group_test: Crash 299 reg_exp_group_test: Crash
292 reg_exp_groups_test: Crash 300 reg_exp_groups_test: Crash
293 reg_exp_has_match_test: Crash 301 reg_exp_has_match_test: Crash
294 reg_exp_pattern_test: Crash 302 reg_exp_pattern_test: Crash
295 reg_exp_string_match_test: Crash 303 reg_exp_string_match_test: Crash
296 regexp/UC16_test: Crash 304 regexp/UC16_test: Crash
297 regexp/alternative-length-miscalculation_test: Crash 305 regexp/alternative-length-miscalculation_test: Crash
298 regexp/alternatives_test: Crash 306 regexp/alternatives_test: Crash
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 string_trimlr_test/none: Crash 369 string_trimlr_test/none: Crash
362 symbol_operator_test/03: Crash 370 symbol_operator_test/03: Crash
363 symbol_operator_test/none: Crash 371 symbol_operator_test/none: Crash
364 symbol_reserved_word_test/04: MissingCompileTimeError 372 symbol_reserved_word_test/04: MissingCompileTimeError
365 symbol_reserved_word_test/05: Crash 373 symbol_reserved_word_test/05: Crash
366 symbol_reserved_word_test/06: Crash 374 symbol_reserved_word_test/06: Crash
367 symbol_reserved_word_test/07: MissingCompileTimeError 375 symbol_reserved_word_test/07: MissingCompileTimeError
368 symbol_reserved_word_test/09: Crash 376 symbol_reserved_word_test/09: Crash
369 symbol_reserved_word_test/10: MissingCompileTimeError 377 symbol_reserved_word_test/10: MissingCompileTimeError
370 symbol_reserved_word_test/12: Crash 378 symbol_reserved_word_test/12: Crash
379
OLDNEW
« no previous file with comments | « pkg/compiler/tool/status_files/update_all.sh ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698