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

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

Issue 11228049: Some co19 tests do nothing in checked mode and therefore cannot fail. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263 136 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263
137 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 137 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263
138 138
139 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 139 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271
140 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271 140 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271
141 141
142 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 142 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
143 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 143 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
144 144
145 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274
146 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274
147 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274
148 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274
149 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274 145 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274
150 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274 146 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274
151 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274 147 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274
152 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274 148 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274
153 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274 149 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274
154 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274 150 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274
155 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274 151 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274
156 152
157 153
158 [ $compiler == dart2js && $unchecked ] 154 [ $compiler == dart2js && $unchecked ]
159 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 155 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
160 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. 156 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
161 157
158 # These tests do noting in checked mode, and therefore cannot fail.
159 LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274
160 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274
161 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274
162 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274
162 163
163 [ $compiler == dart2js && $checked ] 164 [ $compiler == dart2js && $checked ]
164 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 165 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
165 166
166 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 167 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
167 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 168 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
168 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 169 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
169 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 170 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
170 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure. 171 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure.
171 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure. 172 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 836 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
836 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 837 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
837 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 838 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
838 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 839 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
839 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 840 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
840 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 841 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
841 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 842 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
842 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 843 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
843 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 844 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
844 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 845 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698