| 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 [ $compiler == none && $runtime == vm ] | 5 [ $compiler == none && $runtime == vm ] |
| 6 # These tests need to be updated to the new Date core lib API, co19 issue 256: | 6 # These tests need to be updated to the new Date core lib API, co19 issue 256: |
| 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail | 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail |
| 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail | 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail |
| 9 LibTest/core/Date/Date_A01_t04: Fail | 9 LibTest/core/Date/Date_A01_t04: Fail |
| 10 LibTest/core/Date/Date_A01_t05: Fail | 10 LibTest/core/Date/Date_A01_t05: Fail |
| 11 LibTest/core/Date/isUtc_A01_t01: Fail | 11 LibTest/core/Date/isUtc_A01_t01: Fail |
| 12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail | 12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail |
| 13 LibTest/core/Date/operator_GE_A01_t01: Fail | 13 LibTest/core/Date/operator_GE_A01_t01: Fail |
| 14 LibTest/core/Date/operator_GT_A01_t01: Fail | 14 LibTest/core/Date/operator_GT_A01_t01: Fail |
| 15 LibTest/core/Date/operator_LE_A01_t01: Fail | 15 LibTest/core/Date/operator_LE_A01_t01: Fail |
| 16 LibTest/core/Date/operator_LT_A01_t01: Fail | 16 LibTest/core/Date/operator_LT_A01_t01: Fail |
| 17 LibTest/core/Date/operator_equality_A01_t01: Fail | 17 LibTest/core/Date/operator_equality_A01_t01: Fail |
| 18 LibTest/core/Date/timeZoneName_A01_t01: Fail | 18 LibTest/core/Date/timeZoneName_A01_t01: Fail |
| 19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail | 19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail |
| 20 LibTest/core/Date/toLocal_A01_t01: Fail | 20 LibTest/core/Date/toLocal_A01_t01: Fail |
| 21 LibTest/core/Date/toUtc_A01_t01: Fail | 21 LibTest/core/Date/toUtc_A01_t01: Fail |
| 22 | 22 |
| 23 LibTest/core/Expect/throws_A01_t02: Fail # TODO(vm-team): Please triage this fai
lure. |
| 24 |
| 23 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: | 25 # These tests need to be updated for new optional parameter syntax and semantics
, co19 issue 258: |
| 24 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK | 26 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK |
| 25 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail, OK | 27 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail, OK |
| 26 Language/07_Classes/1_Instance_Methods_A02_t03: Fail, OK | 28 Language/07_Classes/1_Instance_Methods_A02_t03: Fail, OK |
| 27 Language/07_Classes/1_Instance_Methods_A02_t04: Fail, OK | 29 Language/07_Classes/1_Instance_Methods_A02_t04: Fail, OK |
| 28 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK | 30 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK |
| 29 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK | 31 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK |
| 30 Language/07_Classes/4_Abstract_Instance_Members_A04_t04: Fail, OK | 32 Language/07_Classes/4_Abstract_Instance_Members_A04_t04: Fail, OK |
| 31 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail, OK | 33 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail, OK |
| 32 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK | 34 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 | 588 |
| 587 | 589 |
| 588 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] | 590 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] |
| 589 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 591 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 590 | 592 |
| 591 [ $compiler == none && $arch == simarm ] | 593 [ $compiler == none && $arch == simarm ] |
| 592 *: Skip | 594 *: Skip |
| 593 | 595 |
| 594 [ $compiler == none && $arch == arm ] | 596 [ $compiler == none && $arch == arm ] |
| 595 *: Skip | 597 *: Skip |
| OLD | NEW |