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 prefix language | 5 prefix language |
6 | 6 |
7 [ $component == leg && $checked ] | 7 [ $component == leg && $checked ] |
8 *: Skip | 8 *: Skip |
9 | 9 |
10 | 10 |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 FinalForInVariableTest/01: Fail, OK # Negative language test | 207 FinalForInVariableTest/01: Fail, OK # Negative language test |
208 FinalParamNegativeTest: Fail, OK # Negative language test. | 208 FinalParamNegativeTest: Fail, OK # Negative language test. |
209 FinalVarNegativeTest: Fail, OK # Negative language test. | 209 FinalVarNegativeTest: Fail, OK # Negative language test. |
210 FunctionTypeAliasNegativeTest: Fail, OK # Negative language test. | 210 FunctionTypeAliasNegativeTest: Fail, OK # Negative language test. |
211 GetterDeclarationNegativeTest: Fail, OK # Negative language test. | 211 GetterDeclarationNegativeTest: Fail, OK # Negative language test. |
212 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. | 212 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. |
213 InterfaceCycleNegativeTest: Fail, OK # Negative language test. | 213 InterfaceCycleNegativeTest: Fail, OK # Negative language test. |
214 InterfaceFactory3NegativeTest: Fail, OK # Negative language test. | 214 InterfaceFactory3NegativeTest: Fail, OK # Negative language test. |
215 InterfaceFactoryConstructorNegativeTest: Fail, OK # Negative language test. | 215 InterfaceFactoryConstructorNegativeTest: Fail, OK # Negative language test. |
216 InterfaceStaticMethodNegativeTest: Fail, OK # Negative language test. | 216 InterfaceStaticMethodNegativeTest: Fail, OK # Negative language test. |
217 Library5NegativeTest: Fail, OK # Negative language test. | |
218 Library6NegativeTest: Fail, OK # Negative language test. | |
219 ListLiteral1NegativeTest: Fail, OK # Negative language test. | 217 ListLiteral1NegativeTest: Fail, OK # Negative language test. |
220 ListLiteral2NegativeTest: Fail, OK # Negative language test. | 218 ListLiteral2NegativeTest: Fail, OK # Negative language test. |
221 MapLiteral1NegativeTest: Fail, OK # Negative language test. | 219 MapLiteral1NegativeTest: Fail, OK # Negative language test. |
222 MapLiteral2NegativeTest: Fail, OK # Negative language test. | 220 MapLiteral2NegativeTest: Fail, OK # Negative language test. |
223 NewExpressionTypeArgsFrogTest/02: Fail, OK # Negative language test. | 221 NewExpressionTypeArgsFrogTest/02: Fail, OK # Negative language test. |
224 NonConstSuperNegativeTest: Fail, OK # Negative language test. | 222 NonConstSuperNegativeTest: Fail, OK # Negative language test. |
225 NumberIdentifierNegativeTest: Fail, OK # Negative language test. | 223 NumberIdentifierNegativeTest: Fail, OK # Negative language test. |
226 Operator1NegativeTest: Fail, OK # Negative language test. | 224 Operator1NegativeTest: Fail, OK # Negative language test. |
227 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test. | 225 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test. |
228 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test. | 226 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test. |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 # TODO(ahe): Categorize these failures. | 290 # TODO(ahe): Categorize these failures. |
293 ClosureBreak1Test: Fail | 291 ClosureBreak1Test: Fail |
294 ClosureBreak2Test: Fail | 292 ClosureBreak2Test: Fail |
295 ClosureBreakTest: Fail | 293 ClosureBreakTest: Fail |
296 ExecuteFinally3Test: Fail | 294 ExecuteFinally3Test: Fail |
297 ExecuteFinally9Test: Fail | 295 ExecuteFinally9Test: Fail |
298 | 296 |
299 | 297 |
300 [ $component == leg && $mode == release ] | 298 [ $component == leg && $mode == release ] |
301 AssignTopMethodNegativeTest: Crash | 299 AssignTopMethodNegativeTest: Crash |
OLD | NEW |