| 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 30 matching lines...) Expand all Loading... |
| 41 MapLiteral2Test: Fail # expected a constant string | 41 MapLiteral2Test: Fail # expected a constant string |
| 42 MethodBindingTest: Fail # internal error: super property read not implemented. | 42 MethodBindingTest: Fail # internal error: super property read not implemented. |
| 43 MethodNameTest: Fail # Parsing of pseudo keywords. | 43 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 44 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 44 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 45 NamedParameters2Test: Fail # Unimplemented non-matching static call | 45 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 46 NamedParameters3Test: Fail # Unimplemented non-matching static call | 46 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 47 NamedParameters4Test: Fail # Unimplemented non-matching static call | 47 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 48 NamingTest: Fail # Broken because operator negate is not accessible as if it was
a method. | 48 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 | 49 ParameterInitializerTest: Fail # internal error: super property read not impleme
nted |
| 50 PseudoKWTest: Fail # Unexpected token '(' | 50 PseudoKWTest: Fail # Unexpected token '(' |
| 51 SuperAllNamedConstructorTest: Fail # internal error: Cannot find value parameter
(v). | |
| 52 SuperFieldAccessTest: Fail # internal error: super property read not implemented | 51 SuperFieldAccessTest: Fail # internal error: super property read not implemented |
| 53 SuperFieldTest: Fail # internal error: super property read not implemented | 52 SuperFieldTest: Fail # internal error: super property read not implemented |
| 54 SuperImplicitClosureTest: Fail # internal error: super property read not impleme
nted | 53 SuperImplicitClosureTest: Fail # internal error: super property read not impleme
nted |
| 55 SuperOperatorTest: Fail # internal error: super property store not implemented | 54 SuperOperatorTest: Fail # internal error: super property store not implemented |
| 56 SuperSetterTest: Fail # internal error: super property read not implemented | 55 SuperSetterTest: Fail # internal error: super property read not implemented |
| 57 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case | 56 SwitchLabelTest: Fail # error: target of continue is not a loop or switch case |
| 58 | 57 |
| 59 | 58 |
| 60 # Implementation errors (library or generated code). | 59 # Implementation errors (library or generated code). |
| 61 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. | 60 AssertionTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails. |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 | 206 |
| 208 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 207 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 209 | 208 |
| 210 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 209 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 211 | 210 |
| 212 [ $compiler == dart2js && $mode == release ] | 211 [ $compiler == dart2js && $mode == release ] |
| 213 AssignTopMethodNegativeTest: Crash | 212 AssignTopMethodNegativeTest: Crash |
| 214 | 213 |
| 215 [ $compiler == dart2js && $runtime == none ] | 214 [ $compiler == dart2js && $runtime == none ] |
| 216 *: Fail, Pass # TODO(ahe): Triage these tests. | 215 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |