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 prefix language | |
6 | |
7 [ $component == leg && $checked ] | 5 [ $component == leg && $checked ] |
8 *: Skip | 6 *: Skip |
9 | 7 |
10 | 8 |
11 [ $component == leg ] | 9 [ $component == leg ] |
12 Constructor6Test: Crash | 10 Constructor6Test: Crash |
13 FunctionTest: Crash | 11 FunctionTest: Crash |
14 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
. |
15 | 13 |
16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. | 14 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 ClosureBreakTest: Fail | 291 ClosureBreakTest: Fail |
294 ExecuteFinally3Test: Fail | 292 ExecuteFinally3Test: Fail |
295 ExecuteFinally9Test: Fail | 293 ExecuteFinally9Test: Fail |
296 | 294 |
297 | 295 |
298 [ $component == leg && $mode == release ] | 296 [ $component == leg && $mode == release ] |
299 AssignTopMethodNegativeTest: Crash | 297 AssignTopMethodNegativeTest: Crash |
300 | 298 |
301 [ $component == legium ] | 299 [ $component == legium ] |
302 *: Skip | 300 *: Skip |
OLD | NEW |