| 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 |
| 11 [ $component == leg ] | 11 [ $component == leg ] |
| 12 Constructor6Test: Crash | 12 Constructor6Test: Crash |
| 13 FunctionTest: Crash | 13 FunctionTest: Crash |
| 14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 15 | 15 |
| 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. | 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. |
| 17 | 17 |
| 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. | 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. | 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. | 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. |
| 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. | 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 22 # TODO(ngeoffray): disallow native keyword. | |
| 23 SyntaxTest/28: Fail | |
| 24 SyntaxTest/29: Fail | |
| 25 SyntaxTest/30: Fail | |
| 26 SyntaxTest/31: Fail | |
| 27 SyntaxTest/32: Fail | |
| 28 SyntaxTest/33: Fail | |
| 29 SyntaxTest/47: Fail | |
| 30 | 22 |
| 31 # Compilation errors. | 23 # Compilation errors. |
| 32 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented | 24 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented |
| 33 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented | 25 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented |
| 34 CTConstTest: Fail # map not implemented | 26 CTConstTest: Fail # map not implemented |
| 35 CallOperatorTest: Fail # Unexpected token 'call' | 27 CallOperatorTest: Fail # Unexpected token 'call' |
| 36 CallThroughGetterTest: Fail # Internal Error: Cannot find value | 28 CallThroughGetterTest: Fail # Internal Error: Cannot find value |
| 37 CanonicalConstTest: Fail # map not implemented | 29 CanonicalConstTest: Fail # map not implemented |
| 38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 30 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented | 31 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. | 262 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. |
| 271 StaticTopLevelTest/00: Fail, OK # Negative language test. | 263 StaticTopLevelTest/00: Fail, OK # Negative language test. |
| 272 StaticTopLevelTest/01: Fail, OK # Negative language test. | 264 StaticTopLevelTest/01: Fail, OK # Negative language test. |
| 273 StaticTopLevelTest/02: Fail, OK # Negative language test. | 265 StaticTopLevelTest/02: Fail, OK # Negative language test. |
| 274 StaticTopLevelTest/03: Fail, OK # Negative language test. | 266 StaticTopLevelTest/03: Fail, OK # Negative language test. |
| 275 StaticTopLevelTest/04: Fail, OK # Negative language test. | 267 StaticTopLevelTest/04: Fail, OK # Negative language test. |
| 276 StaticTopLevelTest/05: Fail, OK # Negative language test. | 268 StaticTopLevelTest/05: Fail, OK # Negative language test. |
| 277 StringInterpolation7NegativeTest: Fail, OK # Negative language test. | 269 StringInterpolation7NegativeTest: Fail, OK # Negative language test. |
| 278 Switch3NegativeTest: Fail, OK # Negative language test. | 270 Switch3NegativeTest: Fail, OK # Negative language test. |
| 279 Switch7NegativeTest: Fail, OK # Negative language test. | 271 Switch7NegativeTest: Fail, OK # Negative language test. |
| 272 SyntaxTest/47: Fail, OK # No error on body in const constructor. |
| 280 Throw7NegativeTest: Fail, OK # Negative language test. | 273 Throw7NegativeTest: Fail, OK # Negative language test. |
| 281 TryCatchSyntaxTest/08: Fail, OK # Negative language test. | 274 TryCatchSyntaxTest/08: Fail, OK # Negative language test. |
| 282 TypeVariableBoundsTest*: Skip # multiple error annotations are required | 275 TypeVariableBoundsTest*: Skip # multiple error annotations are required |
| 283 TypeVariableBounds2Test*: Skip # multiple error annotations are required | 276 TypeVariableBounds2Test*: Skip # multiple error annotations are required |
| 284 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. | 277 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. |
| 285 TypeVariableScopeTest/00: Fail, OK # Negative language test. | 278 TypeVariableScopeTest/00: Fail, OK # Negative language test. |
| 286 TypeVariableScopeTest/01: Fail, OK # Negative language test. | 279 TypeVariableScopeTest/01: Fail, OK # Negative language test. |
| 287 TypeVariableScopeTest/02: Fail, OK # Negative language test. | 280 TypeVariableScopeTest/02: Fail, OK # Negative language test. |
| 288 TypeVariableScopeTest/03: Fail, OK # Negative language test. | 281 TypeVariableScopeTest/03: Fail, OK # Negative language test. |
| 289 TypeVariableScopeTest/04: Fail, OK # Negative language test. | 282 TypeVariableScopeTest/04: Fail, OK # Negative language test. |
| 290 TypeVariableScopeTest/05: Fail, OK # Negative language test. | 283 TypeVariableScopeTest/05: Fail, OK # Negative language test. |
| 291 | 284 |
| 292 | 285 |
| 293 TypeVMTest: Fail, OK # VM specific test. | 286 TypeVMTest: Fail, OK # VM specific test. |
| 294 | 287 |
| 295 | 288 |
| 296 DivByZeroTest: Fail, OK # Leg only has doubles. | 289 DivByZeroTest: Fail, OK # Leg only has doubles. |
| 297 | 290 |
| 298 | 291 |
| 299 # TODO(ahe): Categorize these failures. | 292 # TODO(ahe): Categorize these failures. |
| 300 ClosureBreak1Test: Fail | 293 ClosureBreak1Test: Fail |
| 301 ClosureBreak2Test: Fail | 294 ClosureBreak2Test: Fail |
| 302 ClosureBreakTest: Fail | 295 ClosureBreakTest: Fail |
| 303 ExecuteFinally3Test: Fail | 296 ExecuteFinally3Test: Fail |
| 304 ExecuteFinally9Test: Fail | 297 ExecuteFinally9Test: Fail |
| 305 | 298 |
| 306 | 299 |
| 307 [ $component == leg && $mode == release ] | 300 [ $component == leg && $mode == release ] |
| 308 AssignTopMethodNegativeTest: Crash | 301 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |