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 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 5 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
6 [ $compiler == none && $runtime == vm ] | 6 [ $compiler == none && $runtime == vm ] |
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK | 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK |
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK | 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK |
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK | 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
, OK |
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK | 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 280 | 504 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 280 |
505 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280 | 505 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280 |
506 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280 | 506 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280 |
507 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280 | 507 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280 |
508 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280 | 508 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280 |
509 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 | 509 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 |
510 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 | 510 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 |
511 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 | 511 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 |
512 | 512 |
513 | 513 |
| 514 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290 |
| 515 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290 |
| 516 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 517 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290 |
| 518 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290 |
| 519 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 520 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290 |
| 521 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290 |
| 522 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290 |
| 523 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290 |
| 524 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue
290 |
| 525 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290 |
| 526 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290 |
| 527 LibTest/core/List/setRange_A05_t01: Fail, OK # co19 issue 290 |
| 528 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290 |
| 529 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290 |
| 530 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290 |
| 531 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290 |
| 532 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290 |
| 533 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290 |
| 534 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29
0 |
| 535 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK
# co19 issue 290 |
| 536 Language/10_Expressions/25_Additive_Expressions_A01_t01: Fail, OK # co19 issue 2
90 |
| 537 Language/10_Expressions/06_Lists_A02_t01: Fail, OK # co19 issue 290 |
514 | 538 |
515 | 539 |
516 [ $compiler == none && $runtime == vm ] | 540 [ $compiler == none && $runtime == vm ] |
517 LibTest/core/String/contains_A01_t03: Skip # Times out. | 541 LibTest/core/String/contains_A01_t03: Skip # Times out. |
518 | 542 |
519 LibTest/core/String/contains_A01_t02: Fail | 543 LibTest/core/String/contains_A01_t02: Fail |
520 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 | 544 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 |
521 | 545 |
522 | 546 |
523 [ $compiler == none && $runtime == vm && $arch == ia32 ] | 547 [ $compiler == none && $runtime == vm && $arch == ia32 ] |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 | 603 |
580 | 604 |
581 [ $compiler == none && $runtime == vm && $mode == debug ] | 605 [ $compiler == none && $runtime == vm && $mode == debug ] |
582 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 606 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
583 | 607 |
584 [ $compiler == none && $arch == simarm ] | 608 [ $compiler == none && $arch == simarm ] |
585 *: Skip | 609 *: Skip |
586 | 610 |
587 [ $compiler == none && $arch == arm ] | 611 [ $compiler == none && $arch == arm ] |
588 *: Skip | 612 *: Skip |
OLD | NEW |