| 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 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. | 23 FunctionSyntaxTest: Fail # Closures inside initializers not implemented. |
| 24 FunctionTest: Fail # internal error: Closures inside initializers not implemente
d | 24 FunctionTest: Fail # internal error: Closures inside initializers not implemente
d |
| 25 FunctionTypeAlias2Test: Fail # cannot resolve type f1 | 25 FunctionTypeAlias2Test: Fail # cannot resolve type f1 |
| 26 FunctionTypeAlias3Test: Fail # cannot resolve type F | 26 FunctionTypeAlias3Test: Fail # cannot resolve type F |
| 27 FunctionTypeAlias4Test: Fail # cannot resolve type F | 27 FunctionTypeAlias4Test: Fail # cannot resolve type F |
| 28 FunctionTypeAliasTest: Fail # cannot resolve type Fun | 28 FunctionTypeAliasTest: Fail # cannot resolve type Fun |
| 29 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters | 29 FunctionTypeParameter2Test: Fail # Internal Error: expected optional parameters |
| 30 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters | 30 FunctionTypeParameterTest: Fail # Internal Error: expected optional parameters |
| 31 GenericInstanceofTest: Fail # cannot resolve type T | 31 GenericInstanceofTest: Fail # cannot resolve type T |
| 32 GenericInstanceof2Test: Fail # fails an instance of test at run time | 32 GenericInstanceof2Test: Fail # fails an instance of test at run time |
| 33 GenericInstanceof3Test: Fail # cannot handle generics. |
| 33 GenericTest: Fail # cannot resolve type T | 34 GenericTest: Fail # cannot resolve type T |
| 34 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. | 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. |
| 35 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s | 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s |
| 36 ImplicitScopeTest: Fail # duplicate definition of a="bar" | 37 ImplicitScopeTest: Fail # duplicate definition of a="bar" |
| 37 LabelTest: Fail # switch cases are not implemented | 38 LabelTest: Fail # switch cases are not implemented |
| 38 LibraryPrefixesTest: Fail # other is not a type | 39 LibraryPrefixesTest: Fail # other is not a type |
| 39 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' (
bad exception mapping). | 40 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' (
bad exception mapping). |
| 40 ManyGenericInstanceofTest: Fail # cannot resolve type T | 41 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 41 MethodBindingTest: Fail # internal error: super property read not implemented. | 42 MethodBindingTest: Fail # internal error: super property read not implemented. |
| 42 MethodNameTest: Fail # Parsing of pseudo keywords. | 43 MethodNameTest: Fail # Parsing of pseudo keywords. |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 | 204 |
| 204 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 205 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 205 | 206 |
| 206 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 207 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 207 | 208 |
| 208 [ $compiler == dart2js && $mode == release ] | 209 [ $compiler == dart2js && $mode == release ] |
| 209 AssignTopMethodNegativeTest: Crash | 210 AssignTopMethodNegativeTest: Crash |
| 210 | 211 |
| 211 [ $compiler == dart2js && $runtime == none ] | 212 [ $compiler == dart2js && $runtime == none ] |
| 212 *: Fail, Pass # TODO(ahe): Triage these tests. | 213 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |