| 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail #
Issue 3621 | 376 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail #
Issue 3621 |
| 377 | 377 |
| 378 | 378 |
| 379 # function '?' of class '?' conflicts with getter 'f' of super class '?' | 379 # function '?' of class '?' conflicts with getter 'f' of super class '?' |
| 380 Language/07_Classes/1_Instance_Methods_A05_t02: Fail | 380 Language/07_Classes/1_Instance_Methods_A05_t02: Fail |
| 381 | 381 |
| 382 | 382 |
| 383 # function '?' of class '?' conflicts with setter 'f' of super class '?' | 383 # function '?' of class '?' conflicts with setter 'f' of super class '?' |
| 384 Language/07_Classes/1_Instance_Methods_A05_t03: Fail | 384 Language/07_Classes/1_Instance_Methods_A05_t03: Fail |
| 385 | 385 |
| 386 | 386 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t16: Fail
# co19 issue 159 |
| 387 # identifier expected | |
| 388 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t01: Fail | |
| 389 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t02: Fail | |
| 390 | 387 |
| 391 # initializer must be a compile time constant | 388 # initializer must be a compile time constant |
| 392 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t01: Fail | 389 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t01: Fail |
| 393 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t02: Fail | 390 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t02: Fail |
| 394 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t03: Fail | 391 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A
01_t03: Fail |
| 395 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail | 392 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail |
| 396 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail | 393 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail |
| 397 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail | 394 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail |
| 398 | 395 |
| 399 | 396 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail | 454 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail |
| 458 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 455 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| 459 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 | 456 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 |
| 460 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 457 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
| 461 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 458 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
| 462 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 459 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
| 463 | 460 |
| 464 | 461 |
| 465 [ $runtime == vm && $mode == debug && $unchecked ] | 462 [ $runtime == vm && $mode == debug && $unchecked ] |
| 466 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 463 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |