| 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 | 5 |
| 6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
| 7 # for co19 bugs. | 7 # for co19 bugs. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 Language/11_Statements/05_For_A01_t07: Crash | 9 Language/11_Statements/05_For_A01_t07: Crash |
| 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 | 517 |
| 518 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | 518 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. |
| 519 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. | 519 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. |
| 520 | 520 |
| 521 # | 521 # |
| 522 # The following tests may be broken, but require further review. | 522 # The following tests may be broken, but require further review. |
| 523 # | 523 # |
| 524 [ $compiler == dart2js && $runtime == d8 ] | 524 [ $compiler == dart2js && $runtime == d8 ] |
| 525 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
o NaN? | 525 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
o NaN? |
| 526 | 526 |
| 527 # Changed exception thrown by futures (co19 issue #269) |
| 528 LibTest/core/Completer/completeException_A01_t01: Fail, OK |
| 529 LibTest/core/Future/handleException_A01_t04: Fail, OK |
| 530 LibTest/core/Future/handleException_A01_t05: Fail, OK |
| 531 |
| 527 [ $compiler == dart2js && $browser ] | 532 [ $compiler == dart2js && $browser ] |
| 528 *: Skip | 533 *: Skip |
| 529 | 534 |
| 530 | 535 |
| 531 # | 536 # |
| 532 # Missing compile-time errors. | 537 # Missing compile-time errors. |
| 533 # | 538 # |
| 534 [ $compiler == dart2js ] | 539 [ $compiler == dart2js ] |
| 535 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar
ation cannot contain both 'final' and 'var'. | 540 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar
ation cannot contain both 'final' and 'var'. |
| 536 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar
ation cannot contain both 'var' and 'type'. | 541 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar
ation cannot contain both 'var' and 'type'. |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 766 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 762 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 767 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 763 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 768 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 764 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 769 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 765 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 770 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 766 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 771 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 767 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 772 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 768 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 773 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 769 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 774 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 770 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 775 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |