| 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 20 matching lines...) Expand all Loading... |
| 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 GenericTest: Fail # cannot resolve type T | 33 GenericTest: Fail # cannot resolve type T |
| 34 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. | 34 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. |
| 35 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s | 35 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
s |
| 36 ImplicitScopeTest: Fail # duplicate definition of a="bar" | 36 ImplicitScopeTest: Fail # duplicate definition of a="bar" |
| 37 LabelTest: Fail # switch cases are not implemented | 37 LabelTest: Fail # switch cases are not implemented |
| 38 LibraryPrefixesTest: Fail # other is not a type | 38 LibraryPrefixesTest: Fail # other is not a type |
| 39 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' (
bad exception mapping). | 39 LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' (
bad exception mapping). |
| 40 ManyGenericInstanceofTest: Fail # cannot resolve type T | 40 ManyGenericInstanceofTest: Fail # cannot resolve type T |
| 41 MapLiteral2Test: Fail # expected a constant string | |
| 42 MethodBindingTest: Fail # internal error: super property read not implemented. | 41 MethodBindingTest: Fail # internal error: super property read not implemented. |
| 43 MethodNameTest: Fail # Parsing of pseudo keywords. | 42 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 44 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 43 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 45 NamedParameters2Test: Fail # Unimplemented non-matching static call | 44 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 46 NamedParameters3Test: Fail # Unimplemented non-matching static call | 45 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 47 NamedParameters4Test: Fail # Unimplemented non-matching static call | 46 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 48 NamingTest: Fail # Broken because operator negate is not accessible as if it was
a method. | 47 NamingTest: Fail # Broken because operator negate is not accessible as if it was
a method. |
| 49 ParameterInitializerTest: Fail # internal error: super property read not impleme
nted | 48 ParameterInitializerTest: Fail # internal error: super property read not impleme
nted |
| 50 PseudoKWTest: Fail # Unexpected token '(' | 49 PseudoKWTest: Fail # Unexpected token '(' |
| 51 SuperAllNamedConstructorTest: Fail # internal error: Cannot find value parameter
(v). | 50 SuperAllNamedConstructorTest: Fail # internal error: Cannot find value parameter
(v). |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 | 207 |
| 209 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 208 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 210 | 209 |
| 211 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 210 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 212 | 211 |
| 213 [ $compiler == dart2js && $mode == release ] | 212 [ $compiler == dart2js && $mode == release ] |
| 214 AssignTopMethodNegativeTest: Crash | 213 AssignTopMethodNegativeTest: Crash |
| 215 | 214 |
| 216 [ $compiler == dart2js && $runtime == none ] | 215 [ $compiler == dart2js && $runtime == none ] |
| 217 *: Fail, Pass # TODO(ahe): Triage these tests. | 216 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |