| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 Language/11_Statements/08_Switch_A02_t01: Fail | 321 Language/11_Statements/08_Switch_A02_t01: Fail |
| 322 Language/11_Statements/08_Switch_A05_t01: Fail | 322 Language/11_Statements/08_Switch_A05_t01: Fail |
| 323 Language/11_Statements/08_Switch_A05_t02: Fail | 323 Language/11_Statements/08_Switch_A05_t02: Fail |
| 324 Language/11_Statements/08_Switch_A06_t01: Fail | 324 Language/11_Statements/08_Switch_A06_t01: Fail |
| 325 Language/11_Statements/08_Switch_A06_t02: Fail | 325 Language/11_Statements/08_Switch_A06_t02: Fail |
| 326 Language/11_Statements/08_Switch_A06_t03: Fail | 326 Language/11_Statements/08_Switch_A06_t03: Fail |
| 327 Language/11_Statements/08_Switch_A06_t04: Fail | 327 Language/11_Statements/08_Switch_A06_t04: Fail |
| 328 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail | 328 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail |
| 329 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail | 329 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail |
| 330 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail | 330 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail |
| 331 LibTest/core/Future/chain_A01_t07: Fail |
| 332 LibTest/core/Future/chain_A03_t01: Fail |
| 331 LibTest/core/Future/handleException_A01_t07: Fail | 333 LibTest/core/Future/handleException_A01_t07: Fail |
| 332 LibTest/core/Future/then_A01_t05: Fail | 334 LibTest/core/Future/then_A01_t05: Fail |
| 335 LibTest/core/Future/transform_A01_t06: Fail |
| 336 LibTest/core/Future/transform_A03_t01: Fail |
| 333 LibTest/core/Futures/wait_A01_t02: Fail | 337 LibTest/core/Futures/wait_A01_t02: Fail |
| 334 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 338 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 335 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail | 339 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail |
| 336 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 340 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 337 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 341 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 338 | 342 |
| 339 | 343 |
| 340 # 'case' or '}' expected | 344 # 'case' or '}' expected |
| 341 Language/11_Statements/08_Switch_A01_t01: Fail | 345 Language/11_Statements/08_Switch_A01_t01: Fail |
| 342 | 346 |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 Language/05_Variables/05_Variables_A01_t01: Fail | 445 Language/05_Variables/05_Variables_A01_t01: Fail |
| 442 Language/05_Variables/05_Variables_A04_t09: Fail | 446 Language/05_Variables/05_Variables_A04_t09: Fail |
| 443 Language/05_Variables/05_Variables_A05_t03: Fail | 447 Language/05_Variables/05_Variables_A05_t03: Fail |
| 444 Language/10_Expressions/01_Constants_A05_t01: Fail | 448 Language/10_Expressions/01_Constants_A05_t01: Fail |
| 445 Language/10_Expressions/01_Constants_A06_t01: Fail | 449 Language/10_Expressions/01_Constants_A06_t01: Fail |
| 446 Language/10_Expressions/01_Constants_A18_t02: Fail | 450 Language/10_Expressions/01_Constants_A18_t02: Fail |
| 447 | 451 |
| 448 | 452 |
| 449 # using 'x' in this context is invalid | 453 # using 'x' in this context is invalid |
| 450 Language/11_Statements/05_For_A01_t11: Fail | 454 Language/11_Statements/05_For_A01_t11: Fail |
| OLD | NEW |