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

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

Issue 2985233002: Migrated test block 19 to Dart 2.0. (Closed)
Patch Set: Migrated test block 19 to Dart 2.0. 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/range_error_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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 null_nosuchmethod_test: Crash 237 null_nosuchmethod_test: Crash
238 null_test: Crash 238 null_test: Crash
239 num_clamp_test: Crash 239 num_clamp_test: Crash
240 num_parse_test/01: Crash 240 num_parse_test/01: Crash
241 num_parse_test/none: Crash 241 num_parse_test/none: Crash
242 queue_first_test: Crash 242 queue_first_test: Crash
243 queue_iterator_test: Crash 243 queue_iterator_test: Crash
244 queue_last_test: Crash 244 queue_last_test: Crash
245 queue_single_test: Crash 245 queue_single_test: Crash
246 queue_test: Crash 246 queue_test: Crash
247 range_error_test: Crash
248 reg_exp4_test: Crash
249 reg_exp5_test: Crash
250 reg_exp_all_matches_test: Crash
251 reg_exp_start_end_test: Crash
252 regexp/ascii-regexp-subject_test: Crash
253 regexp/capture-3_test: Crash
254 regexp/capture_test: Crash
255 regexp/compile-crash_test: Crash 247 regexp/compile-crash_test: Crash
256 regexp/compile_test: Crash 248 regexp/compile_test: Crash
257 regexp/early-acid3-86_test: Crash 249 regexp/early-acid3-86_test: Crash
258 regexp/ecma-regex-examples_test: Crash 250 regexp/ecma-regex-examples_test: Crash
259 regexp/extended-characters-more_test: Crash 251 regexp/extended-characters-more_test: Crash
260 regexp/global_test: Crash 252 regexp/global_test: Crash
261 regexp/indexof_test: Crash 253 regexp/indexof_test: Crash
262 regexp/invalid-range-in-class_test: Crash 254 regexp/invalid-range-in-class_test: Crash
263 regexp/issue_19193_test: Crash 255 regexp/issue_19193_test: Crash
264 regexp/lastindex_test: Crash 256 regexp/lastindex_test: Crash
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 string_trimlr_test/none: Crash 307 string_trimlr_test/none: Crash
316 symbol_operator_test/03: Crash 308 symbol_operator_test/03: Crash
317 symbol_operator_test/none: Crash 309 symbol_operator_test/none: Crash
318 symbol_reserved_word_test/04: MissingCompileTimeError 310 symbol_reserved_word_test/04: MissingCompileTimeError
319 symbol_reserved_word_test/05: Crash 311 symbol_reserved_word_test/05: Crash
320 symbol_reserved_word_test/06: Crash 312 symbol_reserved_word_test/06: Crash
321 symbol_reserved_word_test/07: MissingCompileTimeError 313 symbol_reserved_word_test/07: MissingCompileTimeError
322 symbol_reserved_word_test/09: Crash 314 symbol_reserved_word_test/09: Crash
323 symbol_reserved_word_test/10: MissingCompileTimeError 315 symbol_reserved_word_test/10: MissingCompileTimeError
324 symbol_reserved_word_test/12: Crash 316 symbol_reserved_word_test/12: Crash
325 symbol_test/01: Crash
326 symbol_test/02: Crash
327 symbol_test/03: Crash
328 symbol_test/none: Crash
329 317
330 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 318 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
331 list_sort_test: Crash 319 list_sort_test: Crash
332 map_contains_key_test: Crash 320 map_contains_key_test: Crash
333 map_index_test: Crash 321 map_index_test: Crash
334 map_remove_test: Crash 322 map_remove_test: Crash
335 regress_11099_test: Crash 323 regress_11099_test: Crash
336 safe_to_string_test: Crash 324 safe_to_string_test: Crash
337 sort_test: Crash 325 sort_test: Crash
338 326
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 list_literal_test: Crash 382 list_literal_test: Crash
395 list_sort_test: Crash 383 list_sort_test: Crash
396 map_contains_key_test: Crash 384 map_contains_key_test: Crash
397 map_index_test: Crash 385 map_index_test: Crash
398 map_remove_test: Crash 386 map_remove_test: Crash
399 nan_infinity_test/01: Crash 387 nan_infinity_test/01: Crash
400 nan_infinity_test/none: Crash 388 nan_infinity_test/none: Crash
401 num_sign_test: Crash 389 num_sign_test: Crash
402 print_test/01: Crash 390 print_test/01: Crash
403 print_test/none: Crash 391 print_test/none: Crash
404 reg_exp1_test: Crash
405 reg_exp_first_match_test: Crash
406 reg_exp_group_test: Crash
407 reg_exp_groups_test: Crash
408 reg_exp_has_match_test: Crash
409 reg_exp_pattern_test: Crash
410 reg_exp_string_match_test: Crash
411 regexp/UC16_test: Crash
412 regexp/alternative-length-miscalculation_test: Crash
413 regexp/alternatives_test: Crash
414 regexp/assertion_test: Crash
415 regexp/backreferences_test: Crash
416 regexp/bol-with-multiline_test: Crash
417 regexp/bol_test: Crash
418 regexp/captures_test: Crash
419 regexp/char-insensitive_test: Crash
420 regexp/character-match-out-of-order_test: Crash
421 regexp/constructor_test: Crash 392 regexp/constructor_test: Crash
422 regexp/default_arguments_test: Crash 393 regexp/default_arguments_test: Crash
423 regexp/dotstar_test: Crash 394 regexp/dotstar_test: Crash
424 regexp/extended-characters-match_test: Crash 395 regexp/extended-characters-match_test: Crash
425 regexp/find-first-asserted_test: Crash 396 regexp/find-first-asserted_test: Crash
426 regexp/look-ahead_test: Crash 397 regexp/look-ahead_test: Crash
427 regexp/loop-capture_test: Crash
428 regexp/malformed-escapes_test: Crash 398 regexp/malformed-escapes_test: Crash
429 regexp/many-brackets_test: Crash 399 regexp/many-brackets_test: Crash
430 regexp/non-bmp_test: Crash 400 regexp/non-bmp_test: Crash
431 regexp/non-capturing-backtracking_test: Crash 401 regexp/non-capturing-backtracking_test: Crash
432 regexp/non-character_test: Crash 402 regexp/non-character_test: Crash
433 regexp/non-greedy-parentheses_test: Crash 403 regexp/non-greedy-parentheses_test: Crash
434 regexp/norepeat_test: Crash 404 regexp/norepeat_test: Crash
435 regexp/overflow_test: Crash 405 regexp/overflow_test: Crash
436 regexp/stack-overflow2_test: Crash 406 regexp/stack-overflow2_test: Crash
437 regexp/stack-overflow_test: Crash 407 regexp/stack-overflow_test: Crash
438 regexp/zero-length-alternatives_test: Crash
439 regress_11099_test: Crash 408 regress_11099_test: Crash
440 regress_r21715_test: Crash 409 regress_r21715_test: Crash
441 safe_to_string_test: Crash 410 safe_to_string_test: Crash
442 sort_test: Crash 411 sort_test: Crash
443 412
444 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] 413 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
445 *: Skip # Issue 29626 414 *: Skip # Issue 29626
446 415
447 # dartk: checked mode failures 416 # dartk: checked mode failures
448 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 417 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 449 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
481 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 450 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
482 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 451 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
483 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 452 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
484 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 453 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
485 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 454 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
486 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 455 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
487 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 456 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
488 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 457 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
489 main_test: RuntimeError # Flutter Issue 9111 458 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/range_error_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698