Chromium Code Reviews| 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 # 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 | |
|
kasperl
2012/10/22 12:14:41
Not sure if you also use the Fail, OK marker for t
regis
2012/10/22 16:27:52
Done.
| |
| 25 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail | |
| 26 Language/07_Classes/1_Instance_Methods_A02_t03: Fail | |
| 27 Language/07_Classes/1_Instance_Methods_A02_t04: Fail | |
| 28 Language/07_Classes/1_Instance_Methods_A02_t05: Fail | |
| 29 Language/07_Classes/1_Instance_Methods_A02_t06: Fail | |
| 30 Language/07_Classes/4_Abstract_Instance_Members_A04_t04: Fail | |
| 31 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail | |
| 32 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail | |
| 33 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t01: Fail | |
| 34 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t03: Fail | |
| 35 Language/10_Expressions/11_Instance_Creation/1_New_A01_t01: Fail | |
| 36 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t01: Fail | |
| 37 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t01: Fail | |
| 38 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t02: Fail | |
| 39 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail | |
| 40 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail | |
| 41 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t02: Fail | |
| 42 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_ t01: Fail | |
| 43 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t01: Fail | |
| 44 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t02: Fail | |
| 45 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t03: Fail | |
| 46 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t04: Fail | |
| 47 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail | |
| 48 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail | |
| 49 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A01_t01: Fail | |
| 50 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A01_t01: Fail | |
| 51 Language/14_Types/5_Function_Types_A01_t21: Fail | |
| 52 LibTest/core/Expect/approxEquals_A02_t01: Fail | |
| 53 LibTest/core/Expect/approxEquals_A03_t01: Fail | |
| 54 LibTest/core/Expect/approxEquals_A04_t01: Fail | |
| 55 LibTest/core/Expect/listEquals_A03_t01: Fail | |
| 56 LibTest/core/Expect/notEquals_A02_t01: Fail | |
| 57 LibTest/core/Expect/stringEquals_A02_t01: Fail | |
| 58 LibTest/core/Expect/throws_A01_t01: Fail | |
| 59 LibTest/core/Expect/throws_A01_t03: Fail | |
| 60 LibTest/core/List/List_A01_t01: Fail | |
| 61 | |
| 23 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail # co19 issu e 263 | 62 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail # co19 issu e 263 |
| 24 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail # co19 issue 263 | 63 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail # co19 issue 263 |
| 25 | 64 |
| 26 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash. | 65 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash. |
| 27 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash. | 66 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash. |
| 28 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 67 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 29 | 68 |
| 30 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure. | 69 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure. |
| 31 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure. | 70 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure. |
| 32 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure. | 71 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure. |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 520 | 559 |
| 521 | 560 |
| 522 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] | 561 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] |
| 523 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 562 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 524 | 563 |
| 525 [ $compiler == none && $arch == simarm ] | 564 [ $compiler == none && $arch == simarm ] |
| 526 *: Skip | 565 *: Skip |
| 527 | 566 |
| 528 [ $compiler == none && $arch == arm ] | 567 [ $compiler == none && $arch == arm ] |
| 529 *: Skip | 568 *: Skip |
| OLD | NEW |