| 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: Crash # Issue 2110 | 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 NamedParameters3Test: Fail # Unimplemented non-matching static call | 56 NamedParameters3Test: Fail # Unimplemented non-matching static call |
| 57 NamedParameters4Test: Fail # Unimplemented non-matching static call | 57 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 58 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 58 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 59 NamingTest: Fail # Internal Error: Cannot find value | 59 NamingTest: Fail # Internal Error: Cannot find value |
| 60 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 60 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
| 61 NullToStringTest: Fail # Closurization of intercepted methods. | 61 NullToStringTest: Fail # Closurization of intercepted methods. |
| 62 NumbersTest: Fail # cannot resolve type Smi | 62 NumbersTest: Fail # cannot resolve type Smi |
| 63 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 63 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 64 PseudoKWTest: Fail # Unexpected token '(' | 64 PseudoKWTest: Fail # Unexpected token '(' |
| 65 ResourceTest: Fail # #resource tag not recognized - issue 1807 | 65 ResourceTest: Fail # #resource tag not recognized - issue 1807 |
| 66 StatementTest: Fail # switch cases are not implemented | |
| 67 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 66 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 68 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 67 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 69 SuperFieldTest: Fail # no method named city in class B | 68 SuperFieldTest: Fail # no method named city in class B |
| 70 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 69 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 71 SuperOperatorTest: Fail # no method named + in class A | 70 SuperOperatorTest: Fail # no method named + in class A |
| 72 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 71 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 73 SwitchLabelTest: Fail # switch cases are not implemented | 72 SwitchLabelTest: Fail # switch cases are not implemented |
| 74 TypeDartcTest: Fail # non-empty instruction stack | 73 TypeDartcTest: Fail # non-empty instruction stack |
| 75 | 74 |
| 76 | 75 |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 TypeVMTest: Fail, OK # VM specific test. | 238 TypeVMTest: Fail, OK # VM specific test. |
| 240 DisablePrivacyTest: Fail, OK # VM specific test. | 239 DisablePrivacyTest: Fail, OK # VM specific test. |
| 241 | 240 |
| 242 | 241 |
| 243 DivByZeroTest: Fail, OK # Leg only has doubles. | 242 DivByZeroTest: Fail, OK # Leg only has doubles. |
| 244 | 243 |
| 245 | 244 |
| 246 RegExp3Test: Fail, OK # Expects exception from const constructor. | 245 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 247 | 246 |
| 248 | 247 |
| 249 # TODO(ahe): Categorize these failures. | |
| 250 ExecuteFinally3Test: Fail | |
| 251 | |
| 252 | |
| 253 [ $component == dart2js && $mode == release ] | 248 [ $component == dart2js && $mode == release ] |
| 254 AssignTopMethodNegativeTest: Crash | 249 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |