Chromium Code Reviews| 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 . |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 30 FunctionTypeAliasTest: Fail # cannot resolve type Fun | 30 FunctionTypeAliasTest: Fail # cannot resolve type Fun |
| 31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters | 31 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters |
| 32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters | 32 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters |
| 33 GenericInstanceofTest: Fail # cannot resolve type T | 33 GenericInstanceofTest: Fail # cannot resolve type T |
| 34 GenericTest: Fail # cannot resolve type T | 34 GenericTest: Fail # cannot resolve type T |
| 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. | 35 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. |
| 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s | 36 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s |
| 37 ImplicitScopeTest: Fail # duplicate definition of a="bar" | 37 ImplicitScopeTest: Fail # duplicate definition of a="bar" |
| 38 LabelTest: Fail # switch cases are not implemented | 38 LabelTest: Fail # switch cases are not implemented |
| 39 LibraryPrefixesTest: Fail # other is not a type | 39 LibraryPrefixesTest: Fail # other is not a type |
| 40 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 | 40 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' ( bad exception mapping). |
|
ahe
2012/03/29 05:26:38
I can take a look at this.
| |
| 41 ManyGenericInstanceofTest: Fail # cannot resolve type T | 41 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 42 MapLiteral2Test: Fail # expected a constant string | 42 MapLiteral2Test: Fail # expected a constant string |
| 43 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr ectly. | 43 MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated corr ectly. |
| 44 MapLiteral4Test: Fail # map not implemented | 44 MapLiteral4Test: Fail # map not implemented |
| 45 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 45 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 46 MethodNameTest: Fail # Parsing of pseudo keywords. | 46 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 47 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 47 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 48 NamedParameters2Test: Fail # Unimplemented non-matching static call | 48 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 49 NamedParameters3Test: Fail # Unimplemented non-matching static call | 49 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 50 NamedParameters4Test: Fail # Unimplemented non-matching static call | 50 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 211 | 211 |
| 212 | 212 |
| 213 RegExp3Test: Fail, OK # Expects exception from const constructor. | 213 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 214 | 214 |
| 215 | 215 |
| 216 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. | 216 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. |
| 217 | 217 |
| 218 | 218 |
| 219 [ $compiler == dart2js && $mode == release ] | 219 [ $compiler == dart2js && $mode == release ] |
| 220 AssignTopMethodNegativeTest: Crash | 220 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |