| 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 == leg && $checked ] | 5 [ $component == leg && $checked ] |
| 6 *: Skip | 6 *: Skip |
| 7 | 7 |
| 8 | 8 |
| 9 [ $component == leg ] | 9 [ $component == leg ] |
| 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". | 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 NamedParameters4Test: Fail # Unimplemented non-matching static call | 65 NamedParameters4Test: Fail # Unimplemented non-matching static call |
| 66 NamedParametersTypeTest: Fail # Internal Error: Cannot find value | 66 NamedParametersTypeTest: Fail # Internal Error: Cannot find value |
| 67 NamingTest: Fail # Internal Error: Cannot find value | 67 NamingTest: Fail # Internal Error: Cannot find value |
| 68 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented | 68 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented |
| 69 NullToStringTest: Fail # Closurization of intercepted methods. | 69 NullToStringTest: Fail # Closurization of intercepted methods. |
| 70 NumbersTest: Fail # cannot resolve type Smi | 70 NumbersTest: Fail # cannot resolve type Smi |
| 71 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 71 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 72 PseudoKWTest: Fail # Unexpected token '(' | 72 PseudoKWTest: Fail # Unexpected token '(' |
| 73 ResourceTest: Fail # #resource tag not recognized - issue 1807 | 73 ResourceTest: Fail # #resource tag not recognized - issue 1807 |
| 74 StatementTest: Fail # switch cases are not implemented | 74 StatementTest: Fail # switch cases are not implemented |
| 75 StaticFinalFieldTest: Fail # map not implemented | |
| 76 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value | 75 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value |
| 77 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 76 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 78 SuperFieldTest: Fail # no method named city in class B | 77 SuperFieldTest: Fail # no method named city in class B |
| 79 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this | 78 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n
on-this |
| 80 SuperOperatorTest: Fail # no method named + in class A | 79 SuperOperatorTest: Fail # no method named + in class A |
| 81 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this | 80 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this |
| 82 SuperTest: Fail # cannot find tokens to produce error message for i++. | 81 SuperTest: Fail # cannot find tokens to produce error message for i++. |
| 83 SwitchFallthruTest: Fail # switch cases are not implemented | 82 SwitchFallthruTest: Fail # switch cases are not implemented |
| 84 SwitchLabelTest: Fail # switch cases are not implemented | 83 SwitchLabelTest: Fail # switch cases are not implemented |
| 85 SwitchTest: Fail # switch cases are not implemented | 84 SwitchTest: Fail # switch cases are not implemented |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 ClosureBreakTest: Fail | 271 ClosureBreakTest: Fail |
| 273 ExecuteFinally3Test: Fail | 272 ExecuteFinally3Test: Fail |
| 274 ExecuteFinally9Test: Fail | 273 ExecuteFinally9Test: Fail |
| 275 | 274 |
| 276 | 275 |
| 277 [ $component == leg && $mode == release ] | 276 [ $component == leg && $mode == release ] |
| 278 AssignTopMethodNegativeTest: Crash | 277 AssignTopMethodNegativeTest: Crash |
| 279 | 278 |
| 280 [ $component == legium ] | 279 [ $component == legium ] |
| 281 *: Skip | 280 *: Skip |
| OLD | NEW |