Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 10957060: First stab at parsing redirecting constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Add test exceptions. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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_t13: Crash # http://dartbug.com/5015 9 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
10 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 10 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 Language/13_Libraries_and_Scripts/2_Imports_A03_t22: Fail # TODO(ahe): Please tr iage this failure. 62 Language/13_Libraries_and_Scripts/2_Imports_A03_t22: Fail # TODO(ahe): Please tr iage this failure.
63 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t05: Fail # TODO(ahe) : Please triage this failure. 63 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t05: Fail # TODO(ahe) : Please triage this failure.
64 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure. 64 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
65 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # TODO(ahe): Please triage t his failure. 65 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # TODO(ahe): Please triage t his failure.
66 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(ahe): Please triage this failu re. 66 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(ahe): Please triage this failu re.
67 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re. 67 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(ahe): Please triage this failu re.
68 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 68 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
69 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure. 69 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(ahe): Please triage t his failure.
70 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 70 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
71 71
72 # Partially implemented rediriecting constructors makes this fail.
73 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
74
75
72 [ $compiler == dart2js && $unchecked ] 76 [ $compiler == dart2js && $unchecked ]
73 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 77 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
74 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. 78 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
75 79
76 80
77 [ $compiler == dart2js && $checked ] 81 [ $compiler == dart2js && $checked ]
78 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 82 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
79 83
80 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 84 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
81 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 85 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 736 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
733 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 737 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
734 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 738 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
735 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 739 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
736 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 740 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
737 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 741 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
738 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 742 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
739 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 743 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
740 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 744 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
741 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 745 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/tree_validator.dart ('k') | tests/compiler/dart2js/unparser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698