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

Side by Side Diff: tests/language/language.status

Issue 9350056: Tests triage: language (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | « compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java ('k') | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 *DartcTest: Skip 67 *DartcTest: Skip
68 *DartcNegativeTest: Skip 68 *DartcNegativeTest: Skip
69 *FrogTest: Skip 69 *FrogTest: Skip
70 *FrogNegativeTest: Skip 70 *FrogNegativeTest: Skip
71 71
72 # Issue 1034 72 # Issue 1034
73 ConstructorDuplicateInitializersTest/01: Fail 73 ConstructorDuplicateInitializersTest/01: Fail
74 ConstructorDuplicateInitializersTest/02: Fail 74 ConstructorDuplicateInitializersTest/02: Fail
75 75
76 # Issue 1355 76 # Issue 1355
77 CallOperatorTest: Fail 77 CallOperatorTest: Pass
78 78
79 ConstConstructorSyntaxTest/05: Fail 79 ConstConstructorSyntaxTest/05: Fail
80 GetSetSyntaxTest/04: Fail # Issue 1569 80 GetSetSyntaxTest/04: Fail # Issue 1569
81 GetSetSyntaxTest/05: Fail # Issue 1569 81 GetSetSyntaxTest/05: Fail # Issue 1569
82 GetSetSyntaxTest/06: Fail # Issue 1569 82 GetSetSyntaxTest/06: Fail # Issue 1569
83 GetSetSyntaxTest/07: Fail # Issue 1569 83 GetSetSyntaxTest/07: Fail # Issue 1569
84 GetSetSyntaxTest/08: Fail # Issue 1569 84 GetSetSyntaxTest/08: Fail # Issue 1569
85 GetSetSyntaxTest/09: Fail # Issue 1569 85 GetSetSyntaxTest/09: Fail # Issue 1569
86 GetSetSyntaxTest/10: Fail # Issue 1569 86 GetSetSyntaxTest/10: Fail # Issue 1569
87 GetSetSyntaxTest/11: Fail # Issue 1569 87 GetSetSyntaxTest/11: Fail # Issue 1569
(...skipping 16 matching lines...) Expand all
104 GCTest: Skip # Takes too long. 104 GCTest: Skip # Takes too long.
105 105
106 [ $component == vm && $mode == release ] 106 [ $component == vm && $mode == release ]
107 107
108 [ $component == dartc || $component == chromium ] 108 [ $component == dartc || $component == chromium ]
109 AbstractSyntaxTest/01: Fail 109 AbstractSyntaxTest/01: Fail
110 ConstConstructorSyntaxTest/05: Fail 110 ConstConstructorSyntaxTest/05: Fail
111 FinalSyntaxTest/none: Fail 111 FinalSyntaxTest/none: Fail
112 112
113 # Marked failed after code generation removed from dartc 113 # Marked failed after code generation removed from dartc
114 ApplicationNegativeTest: Fail # status change with --check-only 114 ApplicationNegativeTest: Fail
115 AssertKeywordNegativeTest: Fail # status change with --check-only 115 AssertKeywordNegativeTest: Fail
116 AssignInstanceMethodNegativeTest: Fail # status change with --check-only 116 AssignInstanceMethodNegativeTest: Fail
117 BodyLessConstructorWrongArgNegativeTest: Fail # status change with --check-on ly 117 BodyLessConstructorWrongArgNegativeTest: Fail
118 CallOperatorTest: Pass # status change with --check-only 118 ClosureCallWrongArgumentCountNegativeTest: Fail
119 CallThroughNullGetterTest: Pass # status change with --check-only 119 ConstCounterNegativeTest: Fail # issue 1655
120 CharEscapeTest: Pass # status change with --check-only 120 ConstructorCallWrongArgumentCountNegativeTest: Fail
121 ClosureCallWrongArgumentCountNegativeTest: Fail # status change with --check- only 121 Field3aNegativeTest: Fail
122 ConstCounterNegativeTest: Fail # status change with --check-only 122 FieldMethod4NegativeTest: Fail
123 ConstInit4NegativeTest: Fail # status change with --check-only 123 InstanceCallWrongArgumentCountNegativeTest: Fail
124 ConstObjectsAreImmutableTest: Pass # status change with --check-only 124 Label2NegativeTest: Fail # issue 1658
125 Constructor2Test: Pass # status change with --check-only 125 NamedParametersNegativeTest: Fail
126 Constructor3NegativeTest: Fail # status change with --check-only 126 NoSuchMethodNegativeTest: Fail
127 Constructor3Test: Pass # status change with --check-only 127 Prefix6NegativeTest: Fail
128 Constructor4Test: Pass # status change with --check-only 128 PrivateMember3NegativeTest: Fail
129 Constructor5Test: Pass # status change with --check-only 129 StaticCallWrongArgumentCountNegativeTest: Fail
130 Constructor6Test: Pass # status change with --check-only 130 StaticField1aRunNegativeTest: Fail # issue 1662
131 ConstructorCallWrongArgumentCountNegativeTest: Fail # status change with --ch eck-only 131 StaticField1RunNegativeTest: Fail # issue 1662
132 CTConstTest: Pass # status change with --check-only 132 StaticField2aRunNegativeTest: Fail # issue 1662
133 DivByZeroTest: Pass # status change with --check-only 133 StaticField2RunNegativeTest: Fail # issue 1662
134 DynamicTest: Pass # status change with --check-only 134 Switch3NegativeTest: Fail # issue 1663
135 ExampleConstructorTest: Pass # status change with --check-only
136 ExpectTest: Pass # status change with --check-only
137 Field3aNegativeTest: Fail # status change with --check-only
138 FieldMethod4NegativeTest: Fail # status change with --check-only
139 For2Test: Pass # status change with --check-only
140 GenericTest: Pass # status change with --check-only
141 GetterClosureExecutionOrderTest: Pass # status change with --check-only
142 InstanceCallWrongArgumentCountNegativeTest: Fail # status change with --check -only
143 IsObjectTest: Pass # status change with --check-only
144 Label2NegativeTest: Fail # status change with --check-only
145 ListLiteral3Test: Pass # status change with --check-only
146 ListTest: Pass # status change with --check-only
147 LocalFunction3Test: Pass # status change with --check-only
148 LocalFunctionTest: Pass # status change with --check-only
149 ManyOverriddenNoSuchMethodTest: Pass # status change with --check-only
150 NamedParametersNegativeTest: Fail # status change with --check-only
151 NamedParametersTypeTest: Pass # status change with --check-only
152 NamingTest: Pass # status change with --check-only
153 NoSuchMethodNegativeTest: Fail # status change with --check-only
154 NoSuchMethodTest: Pass # status change with --check-only
155 NullToStringTest: Pass # status change with --check-only
156 OverriddenNoSuchMethodTest: Pass # status change with --check-only
157 Prefix6NegativeTest: Fail # status change with --check-only
158 PrivateMember3NegativeTest: Fail # status change with --check-only
159 RegExp3Test: Pass # status change with --check-only
160 StackOverflowTest: Pass # status change with --check-only
161 StackTraceTest: Pass # status change with --check-only
162 StaticCallWrongArgumentCountNegativeTest: Fail # status change with --check-o nly
163 StaticField1aRunNegativeTest: Fail # status change with --check-only
164 StaticField1RunNegativeTest: Fail # status change with --check-only
165 StaticField2aRunNegativeTest: Fail # status change with --check-only
166 StaticField2RunNegativeTest: Fail # status change with --check-only
167 StringConcatTest: Pass # status change with --check-only
168 Switch3NegativeTest: Fail # status change with --check-only
169
170 TypeChecksInFactoryMethodTest: Pass # status change with --check-only
171 135
172 136
173 # Problems traiaged before static analysis-only change 137 # Problems traiaged before static analysis-only change
174 138
175 AssertTest: Fail # Uses AssertError class. Bug 4385894. 139 AssertTest: Fail # Uses AssertError class. Bug 4385894.
176 CTConstTest: Fail # Bug 5202940, Issue 176 140 CTConstTest: Pass
zundel 2012/02/13 22:51:09 Are the issues previously listed still valid? If
scheglov 2012/02/14 16:37:37 Yes, I've checked all bugs in comments and closed
zundel 2012/02/15 13:26:46 OK, I see now. If a line is marked 'Pass' and the
177 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 141 CallThroughNullGetterTest: Pass # Throw ObjectNotClosure instead of NullPointerE xception.
178 CallOperatorTest: Fail # Issue 1355 142 CallOperatorTest: Pass # Issue 1355
179 CharEscapeTest: Fail 143 CharEscapeTest: Pass # Issue 1654
180 ConstInit6NegativeTest: Fail # Issue 811 144 ConstObjectsAreImmutableTest: Pass
181 ConstObjectsAreImmutableTest: Fail # Bug 5202940, Issue 176 145 Constructor2Test: Pass
182 Constructor2Test: Fail # Issue 255 146 Constructor3NegativeTest: Fail
183 Constructor3Test: Fail # Issue 257 147 Constructor3Test: Pass
184 Constructor4Test: Fail # Issue 286 148 Constructor4Test: Pass
185 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars e 149 Constructor5Test: Pass
186 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars e 150 Constructor6Test: Pass
187 DefaultFactoryLibraryTest: Fail # Issue 514 151 DefaultFactoryLibraryTest: Fail # Issue 514
188 DivByZeroTest: Fail # Bug 5184183 152 DivByZeroTest: Pass
189 DuplicateImplementsTest: Skip # Issue 976 153 DuplicateImplementsTest: Skip # Issue 976
190 DynamicTest: Fail # Bug 5527899. 154 DynamicTest: Pass
191 ExampleConstructorTest: Fail # Bug 4205742. 155 ExampleConstructorTest: Pass
192 ExpectTest: Fail # Missing extensions to class Expect. 156 ExpectTest: Pass
193 For2Test: Fail # Bug 4995208. 157 For2Test: Pass
194 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 158 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
195 GenericParameterizedExtendsTest: Skip # Bug 5392297 159 GenericParameterizedExtendsTest: Skip # Bug 5392297
196 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 160 GenericTest: Pass
197 GetterClosureExecutionOrderTest: Fail # Bug 5481595 161 GetterClosureExecutionOrderTest: Pass
198 IsObjectTest: Fail # Issue 1455 162 IsObjectTest: Pass
199 Library4NegativeTest: Fail # Bug 5406175 163 Library4NegativeTest: Fail # Bug 5406175
200 ListLiteral3Test: Fail # Bug 5202940, Issue 176 164 ListLiteral3Test: Pass
201 ListLiteral4Test: Fail # Issue 1343 165 ListLiteral4Test: Fail # Issue 1343
202 ListTest: Fail # Bug 5146975. 166 ListTest: Pass
203 LiteralUnaryPlusTest/01: Fail # Issue 1399 167 LiteralUnaryPlusTest/01: Fail # Issue 1399
204 LocalFunction3Test: Fail # Bug 4202974. 168 LocalFunction3Test: Pass
205 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 169 LocalFunctionTest: Pass
206 MapLiteral4Test: Fail # Issue 1343 170 MapLiteral4Test: Fail # Issue 1343
207 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 171 ManyOverriddenNoSuchMethodTest: Pass
208 NamedParametersTypeTest: Fail # Implementation in progress. 172 NamedParametersTypeTest: Pass
209 NamingTest: Fail # Issue 356 173 NamingTest: Pass
210 NoSuchMethodTest: Fail # Bug 4202974. 174 NoSuchMethodTest: Pass
211 NullToStringTest: Fail # Bug 5421978 175 NullToStringTest: Pass
212 NumbersTest: Fail # Fails because numbers are mapped to doubles. 176 NumbersTest: Fail # Fails because numbers are mapped to doubles.
213 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 177 OverriddenNoSuchMethodTest: Pass
214 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 178 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
215 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 179 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
216 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 180 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
217 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 181 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
218 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 182 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
219 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 183 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
220 OverrideFieldTest/04: Fail # Bug 5215249 184 OverrideFieldTest/04: Fail # Bug 5215249
221 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 185 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
222 Prefix11NegativeTest: Fail # Bug 5406175 186 Prefix11NegativeTest: Fail # Bug 5406175
223 Prefix12NegativeTest: Fail # Bug 5406175 187 Prefix12NegativeTest: Fail # Bug 5406175
224 Prefix16NegativeTest: Fail # Bug 5532534 188 Prefix16NegativeTest: Fail # Bug 5532534
225 Prefix3NegativeTest: Fail # Bug 5406175 189 Prefix3NegativeTest: Fail # Bug 5406175
226 PseudoKWTest: Fail # Issue 356 190 PseudoKWTest: Fail # Issue 356
227 PseudoKWIllegalTest/01: Fail # Issue 356 191 PseudoKWIllegalTest/01: Fail # Issue 356
228 PseudoKWIllegalTest/02: Fail # Issue 356 192 PseudoKWIllegalTest/02: Fail # Issue 356
229 PseudoKWIllegalTest/03: Fail # Issue 356 193 PseudoKWIllegalTest/03: Fail # Issue 356
230 PseudoKWIllegalTest/04: Fail # Issue 356 194 PseudoKWIllegalTest/04: Fail # Issue 356
231 PseudoKWIllegalTest/05: Fail # Issue 356 195 PseudoKWIllegalTest/05: Fail # Issue 356
232 PseudoKWIllegalTest/06: Fail # Issue 356 196 PseudoKWIllegalTest/06: Fail # Issue 356
233 PseudoKWIllegalTest/07: Fail # Issue 356 197 PseudoKWIllegalTest/07: Fail # Issue 356
234 PseudoKWIllegalTest/08: Fail # Issue 356 198 PseudoKWIllegalTest/08: Fail # Issue 356
235 PseudoKWIllegalTest/09: Fail # Issue 356 199 PseudoKWIllegalTest/09: Fail # Issue 356
236 PseudoKWIllegalTest/10: Fail # Issue 356 200 PseudoKWIllegalTest/10: Fail # Issue 356
237 PseudoKWIllegalTest/11: Fail # Issue 356 201 PseudoKWIllegalTest/11: Fail # Issue 356
238 PseudoKWIllegalTest/12: Fail # Issue 356 202 PseudoKWIllegalTest/12: Fail # Issue 356
239 PseudoKWIllegalTest/13: Fail # Issue 356 203 PseudoKWIllegalTest/13: Fail # Issue 356
240 PseudoKWIllegalTest/14: Fail # Issue 356 204 PseudoKWIllegalTest/14: Fail # Issue 356
241 PseudoKWIllegalTest/15: Fail # Issue 356 205 PseudoKWIllegalTest/15: Fail # Issue 356
242 PseudoKWIllegalTest/16: Fail # Issue 356 206 PseudoKWIllegalTest/16: Fail # Issue 356
243 RegExp3Test: Fail # 5299683 207 RegExp3Test: Pass
244 ScopeNegativeTest: Fail # Bug 4207538. 208 ScopeNegativeTest: Fail # Bug 4207538.
245 StackOverflowTest: Fail # Bug 4591172. 209 StackOverflowTest: Pass
246 StackTraceTest: Fail # Bug 4971920. 210 StackTraceTest: Pass
247 StringConcatTest: Fail # Bug 5196164 211 StringConcatTest: Pass
248 StringEscape1NegativeTest: Fail # Issue 1351. 212 StringEscape1NegativeTest: Fail # Issue 1351.
249 StringEscape4NegativeTest: Fail # Issue 1351. 213 StringEscape4NegativeTest: Fail # Issue 1351.
250 SuperOperatorTest: Fail # Bug 4995463. 214 SuperOperatorTest: Fail # Bug 4995463.
251 Switch7NegativeTest: Fail # Bug 4208467. 215 Switch7NegativeTest: Fail # Bug 4208467.
252 SwitchLabelTest: Fail # Bug 4208467. 216 SwitchLabelTest: Fail # Bug 4208467.
253 SyntaxTest/29: Fail # Issue 1606 217 SyntaxTest/29: Fail # Issue 1606
254 SyntaxTest/30: Fail # Issue 1606 218 SyntaxTest/30: Fail # Issue 1606
255 SyntaxTest/31: Fail # Issue 1108 219 SyntaxTest/31: Fail # Issue 1108
256 SyntaxTest/32: Fail # Issue 1108 220 SyntaxTest/32: Fail # Issue 1108
257 SyntaxTest/33: Fail # Issue 1108 221 SyntaxTest/33: Fail # Issue 1108
258 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 222 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
259 Throw7NegativeTest: Fail # Bug 4208459. 223 Throw7NegativeTest: Fail # Bug 4208459.
260 TypeChecksInFactoryMethodTest: Fail # Issue 925 224 TypeChecksInFactoryMethodTest: Pass
261 225
262 # 226 #
263 # Add new dartc annotations above in alphabetical order 227 # Add new dartc annotations above in alphabetical order
264 # 228 #
265 229
266 # VM or Frog specific tests that should not be run by DartC. 230 # VM or Frog specific tests that should not be run by DartC.
267 *VMTest: Skip 231 *VMTest: Skip
268 *VMNegativeTest: Skip 232 *VMNegativeTest: Skip
269 *FrogTest: Skip 233 *FrogTest: Skip
270 *FrogNegativeTest: Skip 234 *FrogNegativeTest: Skip
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 [ $component == frog && $mode == debug ] 494 [ $component == frog && $mode == debug ]
531 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 495 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
532 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 496 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
533 497
534 [ $arch == simarm ] 498 [ $arch == simarm ]
535 *: Skip 499 *: Skip
536 500
537 [ $arch == arm ] 501 [ $arch == arm ]
538 *: Skip 502 *: Skip
539 503
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698