| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 Library5Test: Fail # library prefixes not handled | 72 Library5Test: Fail # library prefixes not handled |
| 73 LibraryPrefixesTest: Fail # other is not a type | 73 LibraryPrefixesTest: Fail # other is not a type |
| 74 LibrarySameNameUsedTest: Fail # lib2 is not a type | 74 LibrarySameNameUsedTest: Fail # lib2 is not a type |
| 75 ListTest: Fail # named constructors with type arguments are not implemented | 75 ListTest: Fail # named constructors with type arguments are not implemented |
| 76 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 | 76 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 |
| 77 ManyGenericInstanceofTest: Fail # cannot resolve type T | 77 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 78 MapLiteral2Test: Fail # expected a constant string | 78 MapLiteral2Test: Fail # expected a constant string |
| 79 MapLiteral3Test: Fail # map not implemented | 79 MapLiteral3Test: Fail # map not implemented |
| 80 MapLiteral4Test: Fail # map not implemented | 80 MapLiteral4Test: Fail # map not implemented |
| 81 MapLiteralTest: Fail # Unexpected token ',' | 81 MapLiteralTest: Fail # Unexpected token ',' |
| 82 MapTest: Fail # Internal Error: Cannot find value | |
| 83 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 82 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 84 MethodNameTest: Fail # Unexpected token '(' | 83 MethodNameTest: Fail # Unexpected token '(' |
| 85 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 84 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 86 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem
ented | 85 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem
ented |
| 87 NamedParameters2Test: Fail # Unimplemented non-matching static call | 86 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 88 NamedParameters3Test: Fail # Unimplemented non-matching static call | 87 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 89 NamedParameters4Test: Fail # Unimplemented non-matching static call | 88 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 90 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 89 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 91 NamingTest: Fail # Internal Error: Cannot find value | 90 NamingTest: Fail # Internal Error: Cannot find value |
| 92 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 91 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 # TODO(ahe): Categorize these failures. | 306 # TODO(ahe): Categorize these failures. |
| 308 ClosureBreak1Test: Fail | 307 ClosureBreak1Test: Fail |
| 309 ClosureBreak2Test: Fail | 308 ClosureBreak2Test: Fail |
| 310 ClosureBreakTest: Fail | 309 ClosureBreakTest: Fail |
| 311 ExecuteFinally3Test: Fail | 310 ExecuteFinally3Test: Fail |
| 312 ExecuteFinally9Test: Fail | 311 ExecuteFinally9Test: Fail |
| 313 | 312 |
| 314 | 313 |
| 315 [ $component == leg && $mode == release ] | 314 [ $component == leg && $mode == release ] |
| 316 AssignTopMethodNegativeTest: Crash | 315 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |