| 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 [ $compiler == dart2js && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $compiler == dart2js] | 9 [ $compiler == dart2js] |
| 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. |
| 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 12 CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
oto__ key yet. | |
| 13 | 12 |
| 14 | 13 |
| 15 # Compilation errors. | 14 # Compilation errors. |
| 16 CTConstTest: Fail # map not implemented | 15 CTConstTest: Fail # map not implemented |
| 17 CallOperatorTest: Fail # Unexpected token 'call' | 16 CallOperatorTest: Fail # Unexpected token 'call' |
| 18 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 | 17 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
| 19 ConstObjectsAreImmutableTest: Fail # map not implemented | 18 ConstObjectsAreImmutableTest: Fail # map not implemented |
| 20 Constructor6Test: Fail # Closures inside initializers not implemented. | 19 Constructor6Test: Fail # Closures inside initializers not implemented. |
| 21 DefaultFactoryLibraryTest: Fail # lib is not a type | 20 DefaultFactoryLibraryTest: Fail # lib is not a type |
| 22 DynamicTest: Fail # cannot resolve type F1 | 21 DynamicTest: Fail # cannot resolve type F1 |
| 23 Factory3Test: Fail # Handling of compile-time constants. | 22 Factory3Test: Fail # Handling of compile-time constants. |
| 24 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. | 23 FinalSyntaxTest/none: Fail # Incorrect compile-time constant handling. |
| 25 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. | 24 FunctionLiterals2Test: Fail # Closures inside initializers not implemented. |
| 26 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. | 25 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. |
| 27 FunctionTypeAlias2Test: Fail # cannot resolve type f1 | 26 FunctionTypeAlias2Test: Fail # cannot resolve type f1 |
| 28 FunctionTypeAlias3Test: Fail # cannot resolve type F | 27 FunctionTypeAlias3Test: Fail # cannot resolve type F |
| 29 FunctionTypeAlias4Test: Fail # cannot resolve type F | 28 FunctionTypeAlias4Test: Fail # cannot resolve type F |
| 30 FunctionTypeAliasTest: Fail # cannot resolve type Fun | 29 FunctionTypeAliasTest: Fail # cannot resolve type Fun |
| 31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa
rameters | 30 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters |
| 32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par
ameters | 31 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters |
| 33 GenericInstanceofTest: Fail # cannot resolve type T | 32 GenericInstanceofTest: Fail # cannot resolve type T |
| 34 GenericTest: Fail # cannot resolve type T | 33 GenericTest: Fail # cannot resolve type T |
| 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. | 34 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. |
| 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s | 35 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s |
| 37 ImplicitScopeTest: Fail # duplicate definition of a="bar" | 36 ImplicitScopeTest: Fail # duplicate definition of a="bar" |
| 38 LabelTest: Fail # switch cases are not implemented | 37 LabelTest: Fail # switch cases are not implemented |
| 39 LibraryPrefixesTest: Fail # other is not a type | 38 LibraryPrefixesTest: Fail # other is not a type |
| 40 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 | 39 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 |
| 41 ManyGenericInstanceofTest: Fail # cannot resolve type T | 40 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 42 MapLiteral2Test: Fail # expected a constant string | 41 MapLiteral2Test: Fail # expected a constant string |
| 43 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr
ectly. | |
| 44 MapLiteral4Test: Fail # map not implemented | 42 MapLiteral4Test: Fail # map not implemented |
| 45 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 43 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 46 MethodNameTest: Fail # Parsing of pseudo keywords. | 44 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 47 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 45 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 48 NamedParameters2Test: Fail # Unimplemented non-matching static call | 46 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 49 NamedParameters3Test: Fail # Unimplemented non-matching static call | 47 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 50 NamedParameters4Test: Fail # Unimplemented non-matching static call | 48 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 51 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 49 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 52 NamingTest: Fail # Internal Error: Cannot find value | 50 NamingTest: Fail # Internal Error: Cannot find value |
| 53 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 51 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 | 209 |
| 212 | 210 |
| 213 RegExp3Test: Fail, OK # Expects exception from const constructor. | 211 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 214 | 212 |
| 215 | 213 |
| 216 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 214 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 217 | 215 |
| 218 | 216 |
| 219 [ $compiler == dart2js && $mode == release ] | 217 [ $compiler == dart2js && $mode == release ] |
| 220 AssignTopMethodNegativeTest: Crash | 218 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |