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 == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 | 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 |
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 | 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 |
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 | 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 |
9 | 9 |
10 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 Language/13_Statements/11_Return_A05_t01: Fail # Checks that a compile-time erro
r occurs if a return statement of the form return e; appears in a generative co
nstructor. | 263 Language/13_Statements/11_Return_A05_t01: Fail # Checks that a compile-time erro
r occurs if a return statement of the form return e; appears in a generative co
nstructor. |
264 Language/13_Statements/11_Return_A05_t02: Fail # Checks that a compile-time erro
r occurs if a return statement of the form return e; appears in a named generat
ive constructor. | 264 Language/13_Statements/11_Return_A05_t02: Fail # Checks that a compile-time erro
r occurs if a return statement of the form return e; appears in a named generat
ive constructor. |
265 Language/13_Statements/11_Return_A05_t03: Fail # Checks that a compile-time erro
r occurs if a return statement of the form return e; appears in a generative co
nstructor. | 265 Language/13_Statements/11_Return_A05_t03: Fail # Checks that a compile-time erro
r occurs if a return statement of the form return e; appears in a generative co
nstructor. |
266 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: Fail # Checks that it is a com
pile-time error when the URI in a part directive consists of two adjacent string
literals instead of one. | 266 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: Fail # Checks that it is a com
pile-time error when the URI in a part directive consists of two adjacent string
literals instead of one. |
267 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: Fail # Checks that it is a com
pile-time error when the URI in a part directive consists of two adjacent multi-
line string literals instead of one. | 267 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: Fail # Checks that it is a com
pile-time error when the URI in a part directive consists of two adjacent multi-
line string literals instead of one. |
268 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # Checks that a co
mpile error is produced when a null default value is specified for a required ar
gument in a function type alias. | 268 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # Checks that a co
mpile error is produced when a null default value is specified for a required ar
gument in a function type alias. |
269 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # Checks that a co
mpile error is produced when a default value is specified for an optional positi
onal argument in a function type alias. | 269 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # Checks that a co
mpile error is produced when a default value is specified for an optional positi
onal argument in a function type alias. |
270 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # Checks that a co
mpile error is produced when a default value is specified for an optional named
argument in a function type alias. | 270 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # Checks that a co
mpile error is produced when a default value is specified for an optional named
argument in a function type alias. |
271 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # Checks that a co
mpile error is produced when a default value is specified for one of the require
d arguments in a function type alias. | 271 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # Checks that a co
mpile error is produced when a default value is specified for one of the require
d arguments in a function type alias. |
272 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # Checks that a co
mpile error is produced when default values are specified for several parameters
in a function type alias. | 272 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # Checks that a co
mpile error is produced when default values are specified for several parameters
in a function type alias. |
273 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self
-referencing typedef is not allowed (return value type annotation has the same n
ame as the type alias). | |
274 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self
-referencing typedef is not allowed (positional formal parameter type annotation
has the same name as the type alias). | |
275 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self
-referencing typedef is not allowed (positional optional parameter type annotati
on has the same name as the type alias). | |
276 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # Checks that self
-referencing typedef is not allowed (named optional parameter type annotation ha
s the same name as the type alias). | |
277 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # Checks th
at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) | 273 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # Checks th
at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) |
278 Language/16_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites
paces other than WHITESPACE are not permitted in the source code. Checks symbol
U+00a0. | 274 Language/16_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites
paces other than WHITESPACE are not permitted in the source code. Checks symbol
U+00a0. |
279 | 275 |
280 | 276 |
281 # | 277 # |
282 # Unexpected compile-time errors. | 278 # Unexpected compile-time errors. |
283 # | 279 # |
284 [ $compiler == dart2js ] | 280 [ $compiler == dart2js ] |
285 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 | 281 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 |
286 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 | 282 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple
ase triage this failure | 566 LibTest/typed_data/Float32x4List/runtimeType_A01_t01: fail # co19-roll r559: Ple
ase triage this failure |
571 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas
e triage this failure | 567 LibTest/typed_data/Float64List/runtimeType_A01_t01: fail # co19-roll r559: Pleas
e triage this failure |
572 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 568 LibTest/typed_data/Int16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
573 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 569 LibTest/typed_data/Int32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
574 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t
riage this failure | 570 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t
riage this failure |
575 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 571 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
576 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 572 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
577 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559:
Please triage this failure | 573 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559:
Please triage this failure |
578 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 574 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
579 | 575 |
OLD | NEW |