| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 regexp/repeat-match-waldemar_test: Crash | 496 regexp/repeat-match-waldemar_test: Crash |
| 497 regexp/results-cache_test: Crash | 497 regexp/results-cache_test: Crash |
| 498 regexp/stack-overflow2_test: Crash | 498 regexp/stack-overflow2_test: Crash |
| 499 regexp/stack-overflow_test: Crash | 499 regexp/stack-overflow_test: Crash |
| 500 regexp/zero-length-alternatives_test: Crash | 500 regexp/zero-length-alternatives_test: Crash |
| 501 regress_11099_test: Crash | 501 regress_11099_test: Crash |
| 502 regress_r21715_test: Crash | 502 regress_r21715_test: Crash |
| 503 safe_to_string_test: Crash | 503 safe_to_string_test: Crash |
| 504 sort_test: Crash | 504 sort_test: Crash |
| 505 | 505 |
| 506 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
| 507 *: Skip # Issue 29626 |
| 508 |
| 506 # dartk: checked mode failures | 509 # dartk: checked mode failures |
| 507 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 510 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 508 from_environment_const_type_test/02: MissingCompileTimeError | 511 from_environment_const_type_test/02: MissingCompileTimeError |
| 509 from_environment_const_type_test/03: MissingCompileTimeError | 512 from_environment_const_type_test/03: MissingCompileTimeError |
| 510 from_environment_const_type_test/04: MissingCompileTimeError | 513 from_environment_const_type_test/04: MissingCompileTimeError |
| 511 from_environment_const_type_test/06: MissingCompileTimeError | 514 from_environment_const_type_test/06: MissingCompileTimeError |
| 512 from_environment_const_type_test/07: MissingCompileTimeError | 515 from_environment_const_type_test/07: MissingCompileTimeError |
| 513 from_environment_const_type_test/08: MissingCompileTimeError | 516 from_environment_const_type_test/08: MissingCompileTimeError |
| 514 from_environment_const_type_test/09: MissingCompileTimeError | 517 from_environment_const_type_test/09: MissingCompileTimeError |
| 515 from_environment_const_type_test/11: MissingCompileTimeError | 518 from_environment_const_type_test/11: MissingCompileTimeError |
| (...skipping 25 matching lines...) Expand all Loading... |
| 541 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | 544 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 |
| 542 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 545 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 543 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 546 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 544 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 547 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 545 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 548 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 546 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 549 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 547 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 550 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 548 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 551 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 549 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 552 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 550 main_test: RuntimeError # Flutter Issue 9111 | 553 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |