| 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 == dart2js && $runtime == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
| 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. | 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. |
| 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s
ometimes times out. | 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s
ometimes times out. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 9 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass | 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 Language/07_Classes/07_Classes_A03_t02: Fail # Checks that it is a compile-time
error if a factory constructor method definition does not include a body. | 700 Language/07_Classes/07_Classes_A03_t02: Fail # Checks that it is a compile-time
error if a factory constructor method definition does not include a body. |
| 701 Language/07_Classes/07_Classes_A03_t08: Fail # Checks that it is a compile-time
error if a static setter method definition does not include a body. | 701 Language/07_Classes/07_Classes_A03_t08: Fail # Checks that it is a compile-time
error if a static setter method definition does not include a body. |
| 702 Language/07_Classes/07_Classes_A03_t09: Fail # Checks that it is a compile-time
error if a static function method definition does not include a body. | 702 Language/07_Classes/07_Classes_A03_t09: Fail # Checks that it is a compile-time
error if a static function method definition does not include a body. |
| 703 Language/07_Classes/07_Classes_A04_t19: Fail # Checks that an abstract static me
thod can't be used in place of a class member definition./ | 703 Language/07_Classes/07_Classes_A04_t19: Fail # Checks that an abstract static me
thod can't be used in place of a class member definition./ |
| 704 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. | 704 Language/07_Classes/07_Classes_A04_t21: Fail # Checks that a static operator can
't be used in place of a class member definition. |
| 705 Language/07_Classes/07_Classes_A04_t22: Fail # Checks that an abstract static op
erator can't be used in place of a class member definition./ | 705 Language/07_Classes/07_Classes_A04_t22: Fail # Checks that an abstract static op
erator can't be used in place of a class member definition./ |
| 706 Language/07_Classes/07_Classes_A04_t24: Fail # Checks that a static abstract get
ter can't be used in place of a class member definition. | 706 Language/07_Classes/07_Classes_A04_t24: Fail # Checks that a static abstract get
ter can't be used in place of a class member definition. |
| 707 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set
ter can't be used in place of a class member definition. | 707 Language/07_Classes/07_Classes_A04_t25: Fail # Checks that a static abstract set
ter can't be used in place of a class member definition. |
| 708 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim
e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith
er have any required parameters. | 708 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-tim
e error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neith
er have any required parameters. |
| 709 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim
e error is produced if m1 has almost the same set of named parameters as m2 exc
ept for one of them having a different name. | 709 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-tim
e error is produced if m1 has almost the same set of named parameters as m2 exc
ept for one of them having a different name. |
| 710 Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error i
s produced if empty formal parameter list is present. | |
| 711 Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error i
s produced if an static getter has empty formal parameter list. | |
| 712 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co
mpile-time error is produced when the overriding abstract method has fewer named
parameters than the instance method being overridden (2 vs 3) and neither have
any required parameters. | 710 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Checks that a co
mpile-time error is produced when the overriding abstract method has fewer named
parameters than the instance method being overridden (2 vs 3) and neither have
any required parameters. |
| 713 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as the same set of named parameters as the abstract method being overriden, but
in a different order. | 711 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as the same set of named parameters as the abstract method being overriden, but
in a different order. |
| 714 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as almost the same set of named parameters as the abstract method being override
n, except for one that has a different name. | 712 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Checks that a co
mpile-time error is produced when the overriding non-abstract instance method h
as almost the same set of named parameters as the abstract method being override
n, except for one that has a different name. |
| 715 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che
cks that error is produced if a final variable is not initialized in one of the
specified ways. | 713 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # Che
cks that error is produced if a final variable is not initialized in one of the
specified ways. |
| 716 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check
s that a compile-time error is produced when a class with constant constructor
also declares a non-final instance variable. | 714 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check
s that a compile-time error is produced when a class with constant constructor
also declares a non-final instance variable. |
| 717 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i
s produced when a named constructor definition does not begin with the name of i
ts class. | 715 Language/07_Classes/6_Constructors_A02_t01: Fail # Checks that a compile-error i
s produced when a named constructor definition does not begin with the name of i
ts class. |
| 718 Language/11_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis
ionByZeroException raised during evaluation of a compile-time constant causes a
compile-time error. | 716 Language/11_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis
ionByZeroException raised during evaluation of a compile-time constant causes a
compile-time error. |
| 719 Language/11_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE
xception raised during evaluation of a compile-time constant causes a compile-ti
me error. | 717 Language/11_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE
xception raised during evaluation of a compile-time constant causes a compile-ti
me error. |
| 720 Language/11_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. | 718 Language/11_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. |
| 721 Language/11_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. | 719 Language/11_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 766 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
| 769 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 767 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
| 770 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 768 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 771 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 769 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 772 | 770 |
| 773 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 771 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 774 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 772 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 775 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 773 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 776 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 774 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 777 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 775 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |