| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 [ $compiler == dart2dart ] | 5 [ $compiler == dart2dart ] |
| 6 | 6 |
| 7 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) | 7 # The following tests fail because they contain number literals with a + prefix
(co19 issue 428) |
| 8 LibTest/core/double/floor_A01_t05: Fail # issue 428 | 8 LibTest/core/double/floor_A01_t05: Fail # issue 428 |
| 9 LibTest/core/double/ceil_A01_t05: Fail # issue 428 | 9 LibTest/core/double/ceil_A01_t05: Fail # issue 428 |
| 10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 | 10 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 409 | 411 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 409 |
| 412 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 409 | 412 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 409 |
| 413 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 409 | 413 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 409 |
| 414 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 409 | 414 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 409 |
| 415 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 409 | 415 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 409 |
| 416 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 | 416 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 |
| 417 | 417 |
| 418 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 | 418 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 |
| 419 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 | 419 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 |
| 420 | 420 |
| 421 # Issue 11467 | |
| 422 Language/14_Types/5_Function_Types_A01_t07: Fail | |
| 423 Language/14_Types/5_Function_Types_A01_t08: Fail | |
| 424 Language/14_Types/5_Function_Types_A01_t09: Fail | |
| 425 Language/14_Types/5_Function_Types_A01_t11: Fail | |
| 426 Language/14_Types/5_Function_Types_A02_t05: Fail | |
| 427 Language/14_Types/5_Function_Types_A02_t09: Fail | |
| 428 Language/14_Types/5_Function_Types_A02_t10: Fail | |
| 429 Language/14_Types/5_Function_Types_A03_t06: Fail | |
| 430 Language/14_Types/5_Function_Types_A03_t10: Fail | |
| 431 Language/14_Types/5_Function_Types_A03_t11: Fail | |
| 432 | |
| 433 [ $compiler == dart2dart && $minified ] | 421 [ $compiler == dart2dart && $minified ] |
| 434 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 396 | 422 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 396 |
| 435 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 396 | 423 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 396 |
| 436 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 396 | 424 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 396 |
| 437 | 425 |
| 438 | 426 |
| 439 [ $compiler == dart2dart && $system == windows ] | 427 [ $compiler == dart2dart && $system == windows ] |
| 440 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 428 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 441 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 429 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 442 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 430 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 LibTest/core/List/List.fixedLength_A01_t01: Fail # Issue 400 | 588 LibTest/core/List/List.fixedLength_A01_t01: Fail # Issue 400 |
| 601 LibTest/core/List/addAll_A02_t01: Fail # Issue 400 | 589 LibTest/core/List/addAll_A02_t01: Fail # Issue 400 |
| 602 LibTest/core/List/add_A02_t01: Fail # Issue 400 | 590 LibTest/core/List/add_A02_t01: Fail # Issue 400 |
| 603 LibTest/core/List/clear_A02_t01: Fail # Issue 400 | 591 LibTest/core/List/clear_A02_t01: Fail # Issue 400 |
| 604 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400 | 592 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400 |
| 605 LibTest/core/List/length_A04_t01: Fail # Issue 400 | 593 LibTest/core/List/length_A04_t01: Fail # Issue 400 |
| 606 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400 | 594 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400 |
| 607 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400 | 595 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400 |
| 608 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400 | 596 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400 |
| 609 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400 | 597 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400 |
| OLD | NEW |