| 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 && $runtime == drt ] | 8 [ $compiler == none && $runtime == drt ] |
| 9 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
| 10 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 376 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 377 hash_map_test: Crash | 377 hash_map_test: Crash |
| 378 list_sort_test: Crash | 378 list_sort_test: Crash |
| 379 map_contains_key_test: Crash | 379 map_contains_key_test: Crash |
| 380 map_index_test: Crash | 380 map_index_test: Crash |
| 381 map_remove_test: Crash | 381 map_remove_test: Crash |
| 382 regress_11099_test: Crash | 382 regress_11099_test: Crash |
| 383 safe_to_string_test: Crash | 383 safe_to_string_test: Crash |
| 384 sort_test: Crash | 384 sort_test: Crash |
| 385 | 385 |
| 386 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 387 double_round3_test: Crash |
| 388 double_round4_test: Crash |
| 389 double_round_test: Crash |
| 390 double_round_to_double2_test: Crash |
| 391 double_round_to_double3_test: Crash |
| 392 double_round_to_double_test: Crash |
| 393 double_truncate_test: Crash |
| 394 double_truncate_to_double_test: Crash |
| 395 errors_test: Crash |
| 396 expression_test: Crash |
| 397 format_exception_test: Crash |
| 398 from_environment_const_type_test/01: Crash |
| 399 from_environment_const_type_test/02: Crash |
| 400 from_environment_const_type_test/03: Crash |
| 401 from_environment_const_type_test/04: Crash |
| 402 from_environment_const_type_test/05: Crash |
| 403 from_environment_const_type_test/06: Crash |
| 404 from_environment_const_type_test/07: Crash |
| 405 from_environment_const_type_test/08: Crash |
| 406 from_environment_const_type_test/09: Crash |
| 407 from_environment_const_type_test/10: Crash |
| 408 from_environment_const_type_test/11: Crash |
| 409 from_environment_const_type_test/12: Crash |
| 410 from_environment_const_type_test/13: Crash |
| 411 from_environment_const_type_test/14: Crash |
| 412 from_environment_const_type_test/15: Crash |
| 413 from_environment_const_type_test/16: Crash |
| 414 from_environment_const_type_test/none: Crash |
| 415 from_environment_const_type_undefined_test/01: Crash |
| 416 from_environment_const_type_undefined_test/02: Crash |
| 417 from_environment_const_type_undefined_test/03: Crash |
| 418 from_environment_const_type_undefined_test/04: Crash |
| 419 from_environment_const_type_undefined_test/05: Crash |
| 420 from_environment_const_type_undefined_test/06: Crash |
| 421 from_environment_const_type_undefined_test/07: Crash |
| 422 from_environment_const_type_undefined_test/08: Crash |
| 423 from_environment_const_type_undefined_test/09: Crash |
| 424 from_environment_const_type_undefined_test/10: Crash |
| 425 from_environment_const_type_undefined_test/11: Crash |
| 426 from_environment_const_type_undefined_test/12: Crash |
| 427 from_environment_const_type_undefined_test/13: Crash |
| 428 from_environment_const_type_undefined_test/14: Crash |
| 429 from_environment_const_type_undefined_test/15: Crash |
| 430 from_environment_const_type_undefined_test/16: Crash |
| 431 from_environment_const_type_undefined_test/none: Crash |
| 432 hash_map_test: Crash |
| 433 hashcode_boxed_test: Crash |
| 434 int_ceil_test: Crash |
| 435 int_ceil_to_double_test: Crash |
| 436 int_floor_test: Crash |
| 437 int_floor_to_double_test: Crash |
| 438 int_from_environment2_test: Crash |
| 439 int_from_environment_test: Crash |
| 440 int_round_test: Crash |
| 441 int_round_to_double_test: Crash |
| 442 int_to_int_test: Crash |
| 443 int_truncate_test: Crash |
| 444 int_truncate_to_double_test: Crash |
| 445 list_filled_type_argument_test: Crash |
| 446 list_index_of2_test: Crash |
| 447 list_index_of_test: Crash |
| 448 list_literal_is_growable_test: Crash |
| 449 list_literal_test: Crash |
| 450 list_sort_test: Crash |
| 451 map_contains_key_test: Crash |
| 452 map_index_test: Crash |
| 453 map_remove_test: Crash |
| 454 nan_infinity_test/01: Crash |
| 455 nan_infinity_test/none: Crash |
| 456 num_sign_test: Crash |
| 457 print_test/01: Crash |
| 458 print_test/none: Crash |
| 459 reg_exp1_test: Crash |
| 460 reg_exp_first_match_test: Crash |
| 461 reg_exp_group_test: Crash |
| 462 reg_exp_groups_test: Crash |
| 463 reg_exp_has_match_test: Crash |
| 464 reg_exp_pattern_test: Crash |
| 465 reg_exp_string_match_test: Crash |
| 466 regexp/UC16_test: Crash |
| 467 regexp/alternative-length-miscalculation_test: Crash |
| 468 regexp/alternatives_test: Crash |
| 469 regexp/assertion_test: Crash |
| 470 regexp/backreferences_test: Crash |
| 471 regexp/bol-with-multiline_test: Crash |
| 472 regexp/bol_test: Crash |
| 473 regexp/captures_test: Crash |
| 474 regexp/char-insensitive_test: Crash |
| 475 regexp/character-match-out-of-order_test: Crash |
| 476 regexp/constructor_test: Crash |
| 477 regexp/default_arguments_test: Crash |
| 478 regexp/dotstar_test: Crash |
| 479 regexp/extended-characters-match_test: Crash |
| 480 regexp/find-first-asserted_test: Crash |
| 481 regexp/look-ahead_test: Crash |
| 482 regexp/loop-capture_test: Crash |
| 483 regexp/malformed-escapes_test: Crash |
| 484 regexp/many-brackets_test: Crash |
| 485 regexp/non-bmp_test: Crash |
| 486 regexp/non-capturing-backtracking_test: Crash |
| 487 regexp/non-character_test: Crash |
| 488 regexp/non-greedy-parentheses_test: Crash |
| 489 regexp/norepeat_test: Crash |
| 490 regexp/overflow_test: Crash |
| 491 regexp/quantified-assertions_test: Crash |
| 492 regexp/range-bound-ffff_test: Crash |
| 493 regexp/ranges-and-escaped-hyphens_test: Crash |
| 494 regexp/regress-6-9-regexp_test: Crash |
| 495 regexp/regress-regexp-construct-result_test: Crash |
| 496 regexp/repeat-match-waldemar_test: Crash |
| 497 regexp/results-cache_test: Crash |
| 498 regexp/stack-overflow2_test: Crash |
| 499 regexp/stack-overflow_test: Crash |
| 500 regexp/zero-length-alternatives_test: Crash |
| 501 regress_11099_test: Crash |
| 502 regress_r21715_test: Crash |
| 503 safe_to_string_test: Crash |
| 504 sort_test: Crash |
| 505 |
| 386 # dartk: checked mode failures | 506 # dartk: checked mode failures |
| 387 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 507 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 388 from_environment_const_type_test/02: MissingCompileTimeError | 508 from_environment_const_type_test/02: MissingCompileTimeError |
| 389 from_environment_const_type_test/03: MissingCompileTimeError | 509 from_environment_const_type_test/03: MissingCompileTimeError |
| 390 from_environment_const_type_test/04: MissingCompileTimeError | 510 from_environment_const_type_test/04: MissingCompileTimeError |
| 391 from_environment_const_type_test/06: MissingCompileTimeError | 511 from_environment_const_type_test/06: MissingCompileTimeError |
| 392 from_environment_const_type_test/07: MissingCompileTimeError | 512 from_environment_const_type_test/07: MissingCompileTimeError |
| 393 from_environment_const_type_test/08: MissingCompileTimeError | 513 from_environment_const_type_test/08: MissingCompileTimeError |
| 394 from_environment_const_type_test/09: MissingCompileTimeError | 514 from_environment_const_type_test/09: MissingCompileTimeError |
| 395 from_environment_const_type_test/11: MissingCompileTimeError | 515 from_environment_const_type_test/11: MissingCompileTimeError |
| (...skipping 25 matching lines...) Expand all Loading... |
| 421 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | 541 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 |
| 422 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 542 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 423 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 543 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 424 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 544 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 425 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 545 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 426 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 546 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 427 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 547 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 428 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 548 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 429 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 549 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 430 main_test: RuntimeError # Flutter Issue 9111 | 550 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |