| 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 25 matching lines...) Expand all Loading... |
| 36 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m
ap literals illegal at statement beginning. | 36 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # co19 issue 91: m
ap literals illegal at statement beginning. |
| 37 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119 | 37 Language/11_Statements/09_Try_A02_t02: Fail # co19 issue 119 |
| 38 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 | 38 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 |
| 39 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not
implemented) | 39 Language/13_Types/5_Function_Types_A02_t01: Fail # issue 1604 (call operator not
implemented) |
| 40 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929 | 40 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929 |
| 41 | 41 |
| 42 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) | 42 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) |
| 43 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) | 43 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) |
| 44 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) | 44 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) |
| 45 | 45 |
| 46 | |
| 47 | |
| 48 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail | 46 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail |
| 49 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail | 47 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail |
| 50 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail | 48 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail |
| 51 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail | 49 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail |
| 52 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail | 50 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail |
| 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il | 51 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il |
| 54 | 52 |
| 55 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. | 53 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. |
| 56 | 54 |
| 57 # New failures | 55 # New failures |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 Language/11_Statements/08_Switch_A06_t04: Fail | 333 Language/11_Statements/08_Switch_A06_t04: Fail |
| 336 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail | 334 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail |
| 337 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail | 335 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail |
| 338 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail | 336 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail |
| 339 LibTest/core/Future/handleException_A01_t07: Fail | 337 LibTest/core/Future/handleException_A01_t07: Fail |
| 340 LibTest/core/Future/then_A01_t05: Fail | 338 LibTest/core/Future/then_A01_t05: Fail |
| 341 LibTest/core/Futures/wait_A01_t02: Fail | 339 LibTest/core/Futures/wait_A01_t02: Fail |
| 342 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 340 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 343 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 341 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 344 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 342 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 343 LibTest/isolate/SendPort/send_A02_t03 : Skip # Issue 4201 |
| 345 | 344 |
| 346 | 345 |
| 347 # 'case' or '}' expected | 346 # 'case' or '}' expected |
| 348 Language/11_Statements/08_Switch_A01_t01: Fail | 347 Language/11_Statements/08_Switch_A01_t01: Fail |
| 349 | 348 |
| 350 | 349 |
| 351 # 'foo' is already defined | 350 # 'foo' is already defined |
| 352 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail | 351 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail |
| 353 | 352 |
| 354 | 353 |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail | 453 Language/10_Expressions/08_Function_Expressions_A03_t02: Fail |
| 455 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail | 454 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail |
| 456 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 | 455 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 |
| 457 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 | 456 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 |
| 458 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 | 457 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 |
| 459 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 | 458 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 |
| 460 | 459 |
| 461 | 460 |
| 462 [ $runtime == vm && $mode == debug && $unchecked ] | 461 [ $runtime == vm && $mode == debug && $unchecked ] |
| 463 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 462 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| OLD | NEW |