| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 Language/11_Statements/08_Switch_A06_t04: Fail | 324 Language/11_Statements/08_Switch_A06_t04: Fail |
| 325 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail | 325 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail |
| 326 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail | 326 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail |
| 327 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail | 327 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail |
| 328 LibTest/core/Future/handleException_A01_t07: Fail | 328 LibTest/core/Future/handleException_A01_t07: Fail |
| 329 LibTest/core/Future/then_A01_t05: Fail | 329 LibTest/core/Future/then_A01_t05: Fail |
| 330 LibTest/core/Futures/wait_A01_t02: Fail | 330 LibTest/core/Futures/wait_A01_t02: Fail |
| 331 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 331 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 332 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 332 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 333 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 333 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 334 LibTest/isolate/SendPort/send_A02_t03: Skip # Issue 4201 | |
| 335 | 334 |
| 336 | 335 |
| 337 # These test cases use the deprecated Isolate API and should be updated to | 336 # These test cases use the deprecated Isolate API and should be updated to |
| 338 # use spawnFunction: issue ... | 337 # use spawnFunction: issue ... |
| 339 LibTest/isolate/Isolate/port_A01_t02: Fail, OK | 338 LibTest/isolate/Isolate/port_A01_t02: Fail, OK |
| 340 LibTest/isolate/Isolate/port_A01_t01: Fail, OK | 339 LibTest/isolate/Isolate/port_A01_t01: Fail, OK |
| 341 LibTest/isolate/Isolate/main_A01_t01: Fail, OK | 340 LibTest/isolate/Isolate/main_A01_t01: Fail, OK |
| 342 LibTest/isolate/Isolate/class_A01_t01: Fail, OK | 341 LibTest/isolate/Isolate/class_A01_t01: Fail, OK |
| 343 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK | 342 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK |
| 344 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK | 343 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 449 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| 451 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 | 450 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 |
| 452 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 451 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
| 453 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 452 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
| 454 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 453 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
| 455 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error | 454 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error |
| 456 | 455 |
| 457 | 456 |
| 458 [ $runtime == vm && $mode == debug && $unchecked ] | 457 [ $runtime == vm && $mode == debug && $unchecked ] |
| 459 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 458 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |