| 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 | 5 |
| 6 [ $runtime == vm ] | 6 [ $runtime == vm ] |
| 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| 9 | 9 |
| 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) | 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 | 440 |
| 441 [ $runtime == vm && $checked ] | 441 [ $runtime == vm && $checked ] |
| 442 Language/03_Overview/1_Scoping_A02_t30: Fail | 442 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 443 Language/03_Overview/1_Scoping_A02_t31: Fail | 443 Language/03_Overview/1_Scoping_A02_t31: Fail |
| 444 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail | 444 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail |
| 445 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 445 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| 446 | 446 |
| 447 | 447 |
| 448 [ $runtime == vm && $arch == x64 && $checked ] | 448 [ $runtime == vm && $arch == x64 && $checked ] |
| 449 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash | 449 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash |
| 450 Language/10_Expressions/07_Maps_A10_t05: Fail | |
| 451 Language/10_Expressions/06_Lists_A09_t01: Fail | |
| 452 Language/10_Expressions/06_Lists_A09_t04: Fail | |
| 453 | 450 |
| 454 | 451 |
| 455 [ $runtime == vm && $mode == debug && $unchecked ] | 452 [ $runtime == vm && $mode == debug && $unchecked ] |
| 456 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 453 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |