| 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 [ $component == dart2js && $checked ] | 5 [ $component == dart2js && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == dart2js || $component == legium ] | 9 [ $component == dart2js || $component == legium ] |
| 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. | 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call
. |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 MapLiteral4Test: Fail # map not implemented | 49 MapLiteral4Test: Fail # map not implemented |
| 50 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 50 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 51 MethodNameTest: Fail # Parsing of pseudo keywords. | 51 MethodNameTest: Fail # Parsing of pseudo keywords. |
| 52 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType | 52 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType |
| 53 NamedParameters2Test: Fail # Unimplemented non-matching static call | 53 NamedParameters2Test: Fail # Unimplemented non-matching static call |
| 54 NamedParameters3Test: Fail # Unimplemented non-matching static call | 54 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 55 NamedParameters4Test: Fail # Unimplemented non-matching static call | 55 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 56 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 56 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 57 NamingTest: Fail # Internal Error: Cannot find value | 57 NamingTest: Fail # Internal Error: Cannot find value |
| 58 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 58 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
| 59 NullToStringTest: Fail # Closurization of intercepted methods. | |
| 60 NumbersTest: Fail # cannot resolve type Smi | |
| 61 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 59 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 62 PseudoKWTest: Fail # Unexpected token '(' | 60 PseudoKWTest: Fail # Unexpected token '(' |
| 63 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 61 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 64 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 62 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 65 SuperFieldTest: Fail # no method named city in class B | 63 SuperFieldTest: Fail # no method named city in class B |
| 66 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 64 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 67 SuperOperatorTest: Fail # no method named + in class A | 65 SuperOperatorTest: Fail # no method named + in class A |
| 68 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 66 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 69 SwitchLabelTest: Fail # switch cases are not implemented | 67 SwitchLabelTest: Fail # switch cases are not implemented |
| 70 TypeDartcTest: Fail # non-empty instruction stack | 68 TypeDartcTest: Fail # non-empty instruction stack |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 TypeVariableScopeTest/01: Fail, OK # Negative language test. | 206 TypeVariableScopeTest/01: Fail, OK # Negative language test. |
| 209 TypeVariableScopeTest/02: Fail, OK # Negative language test. | 207 TypeVariableScopeTest/02: Fail, OK # Negative language test. |
| 210 TypeVariableScopeTest/03: Fail, OK # Negative language test. | 208 TypeVariableScopeTest/03: Fail, OK # Negative language test. |
| 211 TypeVariableScopeTest/04: Fail, OK # Negative language test. | 209 TypeVariableScopeTest/04: Fail, OK # Negative language test. |
| 212 TypeVariableScopeTest/05: Fail, OK # Negative language test. | 210 TypeVariableScopeTest/05: Fail, OK # Negative language test. |
| 213 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. | 211 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. |
| 214 | 212 |
| 215 | 213 |
| 216 TypeVMTest: Fail, OK # VM specific test. | 214 TypeVMTest: Fail, OK # VM specific test. |
| 217 DisablePrivacyTest: Fail, OK # VM specific test. | 215 DisablePrivacyTest: Fail, OK # VM specific test. |
| 216 NumbersTest: Fail, OK # (unintended?) VM specific test. |
| 218 | 217 |
| 219 | 218 |
| 220 DivByZeroTest: Fail, OK # Leg only has doubles. | 219 DivByZeroTest: Fail, OK # Leg only has doubles. |
| 221 | 220 |
| 222 | 221 |
| 223 RegExp3Test: Fail, OK # Expects exception from const constructor. | 222 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 224 | 223 |
| 225 | 224 |
| 226 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. | 225 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1
0-31. |
| 227 | 226 |
| 228 | 227 |
| 229 [ $component == dart2js && $mode == release ] | 228 [ $component == dart2js && $mode == release ] |
| 230 AssignTopMethodNegativeTest: Crash | 229 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |