Chromium Code Reviews| 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 [ $compiler == dart2dart ] | 5 [ $compiler == dart2dart ] |
| 6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure. | 6 Language/03_Overview/1_Scoping_A02_t32: Fail # TODO(dart2dart-team): Please tria ge this failure. |
| 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. | 7 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. |
| 8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure. | 8 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure. |
| 9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure. | 9 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure. |
| 10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure. | 10 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure. |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 663 LibTest/core/Set/addAll_A01_t02: Fail | 663 LibTest/core/Set/addAll_A01_t02: Fail |
| 664 LibTest/core/Set/contains_A01_t02: Fail | 664 LibTest/core/Set/contains_A01_t02: Fail |
| 665 LibTest/core/Set/containsAll_A01_t02: Fail | 665 LibTest/core/Set/containsAll_A01_t02: Fail |
| 666 LibTest/core/Set/intersection_A03_t01: Fail | 666 LibTest/core/Set/intersection_A03_t01: Fail |
| 667 LibTest/core/Set/isSubsetOf_A01_t02: Fail | 667 LibTest/core/Set/isSubsetOf_A01_t02: Fail |
| 668 LibTest/core/Set/remove_A01_t02: Fail | 668 LibTest/core/Set/remove_A01_t02: Fail |
| 669 LibTest/core/Set/removeAll_A01_t02: Fail | 669 LibTest/core/Set/removeAll_A01_t02: Fail |
| 670 | 670 |
| 671 # Doesn't expect concurrent modification error (issue 376). | 671 # Doesn't expect concurrent modification error (issue 376). |
| 672 LibTest/core/Map/forEach_A01_t07: Fail | 672 LibTest/core/Map/forEach_A01_t07: Fail |
| 673 | |
| 674 # Deprecated string members removed. | |
| 675 LibTest/core/String/charCodes_A01_t01: Fail | |
|
floitsch
2013/02/19 14:03:06
Don't forget to file co19 issue and update this fi
Lasse Reichstein Nielsen
2013/02/20 06:38:23
Done.
| |
| 676 LibTest/core/String/charCodeAt_A02_t01: Fail | |
| 677 LibTest/core/String/charCodeAt_A03_t01: Fail | |
| 678 LibTest/core/String/charCodeAt_A01_t01: Fail | |
| 679 LibTest/core/String/splitChars_A01_t01: Fail | |
| OLD | NEW |