| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 LibTest/core/Math/exp_A01_t01: Fail | 89 LibTest/core/Math/exp_A01_t01: Fail |
| 90 | 90 |
| 91 [ $runtime == vm && $system == linux && $arch == ia32 ] | 91 [ $runtime == vm && $system == linux && $arch == ia32 ] |
| 92 LibTest/core/Math/sin_A01_t01: Fail | 92 LibTest/core/Math/sin_A01_t01: Fail |
| 93 LibTest/core/Math/tan_A01_t01: Fail | 93 LibTest/core/Math/tan_A01_t01: Fail |
| 94 | 94 |
| 95 [ $runtime == vm && $arch == x64 && $mode == debug ] | 95 [ $runtime == vm && $arch == x64 && $mode == debug ] |
| 96 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | 96 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
| 97 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout | 97 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout |
| 98 | 98 |
| 99 [ $runtime == vm && $checked ] | |
| 100 Language/09_Generics/09_Generics_A04_t06: Fail # co19 issue 118 | |
| 101 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 | |
| 102 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue
co19 - 110 | |
| 103 | |
| 104 | |
| 105 [ $runtime == vm && $system == windows ] | 99 [ $runtime == vm && $system == windows ] |
| 106 LibTest/core/double/operator_remainder_A01_t04: Fail | 100 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 107 LibTest/core/double/round_A01_t01: Fail | 101 LibTest/core/double/round_A01_t01: Fail |
| 108 LibTest/core/double/remainder_A01_t04: Fail | 102 LibTest/core/double/remainder_A01_t04: Fail |
| 109 LibTest/core/Math/atan2_A01_t03: Fail | 103 LibTest/core/Math/atan2_A01_t03: Fail |
| 110 LibTest/core/int/remainder_A01_t02: Fail | 104 LibTest/core/int/remainder_A01_t02: Fail |
| 111 LibTest/core/int/operator_remainder_A01_t02: Fail | 105 LibTest/core/int/operator_remainder_A01_t02: Fail |
| 112 | 106 |
| 113 | 107 |
| 114 [ $runtime == vm ] | 108 [ $runtime == vm ] |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail | 323 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail |
| 330 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail | 324 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail |
| 331 LibTest/core/Future/chain_A01_t07: Fail | 325 LibTest/core/Future/chain_A01_t07: Fail |
| 332 LibTest/core/Future/chain_A03_t01: Fail | 326 LibTest/core/Future/chain_A03_t01: Fail |
| 333 LibTest/core/Future/handleException_A01_t07: Fail | 327 LibTest/core/Future/handleException_A01_t07: Fail |
| 334 LibTest/core/Future/then_A01_t05: Fail | 328 LibTest/core/Future/then_A01_t05: Fail |
| 335 LibTest/core/Future/transform_A01_t06: Fail | 329 LibTest/core/Future/transform_A01_t06: Fail |
| 336 LibTest/core/Future/transform_A03_t01: Fail | 330 LibTest/core/Future/transform_A03_t01: Fail |
| 337 LibTest/core/Futures/wait_A01_t02: Fail | 331 LibTest/core/Futures/wait_A01_t02: Fail |
| 338 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 332 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 339 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail | |
| 340 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 333 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 341 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 334 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 342 | 335 |
| 343 | 336 |
| 344 # 'case' or '}' expected | 337 # 'case' or '}' expected |
| 345 Language/11_Statements/08_Switch_A01_t01: Fail | 338 Language/11_Statements/08_Switch_A01_t01: Fail |
| 346 | 339 |
| 347 | 340 |
| 348 # 'foo' is already defined | 341 # 'foo' is already defined |
| 349 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail | 342 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 | 423 |
| 431 # parameter name or type expected | 424 # parameter name or type expected |
| 432 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail | 425 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail |
| 433 Language/07_Classes/5_Constructors/1_Generative_Constructors_A15_t07: Fail | 426 Language/07_Classes/5_Constructors/1_Generative_Constructors_A15_t07: Fail |
| 434 | 427 |
| 435 | 428 |
| 436 # prefix should be an identifier | 429 # prefix should be an identifier |
| 437 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail | 430 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail |
| 438 | 431 |
| 439 | 432 |
| 440 # unexpected token '&&' | |
| 441 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail | |
| 442 | |
| 443 | |
| 444 # unexpected token 'const' | 433 # unexpected token 'const' |
| 445 Language/05_Variables/05_Variables_A01_t01: Fail | 434 Language/05_Variables/05_Variables_A01_t01: Fail |
| 446 Language/05_Variables/05_Variables_A04_t09: Fail | 435 Language/05_Variables/05_Variables_A04_t09: Fail |
| 447 Language/05_Variables/05_Variables_A05_t03: Fail | 436 Language/05_Variables/05_Variables_A05_t03: Fail |
| 448 Language/10_Expressions/01_Constants_A05_t01: Fail | 437 Language/10_Expressions/01_Constants_A05_t01: Fail |
| 449 Language/10_Expressions/01_Constants_A06_t01: Fail | 438 Language/10_Expressions/01_Constants_A06_t01: Fail |
| 450 Language/10_Expressions/01_Constants_A18_t02: Fail | 439 Language/10_Expressions/01_Constants_A18_t02: Fail |
| 451 | 440 |
| 452 | 441 |
| 453 # using 'x' in this context is invalid | 442 # using 'x' in this context is invalid |
| 454 Language/11_Statements/05_For_A01_t11: Fail | 443 Language/11_Statements/05_For_A01_t11: Fail |
| 444 |
| 445 |
| 446 [ $runtime == vm && $unchecked ] |
| 447 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # unexpecte
d token '&&' |
| 448 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail |
| 449 |
| 450 |
| 451 [ $runtime == vm && $checked ] |
| 452 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 453 Language/03_Overview/1_Scoping_A02_t31: Fail |
| 454 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail |
| 455 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| OLD | NEW |