| 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 [ $component == dart2js && $checked ] | 5 [ $component == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == dart2js || $component == legium ] | 9 [ $component == dart2js || $component == legium ] |
| 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 FunctionTypeAlias3Test: Fail # cannot resolve type F | 37 FunctionTypeAlias3Test: Fail # cannot resolve type F |
| 38 FunctionTypeAlias4Test: Fail # cannot resolve type F | 38 FunctionTypeAlias4Test: Fail # cannot resolve type F |
| 39 FunctionTypeAliasTest: Fail # cannot resolve type Fun | 39 FunctionTypeAliasTest: Fail # cannot resolve type Fun |
| 40 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa
rameters | 40 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa
rameters |
| 41 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par
ameters | 41 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par
ameters |
| 42 GenericInstanceofTest: Fail # cannot resolve type T | 42 GenericInstanceofTest: Fail # cannot resolve type T |
| 43 GenericTest: Fail # cannot resolve type T | 43 GenericTest: Fail # cannot resolve type T |
| 44 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. | 44 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. |
| 45 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s | 45 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s |
| 46 ImplicitScopeTest: Fail # duplicate definition of a="bar" | 46 ImplicitScopeTest: Fail # duplicate definition of a="bar" |
| 47 Issue4515170Test: Fail # cannot resolve VAL | |
| 48 LabelTest: Fail # switch cases are not implemented | 47 LabelTest: Fail # switch cases are not implemented |
| 49 LibraryPrefixesTest: Fail # other is not a type | 48 LibraryPrefixesTest: Fail # other is not a type |
| 50 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 | 49 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 |
| 51 ManyGenericInstanceofTest: Fail # cannot resolve type T | 50 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 52 MapLiteral2Test: Fail # expected a constant string | 51 MapLiteral2Test: Fail # expected a constant string |
| 53 MapLiteral4Test: Fail # map not implemented | 52 MapLiteral4Test: Fail # map not implemented |
| 54 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 53 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 55 MethodNameTest: Fail # Parsing of pseudo keywords. | 54 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 56 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 55 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 57 NamedParameters2Test: Fail # Unimplemented non-matching static call | 56 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 | 227 |
| 229 | 228 |
| 230 RegExp3Test: Fail, OK # Expects exception from const constructor. | 229 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 231 | 230 |
| 232 | 231 |
| 233 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 232 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 234 | 233 |
| 235 | 234 |
| 236 [ $component == dart2js && $mode == release ] | 235 [ $component == dart2js && $mode == release ] |
| 237 AssignTopMethodNegativeTest: Crash | 236 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |