| 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 AdjacentConstStringLiteralsTest: Crash # Issue 2110 | 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 TypeVariableScopeTest/05: Fail, OK # Negative language test. | 246 TypeVariableScopeTest/05: Fail, OK # Negative language test. |
| 247 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. | 247 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. |
| 248 | 248 |
| 249 | 249 |
| 250 TypeVMTest: Fail, OK # VM specific test. | 250 TypeVMTest: Fail, OK # VM specific test. |
| 251 | 251 |
| 252 | 252 |
| 253 DivByZeroTest: Fail, OK # Leg only has doubles. | 253 DivByZeroTest: Fail, OK # Leg only has doubles. |
| 254 | 254 |
| 255 | 255 |
| 256 RegExp3Test: Fail, OK # Expects exception from const constructor. |
| 257 |
| 258 |
| 256 # TODO(ahe): Categorize these failures. | 259 # TODO(ahe): Categorize these failures. |
| 257 ExecuteFinally3Test: Fail | 260 ExecuteFinally3Test: Fail |
| 258 | 261 |
| 259 | 262 |
| 260 [ $component == leg && $mode == release ] | 263 [ $component == leg && $mode == release ] |
| 261 AssignTopMethodNegativeTest: Crash | 264 AssignTopMethodNegativeTest: Crash |
| 262 | 265 |
| 263 [ $component == legium ] | 266 [ $component == legium ] |
| 264 *: Skip | 267 *: Skip |
| OLD | NEW |