| 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 ] |
| 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 8 |
| 9 |
| 6 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte
d for classes | 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte
d for classes |
| 7 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) | 11 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c
all operator not implemented) |
| 8 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c
all operator not implemented) | 12 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # issue 1604 (c
all operator not implemented) |
| 9 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c
all operator not implemented) | 13 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # issue 1604 (c
all operator not implemented) |
| 10 Language/10_Expressions/01_Constants_A10_t01: Fail # issue 1671 | 14 Language/10_Expressions/01_Constants_A10_t01: Fail # issue 1671 |
| 11 Language/10_Expressions/01_Constants_A15_t01: Fail # co19 issue 100 | 15 Language/10_Expressions/01_Constants_A15_t01: Fail # co19 issue 100 |
| 12 Language/10_Expressions/01_Constants_A15_t34: Fail # co19 issue 106 | 16 Language/10_Expressions/01_Constants_A15_t34: Fail # co19 issue 106 |
| 13 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # issue
1991. | 17 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # issue
1991. |
| 14 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. | 18 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. |
| 15 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. | 19 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 Language/13_Types/1_Static_Types_A02_t08: Fail | 248 Language/13_Types/1_Static_Types_A02_t08: Fail |
| 245 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 | 249 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 |
| 246 | 250 |
| 247 | 251 |
| 248 [ $arch == simarm ] | 252 [ $arch == simarm ] |
| 249 *: Skip | 253 *: Skip |
| 250 | 254 |
| 251 | 255 |
| 252 [ $arch == arm ] | 256 [ $arch == arm ] |
| 253 *: Skip | 257 *: Skip |
| OLD | NEW |