| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 MethodBindingTest: Fail # internal error: super property read not implemented. | 43 MethodBindingTest: Fail # internal error: super property read not implemented. |
| 44 MethodNameTest: Fail # Parsing of pseudo keywords. | 44 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 45 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 45 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 46 NamedParameters2Test: Fail # Unimplemented non-matching static call | 46 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 47 NamedParameters3Test: Fail # Unimplemented non-matching static call | 47 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 48 NamedParameters4Test: Fail # Unimplemented non-matching static call | 48 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 49 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 49 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 50 NamingTest: Fail # Broken because operator negate is not accessible as if it was
a method. | 50 NamingTest: Fail # Broken because operator negate is not accessible as if it was
a method. |
| 51 ParameterInitializerTest: Fail # internal error: super property read not impleme
nted | 51 ParameterInitializerTest: Fail # internal error: super property read not impleme
nted |
| 52 PseudoKWTest: Fail # Unexpected token '(' | 52 PseudoKWTest: Fail # Unexpected token '(' |
| 53 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | |
| 54 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 53 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 55 SuperFieldTest: Fail # no method named city in class B | 54 SuperFieldTest: Fail # no method named city in class B |
| 56 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 55 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 57 SuperOperatorTest: Fail # no method named + in class A | 56 SuperOperatorTest: Fail # no method named + in class A |
| 58 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 57 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 59 SwitchLabelTest: Fail # switch cases are not implemented | 58 SwitchLabelTest: Fail # switch cases are not implemented |
| 60 TypeDartcTest: Fail # non-empty instruction stack | 59 TypeDartcTest: Fail # non-empty instruction stack |
| 61 | 60 |
| 62 | 61 |
| 63 # Implementation errors (library or generated code). | 62 # Implementation errors (library or generated code). |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 | 206 |
| 208 | 207 |
| 209 RegExp3Test: Fail, OK # Expects exception from const constructor. | 208 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 210 | 209 |
| 211 | 210 |
| 212 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 211 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 213 | 212 |
| 214 | 213 |
| 215 [ $compiler == dart2js && $mode == release ] | 214 [ $compiler == dart2js && $mode == release ] |
| 216 AssignTopMethodNegativeTest: Crash | 215 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |