| 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 Constructor6Test: Crash | 11 Constructor6Test: Crash |
| 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. | 12 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet
. |
| 12 | 13 |
| 13 | 14 |
| 14 GetSyntaxTest/none: Fail # TODO(ahe): investigate. | 15 GetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 15 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. | 16 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 16 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. | 17 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. |
| 17 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. | 18 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. |
| 18 | 19 |
| 19 # Compilation errors. | 20 # Compilation errors. |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 ClosureBreakTest: Fail | 285 ClosureBreakTest: Fail |
| 285 ExecuteFinally3Test: Fail | 286 ExecuteFinally3Test: Fail |
| 286 ExecuteFinally9Test: Fail | 287 ExecuteFinally9Test: Fail |
| 287 | 288 |
| 288 | 289 |
| 289 [ $component == leg && $mode == release ] | 290 [ $component == leg && $mode == release ] |
| 290 AssignTopMethodNegativeTest: Crash | 291 AssignTopMethodNegativeTest: Crash |
| 291 | 292 |
| 292 [ $component == legium ] | 293 [ $component == legium ] |
| 293 *: Skip | 294 *: Skip |
| OLD | NEW |