| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 Language/11_Statements/08_Switch_A02_t01: Fail | 315 Language/11_Statements/08_Switch_A02_t01: Fail |
| 316 Language/11_Statements/08_Switch_A05_t01: Fail | 316 Language/11_Statements/08_Switch_A05_t01: Fail |
| 317 Language/11_Statements/08_Switch_A05_t02: Fail | 317 Language/11_Statements/08_Switch_A05_t02: Fail |
| 318 Language/11_Statements/08_Switch_A06_t01: Fail | 318 Language/11_Statements/08_Switch_A06_t01: Fail |
| 319 Language/11_Statements/08_Switch_A06_t02: Fail | 319 Language/11_Statements/08_Switch_A06_t02: Fail |
| 320 Language/11_Statements/08_Switch_A06_t03: Fail | 320 Language/11_Statements/08_Switch_A06_t03: Fail |
| 321 Language/11_Statements/08_Switch_A06_t04: Fail | 321 Language/11_Statements/08_Switch_A06_t04: Fail |
| 322 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail | 322 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail |
| 323 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail | 323 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail |
| 324 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail | 324 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail |
| 325 LibTest/core/Future/chain_A01_t07: Fail | |
| 326 LibTest/core/Future/chain_A03_t01: Fail | |
| 327 LibTest/core/Future/handleException_A01_t07: Fail | 325 LibTest/core/Future/handleException_A01_t07: Fail |
| 328 LibTest/core/Future/then_A01_t05: Fail | 326 LibTest/core/Future/then_A01_t05: Fail |
| 329 LibTest/core/Future/transform_A01_t06: Fail | |
| 330 LibTest/core/Future/transform_A03_t01: Fail | |
| 331 LibTest/core/Futures/wait_A01_t02: Fail | 327 LibTest/core/Futures/wait_A01_t02: Fail |
| 332 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 328 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 333 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 329 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 334 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 330 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 335 | 331 |
| 336 | 332 |
| 337 # 'case' or '}' expected | 333 # 'case' or '}' expected |
| 338 Language/11_Statements/08_Switch_A01_t01: Fail | 334 Language/11_Statements/08_Switch_A01_t01: Fail |
| 339 | 335 |
| 340 | 336 |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 | 453 |
| 458 [ $runtime == vm && $arch == x64 && $checked ] | 454 [ $runtime == vm && $arch == x64 && $checked ] |
| 459 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash | 455 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash |
| 460 Language/10_Expressions/07_Maps_A10_t05: Fail | 456 Language/10_Expressions/07_Maps_A10_t05: Fail |
| 461 Language/10_Expressions/06_Lists_A09_t01: Fail | 457 Language/10_Expressions/06_Lists_A09_t01: Fail |
| 462 Language/10_Expressions/06_Lists_A09_t04: Fail | 458 Language/10_Expressions/06_Lists_A09_t04: Fail |
| 463 | 459 |
| 464 | 460 |
| 465 [ $runtime == vm && $mode == debug && $unchecked ] | 461 [ $runtime == vm && $mode == debug && $unchecked ] |
| 466 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 462 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |