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

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

Issue 2990903002: Migrated test block 16 to Dart 2.0. (Closed)
Patch Set: Changed useIntegerKeys to a named parameter 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 | « no previous file | tests/corelib/main_test.dart » ('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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 [ $compiler == precompiler ] 91 [ $compiler == precompiler ]
92 int_parse_radix_test: Pass, Timeout # --no_intrinsify 92 int_parse_radix_test: Pass, Timeout # --no_intrinsify
93 93
94 [ $compiler == precompiler || $compiler == app_jit ] 94 [ $compiler == precompiler || $compiler == app_jit ]
95 package_resource_test: Skip # Resolve URI not supported yet in product mode. 95 package_resource_test: Skip # Resolve URI not supported yet in product mode.
96 file_resource_test: Skip # Resolve URI not supported yet in product mode. 96 file_resource_test: Skip # Resolve URI not supported yet in product mode.
97 http_resource_test: Skip # Resolve URI not supported yet in product mode. 97 http_resource_test: Skip # Resolve URI not supported yet in product mode.
98 98
99 [ $compiler == dart2js && $dart2js_with_kernel ] 99 [ $compiler == dart2js && $dart2js_with_kernel ]
100 error_stack_trace1_test: Pass # Issue 27394 100 error_stack_trace1_test: Pass # Issue 27394
101 map_test: Crash # Issue 27394
102 101
103 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2 js_with_kernel ] 102 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2 js_with_kernel ]
104 regress/4562_test/01: Crash # Issue 27394 103 regress/4562_test/01: Crash # Issue 27394
105 104
106 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 105 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
107 string_case_test/01: RuntimeError 106 string_case_test/01: RuntimeError
108 string_from_environment3_test/01: MissingCompileTimeError 107 string_from_environment3_test/01: MissingCompileTimeError
109 string_from_environment3_test/02: MissingCompileTimeError 108 string_from_environment3_test/02: MissingCompileTimeError
110 string_from_environment3_test/03: MissingCompileTimeError 109 string_from_environment3_test/03: MissingCompileTimeError
111 string_from_environment3_test/04: MissingCompileTimeError 110 string_from_environment3_test/04: MissingCompileTimeError
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 list_reversed_test: Crash 207 list_reversed_test: Crash
209 list_set_all_test: Crash 208 list_set_all_test: Crash
210 list_set_range_test: Crash 209 list_set_range_test: Crash
211 list_sort_test: RuntimeError 210 list_sort_test: RuntimeError
212 list_sublist_test: Crash 211 list_sublist_test: Crash
213 list_test/01: Crash 212 list_test/01: Crash
214 list_test/none: Crash 213 list_test/none: Crash
215 list_to_string2_test: Crash 214 list_to_string2_test: Crash
216 list_to_string_test: Crash 215 list_to_string_test: Crash
217 list_unmodifiable_test: Crash 216 list_unmodifiable_test: Crash
218 main_test: Crash
219 map_contains_value_test: Crash
220 map_from_iterable_test: Crash
221 map_from_iterables_test: Crash
222 map_from_test: Crash
223 map_keys2_test: Crash
224 map_keys_test: Crash
225 map_test: Crash
226 map_to_string_test: Crash 217 map_to_string_test: Crash
227 map_values2_test: Crash 218 map_values2_test: Crash
228 map_values3_test: Crash 219 map_values3_test: Crash
229 map_values4_test: Crash 220 map_values4_test: Crash
230 map_values_test: Crash 221 map_values_test: Crash
231 maps_test: Crash 222 maps_test: Crash
232 nan_infinity_test/01: RuntimeError 223 nan_infinity_test/01: RuntimeError
233 null_nosuchmethod_test: Crash 224 null_nosuchmethod_test: Crash
234 null_test: Crash 225 null_test: Crash
235 num_clamp_test: Crash 226 num_clamp_test: Crash
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 symbol_reserved_word_test/04: MissingCompileTimeError 287 symbol_reserved_word_test/04: MissingCompileTimeError
297 symbol_reserved_word_test/05: Crash 288 symbol_reserved_word_test/05: Crash
298 symbol_reserved_word_test/06: Crash 289 symbol_reserved_word_test/06: Crash
299 symbol_reserved_word_test/07: MissingCompileTimeError 290 symbol_reserved_word_test/07: MissingCompileTimeError
300 symbol_reserved_word_test/09: Crash 291 symbol_reserved_word_test/09: Crash
301 symbol_reserved_word_test/10: MissingCompileTimeError 292 symbol_reserved_word_test/10: MissingCompileTimeError
302 symbol_reserved_word_test/12: Crash 293 symbol_reserved_word_test/12: Crash
303 294
304 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 295 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
305 list_sort_test: Crash 296 list_sort_test: Crash
306 map_contains_key_test: Crash
307 map_index_test: Crash
308 map_remove_test: Crash
309 regress_11099_test: Crash 297 regress_11099_test: Crash
310 safe_to_string_test: Crash 298 safe_to_string_test: Crash
311 sort_test: Crash 299 sort_test: Crash
312 300
313 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 301 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
314 double_round3_test: Crash 302 double_round3_test: Crash
315 double_round4_test: Crash 303 double_round4_test: Crash
316 double_round_test: Crash 304 double_round_test: Crash
317 double_round_to_double2_test: Crash 305 double_round_to_double2_test: Crash
318 double_round_to_double3_test: Crash 306 double_round_to_double3_test: Crash
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 int_round_to_double_test: Crash 348 int_round_to_double_test: Crash
361 int_to_int_test: Crash 349 int_to_int_test: Crash
362 int_truncate_test: Crash 350 int_truncate_test: Crash
363 int_truncate_to_double_test: Crash 351 int_truncate_to_double_test: Crash
364 list_filled_type_argument_test: Crash 352 list_filled_type_argument_test: Crash
365 list_index_of2_test: Crash 353 list_index_of2_test: Crash
366 list_index_of_test: Crash 354 list_index_of_test: Crash
367 list_literal_is_growable_test: Crash 355 list_literal_is_growable_test: Crash
368 list_literal_test: Crash 356 list_literal_test: Crash
369 list_sort_test: Crash 357 list_sort_test: Crash
370 map_contains_key_test: Crash
371 map_index_test: Crash
372 map_remove_test: Crash
373 nan_infinity_test/01: Crash 358 nan_infinity_test/01: Crash
374 nan_infinity_test/none: Crash 359 nan_infinity_test/none: Crash
375 num_sign_test: Crash 360 num_sign_test: Crash
376 print_test/01: Crash 361 print_test/01: Crash
377 print_test/none: Crash 362 print_test/none: Crash
378 reg_exp1_test: Crash 363 reg_exp1_test: Crash
379 reg_exp_first_match_test: Crash 364 reg_exp_first_match_test: Crash
380 reg_exp_group_test: Crash 365 reg_exp_group_test: Crash
381 reg_exp_groups_test: Crash 366 reg_exp_groups_test: Crash
382 reg_exp_has_match_test: Crash 367 reg_exp_has_match_test: Crash
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1 432 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1
448 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 433 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
449 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 434 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
450 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 435 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
451 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 436 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
452 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 437 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
453 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 438 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
454 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 439 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
455 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 440 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
456 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 441 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
457 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/main_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698