Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: dart/tests/co19/co19-dart2js.status

Issue 13464007: Update to co19 r515. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
6 [ $compiler == dart2js && $runtime == jsshell ]
7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
8
9
5 # Crashes first, please. Then untriaged bugs. There is a section below 10 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 11 # for co19 bugs.
7 [ $compiler == dart2js ] 12 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 13 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 14 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 15 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
11 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure. 16 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure.
12 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure. 17 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure.
13 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure. 18 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure.
14 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this failure. 19 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this failure.
15 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this failure. 20 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this failure.
16 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this failure. 21 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this failure.
17 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(ahe): Please triage this failure.
18 Language/05_Variables/05_Variables_A07_t02: Fail # TODO(ahe): Please triage this failure.
19 Language/05_Variables/05_Variables_A07_t03: Fail # TODO(ahe): Please triage this failure.
20 Language/05_Variables/05_Variables_A07_t04: Fail # TODO(ahe): Please triage this failure.
21 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure. 22 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure.
22 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure. 23 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure.
23 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure. 24 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure.
24 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure. 25 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure.
25 Language/05_Variables/05_Variables_A07_t10: Fail # TODO(ahe): Please triage this failure.
26 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure. 26 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure.
27 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure. 27 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure.
28 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure. 28 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
29 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure. 29 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure.
30 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure. 30 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure.
31 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure. 31 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure.
32 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(ahe): Please triage this failure. 32 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(ahe): Please triage this failure.
33 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(ahe): Please triage this failure. 33 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(ahe): Please triage this failure.
34 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(ahe): Please triage this failure. 34 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(ahe): Please triage this failure.
35 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(ahe): Please triage this failure. 35 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(ahe): Please triage this failure.
36 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(ahe): Please triage this failure. 36 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(ahe): Please triage this failure.
37 Language/07_Classes/6_Constructors/2_Factories_A02_t05: Fail # TODO(ahe): Please triage this failure. 37 Language/07_Classes/6_Constructors/2_Factories_A02_t05: Fail # TODO(ahe): Please triage this failure.
38 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure. 38 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure.
39 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure. 39 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure.
40 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # TODO( ahe): Please triage this failure. 40 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # TODO( ahe): Please triage this failure.
41 Language/07_Classes/6_Constructors_A01_t02: Fail # TODO(ahe): Please triage this failure. 41 Language/07_Classes/6_Constructors_A01_t02: Fail # TODO(ahe): Please triage this failure.
42 Language/07_Classes/6_Constructors_A01_t03: Fail # TODO(ahe): Please triage this failure. 42 Language/07_Classes/6_Constructors_A01_t03: Fail # TODO(ahe): Please triage this failure.
43 Language/07_Classes/6_Constructors_A01_t04: Fail # TODO(ahe): Please triage this failure. 43 Language/07_Classes/6_Constructors_A01_t04: Fail # TODO(ahe): Please triage this failure.
44 Language/07_Classes/6_Constructors_A01_t05: Fail # TODO(ahe): Please triage this failure. 44 Language/07_Classes/6_Constructors_A01_t05: Fail # TODO(ahe): Please triage this failure.
45 Language/07_Classes/6_Constructors_A01_t06: Fail # TODO(ahe): Please triage this failure. 45 Language/07_Classes/6_Constructors_A01_t06: Fail # TODO(ahe): Please triage this failure.
46 Language/11_Expressions/01_Constants_A05_t01: Fail # TODO(ahe): Please triage th is failure.
47 Language/11_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure. 46 Language/11_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure.
47 Language/11_Expressions/01_Constants_A18_t07: Fail # TODO(ahe): Please triage th is failure.
48 Language/11_Expressions/01_Constants_A20_t03: Fail # TODO(ahe): Please triage th is failure.
48 Language/11_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this f ailure. 49 Language/11_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this f ailure.
49 Language/11_Expressions/08_Throw_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
50 Language/11_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 50 Language/11_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
51 Language/11_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this f ailure. 51 Language/11_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
52 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Pl ease triage this failure. 52 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Pl ease triage this failure.
53 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Pl ease triage this failure. 53 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Pl ease triage this failure.
54 Language/11_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Pl ease triage this failure. 54 Language/11_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Pl ease triage this failure.
55 Language/11_Expressions/11_Instance_Creation/1_New_A02_t07: Fail # TODO(ahe): Pl ease triage this failure. 55 Language/11_Expressions/11_Instance_Creation/1_New_A02_t07: Fail # TODO(ahe): Pl ease triage this failure.
56 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure. 56 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure.
57 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail # TODO(ahe): Please triage this failure. 57 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail # TODO(ahe): Please triage this failure.
58 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t01: Fail # TODO(ahe): Please triage this failure.
59 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t03: Fail # TODO(ahe): Please triage this failure.
60 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(ahe): Please t riage this failure.
61 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # TODO(ahe): Please triage this failure.
58 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please t riage this failure. 62 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please t riage this failure.
59 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage t his failure. 63 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage t his failure.
60 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(ahe): Please triage t his failure.
61 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(ahe): Please triage t his failure. 64 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(ahe): Please triage t his failure.
62 Language/11_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(ahe): Pleas e triage this failure. 65 Language/11_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(ahe): Pleas e triage this failure.
63 Language/11_Expressions/30_Identifier_Reference_A05_t01: Fail # TODO(ahe): Pleas e triage this failure. 66 Language/11_Expressions/30_Identifier_Reference_A05_t01: Fail # TODO(ahe): Pleas e triage this failure.
64 Language/11_Expressions/30_Identifier_Reference_A05_t12: Fail # TODO(ahe): Pleas e triage this failure. 67 Language/11_Expressions/30_Identifier_Reference_A05_t12: Fail # TODO(ahe): Pleas e triage this failure.
65 Language/11_Expressions/31_Type_Test_A01_t02: Fail # TODO(ahe): Please triage th is failure.
66 Language/11_Expressions/31_Type_Test_A01_t04: Fail # TODO(ahe): Please triage th is failure.
67 Language/11_Expressions/31_Type_Test_A04_t01: Fail # TODO(ahe): Please triage th is failure. 68 Language/11_Expressions/31_Type_Test_A04_t01: Fail # TODO(ahe): Please triage th is failure.
68 Language/11_Expressions/32_Type_Cast_A02_t03: Fail # TODO(ahe): Please triage th is failure. 69 Language/11_Expressions/32_Type_Cast_A02_t03: Fail # TODO(ahe): Please triage th is failure.
69 Language/11_Expressions/32_Type_Cast_A03_t01: Fail # TODO(ahe): Please triage th is failure. 70 Language/11_Expressions/32_Type_Cast_A03_t01: Fail # TODO(ahe): Please triage th is failure.
70 Language/11_Expressions/32_Type_Cast_A03_t02: Fail # TODO(ahe): Please triage th is failure. 71 Language/11_Expressions/32_Type_Cast_A03_t02: Fail # TODO(ahe): Please triage th is failure.
71 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # TODO(ahe): Please triage th is failure. 72 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # TODO(ahe): Please triage th is failure.
72 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # TODO(ahe): Please triage th is failure. 73 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # TODO(ahe): Please triage th is failure.
73 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # TODO(ahe): Please triage th is failure. 74 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # TODO(ahe): Please triage th is failure.
75 Language/12_Statements/02_Expression_Statements_A01_t08: Fail # TODO(ahe): Pleas e triage this failure.
74 Language/12_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure. 76 Language/12_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure.
75 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure. 77 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure.
76 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure. 78 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure.
77 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure. 79 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure.
78 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure. 80 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure.
79 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure. 81 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure.
82 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure.
80 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure. 83 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure.
81 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure. 84 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
82 Language/12_Statements/06_For_A01_t11: Fail # TODO(ahe): Please triage this fail ure. 85 Language/12_Statements/06_For_A01_t11: Fail # TODO(ahe): Please triage this fail ure.
83 Language/12_Statements/06_For_A01_t12: Fail # TODO(ahe): Please triage this fail ure. 86 Language/12_Statements/06_For_A01_t12: Fail # TODO(ahe): Please triage this fail ure.
84 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this f ailure. 87 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this f ailure.
85 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure. 88 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure.
86 Language/12_Statements/09_Switch_A02_t03: Fail # TODO(ahe): Please triage this f ailure.
87 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 89 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
88 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(ahe): Please triage this f ailure. 90 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(ahe): Please triage this f ailure.
89 Language/12_Statements/09_Switch_A04_t01: Fail # TODO(ahe): Please triage this f ailure. 91 Language/12_Statements/09_Switch_A04_t01: Fail # TODO(ahe): Please triage this f ailure.
90 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this f ailure. 92 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this f ailure.
91 Language/12_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this fail ure. 93 Language/12_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this fail ure.
92 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure. 94 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure.
93 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 95 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
94 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 96 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
95 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure. 97 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
96 Language/12_Statements/12_Labels_A03_t04: Fail # TODO(ahe): Please triage this f ailure. 98 Language/12_Statements/12_Labels_A03_t04: Fail # TODO(ahe): Please triage this f ailure.
97 Language/12_Statements/14_Continue_A02_t12: Fail # TODO(ahe): Please triage this failure. 99 Language/12_Statements/14_Continue_A02_t12: Fail # TODO(ahe): Please triage this failure.
98 Language/12_Statements/14_Continue_A02_t13: Fail # TODO(ahe): Please triage this failure. 100 Language/12_Statements/14_Continue_A02_t13: Fail # TODO(ahe): Please triage this failure.
101 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # TODO( ahe): Please triage this failure.
102 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # TODO(ahe): Please tr iage this failure.
99 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure. 103 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure.
100 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(ahe): Please tr iage this failure. 104 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # TODO(ahe): Please tr iage this failure.
101 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(ahe): Please tr iage this failure.
102 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure. 105 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure.
106 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail # TODO(ahe): Please tr iage this failure.
103 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(ahe): Please tr iage this failure. 107 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(ahe): Please tr iage this failure.
104 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # TODO(ahe): Please tria ge this failure. 108 Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # TODO(ahe): Please tria ge this failure.
105 Language/13_Libraries_and_Scripts/4_Scripts_A01_t20: Fail # TODO(ahe): Please tr iage this failure.
106 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail # TODO(ahe): Please tr iage this failure.
107 Language/13_Libraries_and_Scripts/4_Scripts_A01_t22: Fail # TODO(ahe): Please tr iage this failure.
108 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail # TODO(ahe): Please tr iage this failure.
109 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # TODO(ahe): Please triag e this failure. 109 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # TODO(ahe): Please triag e this failure.
110 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # TODO(ahe): Please triag e this failure. 110 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # TODO(ahe): Please triag e this failure.
111 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # TODO(ahe): Please triag e this failure. 111 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # TODO(ahe): Please triag e this failure.
112 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: Fail # TODO(ahe): Please triag e this failure. 112 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: Fail # TODO(ahe): Please triag e this failure.
113 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: Fail # TODO(ahe): Please triag e this failure. 113 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: Fail # TODO(ahe): Please triag e this failure.
114 Language/14_Types/5_Function_Types_A01_t10: Pass # co19 issue 392, issue 9058 114 Language/14_Types/5_Function_Types_A01_t10: Pass # co19 issue 392, issue 9058
115 Language/14_Types/5_Function_Types_A02_t06: Pass # co19 issue 392, issue 9058 115 Language/14_Types/5_Function_Types_A02_t06: Pass # co19 issue 392, issue 9058
116 Language/14_Types/5_Function_Types_A04_t01: Fail # TODO(ahe): Please triage this failure.
117 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure. 116 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe) : Please triage this failure.
118 Language/15_Reference/1_Lexical_Rules_A01_t09: Fail # TODO(ahe): Please triage t his failure. 117 LibTest/async/Future/Future.delayed_A01_t01: Fail # TODO(ahe): Please triage thi s failure.
119 Language/15_Reference/1_Lexical_Rules_A01_t11: Fail # TODO(ahe): Please triage t his failure. 118 LibTest/async/Future/Future.delayed_A01_t02: Fail # TODO(ahe): Please triage thi s failure.
120 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # TODO(ahe): Please triage this failure. 119 LibTest/async/Future/Future.delayed_A02_t01: Fail # TODO(ahe): Please triage thi s failure.
121 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # TODO(ahe): Please triage this failure. 120 LibTest/async/Future/asStream_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
122 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # TODO(ahe): Please triage this failure. 121 LibTest/async/Future/asStream_A01_t02: Fail # TODO(ahe): Please triage this fail ure.
122 LibTest/async/Future/asStream_A02_t01: Fail # TODO(ahe): Please triage this fail ure.
123 LibTest/async/Future/catchError_A03_t01: Fail # TODO(ahe): Please triage this fa ilure.
124 LibTest/async/Future/catchError_A03_t02: Fail # TODO(ahe): Please triage this fa ilure.
125 LibTest/async/Future/catchError_A03_t03: Fail # TODO(ahe): Please triage this fa ilure.
126 LibTest/async/Future/forEach_A01_t01: Fail # TODO(ahe): Please triage this failu re.
127 LibTest/async/Future/forEach_A02_t01: Fail # TODO(ahe): Please triage this failu re.
128 LibTest/async/Future/forEach_A03_t01: Fail # TODO(ahe): Please triage this failu re.
129 LibTest/async/Future/then_A01_t03: Fail # TODO(ahe): Please triage this failure.
130 LibTest/async/Future/then_A02_t01: Fail # TODO(ahe): Please triage this failure.
131 LibTest/async/Future/then_A02_t02: Fail # TODO(ahe): Please triage this failure.
132 LibTest/async/Future/then_A03_t01: Fail # TODO(ahe): Please triage this failure.
133 LibTest/async/Future/then_A04_t01: Fail # TODO(ahe): Please triage this failure.
134 LibTest/async/Future/wait_A01_t01: Fail # TODO(ahe): Please triage this failure.
135 LibTest/async/Future/wait_A01_t04: Fail # TODO(ahe): Please triage this failure.
136 LibTest/async/Future/wait_A01_t05: Fail # TODO(ahe): Please triage this failure.
137 LibTest/async/Future/wait_A01_t06: Fail # TODO(ahe): Please triage this failure.
138 LibTest/async/Future/wait_A02_t01: Fail # TODO(ahe): Please triage this failure.
139 LibTest/async/Future/wait_A02_t02: Fail # TODO(ahe): Please triage this failure.
140 LibTest/async/Future/whenComplete_A01_t01: Fail # TODO(ahe): Please triage this failure.
141 LibTest/async/Future/whenComplete_A02_t01: Fail # TODO(ahe): Please triage this failure.
142 LibTest/async/Future/whenComplete_A03_t01: Fail # TODO(ahe): Please triage this failure.
143 LibTest/async/Future/whenComplete_A04_t01: Fail # TODO(ahe): Please triage this failure.
144 LibTest/async/Future/whenComplete_A04_t02: Fail # TODO(ahe): Please triage this failure.
145 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(ahe): Please triage this failure.
146 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(ahe): Please tria ge this failure.
147 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(ahe): Please tri age this failure.
148 LibTest/core/List/List_A01_t02: Fail # TODO(ahe): Please triage this failure.
123 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 149 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
124 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 150 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
125 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure. 151 LibTest/core/double/parse_A01_t01: Fail # TODO(ahe): Please triage this failure.
152 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please tria ge this failure.
153 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please triage this failure.
126 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 154 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
127 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 155 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
128 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 156 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
129 157
158
159 [ $compiler == dart2js && $runtime == jsshell ]
160 Language/11_Expressions/12_Spawning_an_Isolate_A01_t01: Fail # TODO(ahe): Please triage this failure.
161 LibTest/isolate/SendPort/send_A02_t05: Fail # TODO(ahe): Please triage this fail ure.
162 LibTest/isolate/SendPort/send_A02_t06: Fail # TODO(ahe): Please triage this fail ure.
163 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # TODO(ahe): Please tria ge this failure.
164 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # TODO(ahe): Please tria ge this failure.
165 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # TODO(ahe): Please tria ge this failure.
166 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # TODO(ahe): Please tria ge this failure.
167 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # TODO(ahe): Please tria ge this failure.
168 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # TODO(ahe): Please tria ge this failure.
169 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # TODO(ahe): Please triage th is failure.
170 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # TODO(ahe): Please triage th is failure.
171 LibTest/math/cos_A01_t01: Fail # TODO(ahe): Please triage this failure.
172
173
174 [ $compiler == dart2js ]
130 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 175 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
131 176
132 LibTest/core/StringBuffer/addAll_A02_t01: Fail, OK # co19 issue 355
133 LibTest/core/StringBuffer/add_A02_t01: Fail, OK # co19 issue 355
134 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 177 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
135 LibTest/core/StringBuffer/clear_A02_t01: Fail, OK # co19 issue 355
136 178
137 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 179 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
138 180
139 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533 181 Language/09_Generics/09_Generics_A04_t03: Fail # dart2js does not treat 2.0 as a double; dartbug.com/1533
140 182
141 [ $compiler == dart2js && $runtime == ie9 ] 183 [ $compiler == dart2js && $runtime == ie9 ]
142 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920 184 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920
143 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920 185 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920
144 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920 186 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920
145 Language/11_Expressions/07_Maps_A06_t02: Fail # Issue: 8920 187 Language/11_Expressions/07_Maps_A06_t02: Fail # Issue: 8920
(...skipping 23 matching lines...) Expand all
169 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920 211 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Pass, Fail # Issue: 8920
170 212
171 213
172 # These tests are passing with 'runtime == ie9' but are either skipped or fail 214 # These tests are passing with 'runtime == ie9' but are either skipped or fail
173 # on other configurations 215 # on other configurations
174 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ] 216 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr ome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ]
175 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44 217 LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
176 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure. 218 LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
177 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure. 219 LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
178 220
179 [ $compiler == dart2js ]
180 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
181 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
182 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
183
184 [ $compiler == dart2js && $runtime == jsshell ] 221 [ $compiler == dart2js && $runtime == jsshell ]
185 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 222 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
186 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure. 223 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure.
187 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure. 224 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure.
188 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 225 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
189 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 226 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
190 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure. 227 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure.
191 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure. 228 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure.
192 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 229 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
193 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 230 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
194 231
195 [ $compiler == dart2js && $minified ] 232 [ $compiler == dart2js && $minified ]
196
197 # These tests assume that the invocation mirror gets the original name of the 233 # These tests assume that the invocation mirror gets the original name of the
198 # method, but that information is not present when minifying. They could be 234 # method, but that information is not present when minifying. They could be
199 # fixed by using the invocation mirror to invoke a method on a different object 235 # fixed by using the invocation mirror to invoke a method on a different object
200 # and checking that the correct method is invoked. 236 # and checking that the correct method is invoked.
201 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK 237 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK
202 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK 238 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK
203 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK 239 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK
204 240
205 241
206 [ $compiler == dart2js && $checked ] 242 [ $compiler == dart2js && $checked ]
(...skipping 11 matching lines...) Expand all
218 Language/11_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure. 254 Language/11_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure.
219 Language/11_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure. 255 Language/11_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure.
220 Language/11_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this fa ilure. 256 Language/11_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this fa ilure.
221 Language/11_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure. 257 Language/11_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure.
222 Language/11_Expressions/07_Maps_A11_t01: Fail # TODO(ahe): Please triage this fa ilure. 258 Language/11_Expressions/07_Maps_A11_t01: Fail # TODO(ahe): Please triage this fa ilure.
223 Language/11_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure. 259 Language/11_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure.
224 Language/11_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure. 260 Language/11_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure.
225 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: Fail # TODO(ahe): Please triage this failure. 261 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: Fail # TODO(ahe): Please triage this failure.
226 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: Fail # TODO(ahe): Please triage this failure. 262 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: Fail # TODO(ahe): Please triage this failure.
227 Language/11_Expressions/11_Instance_Creation_A05_t01: Fail # TODO(ahe): Please t riage this failure. 263 Language/11_Expressions/11_Instance_Creation_A05_t01: Fail # TODO(ahe): Please t riage this failure.
228 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(ahe): Please t riage this failure.
229 Language/11_Expressions/19_Conditional_A04_t03: Fail # TODO(ahe): Please triage this failure. 264 Language/11_Expressions/19_Conditional_A04_t03: Fail # TODO(ahe): Please triage this failure.
230 Language/11_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure. 265 Language/11_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure.
231 Language/11_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure. 266 Language/11_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure.
232 Language/11_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage th is failure. 267 Language/11_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage th is failure.
233 Language/11_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage th is failure. 268 Language/11_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage th is failure.
234 Language/12_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure. 269 Language/12_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure.
235 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 270 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
236 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure. 271 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure.
237 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(ahe): Please tr iage this failure. 272 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(ahe): Please tr iage this failure.
238 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(ahe): Please tr iage this failure. 273 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(ahe): Please tr iage this failure.
239 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(ahe): Please tr iage this failure. 274 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(ahe): Please tr iage this failure.
240 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure. 275 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure.
241 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure. 276 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure.
242 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure. 277 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure.
243 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure. 278 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure.
244 LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failu re. 279 LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failu re.
245 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # TODO(ahe): Please triage thi s failure. 280 LibTest/core/Match/pattern_A01_t01: Fail # TODO(ahe): Please triage this failure .
281 LibTest/core/Match/str_A01_t01: Fail # TODO(ahe): Please triage this failure.
282 LibTest/core/RegExp/RegExp_A01_t02: Fail # TODO(ahe): Please triage this failure .
283 LibTest/core/RegExp/allMatches_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
284 LibTest/core/Set/intersection_A03_t01: Fail # TODO(ahe): Please triage this fail ure.
246 LibTest/core/String/contains_A01_t01: Fail # TODO(ahe): Please triage this failu re. 285 LibTest/core/String/contains_A01_t01: Fail # TODO(ahe): Please triage this failu re.
247 LibTest/core/String/contains_A01_t03: Fail # TODO(ahe): Please triage this failu re. 286 LibTest/core/String/contains_A01_t03: Fail # TODO(ahe): Please triage this failu re.
248 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure. 287 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
249 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 288 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
250 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 289 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
251 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure. 290 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
252 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 291 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
253 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 292 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
254 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 293 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
255 294
(...skipping 16 matching lines...) Expand all
272 311
273 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. 312 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
274 LibTest/core/List/setRange_A05_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. 313 LibTest/core/List/setRange_A05_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
275 314
276 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK # These tests need to b e updated for new optional parameter syntax and semantics, co19 issue 258: 315 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK # These tests need to b e updated for new optional parameter syntax and semantics, co19 issue 258:
277 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK # These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258: 316 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK # These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258:
278 317
279 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 318 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
280 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 319 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
281 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 320 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
282 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
283 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
284 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
285 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
286 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
287 321
288 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294
289 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 322 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
290 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294 323 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294
291 324
292 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
293
294 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277 325 LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277
295 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277 326 LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277
296 327
297 [ $compiler == dart2js ] 328 [ $compiler == dart2js ]
298 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 329 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
299 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 330 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
300 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics. 331 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # TODO(ahe): Enforce opt ional parameter semantics.
301 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics. 332 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt ional parameter semantics.
302 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics. 333 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt ional parameter semantics.
303 334
304 Language/11_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 335 Language/11_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
305 Language/11_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 336 Language/11_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
306 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 337 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
307 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 338 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
308 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 339 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
309 340
310 Language/11_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals' 341 Language/11_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals'
311 Language/11_Expressions/22_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals'
312 Language/11_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr 342 Language/11_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr
313 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails 343 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails
314 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 344 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
315 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 345 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
316 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 346 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
317 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 347 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
318 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers. 348 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedE rror: Currently spawnUri is not supported without web workers.
319 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 349 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
320 350
321 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. 351 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
322 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. 352 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
323 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. 353 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
324 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. 354 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation.
325 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. 355 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
326 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. 356 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
327 357
328 LibTest/core/Date/toString_A02_t01: Fail # Argument error. Year 999999 is out of range. Needs to be specified (and then potentially reported to co19): issue 187 8. 358 LibTest/core/Date/toString_A02_t01: Fail # Argument error. Year 999999 is out of range. Needs to be specified (and then potentially reported to co19): issue 187 8.
329 359
330 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212
331 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212
332 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212
333 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 360 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212
334 361
335 LibTest/math/Random/nextDouble_A01_t01: Fail # co19 issue 334
336
337 [ $compiler == dart2js && $checked ]
338 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
339 LibTest/core/Queue/add_A01_t01: Slow, Pass
340 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass
341
342 362
343 # 363 #
344 # Issues with co19 test suite. 364 # Issues with co19 test suite.
345 # 365 #
346 # If you add anything here, either file a bug against the Dart 366 # If you add anything here, either file a bug against the Dart
347 # language specification, co19 test suite, or add a comment that ahe@ 367 # language specification, co19 test suite, or add a comment that ahe@
348 # can understand so he can file a bug later. 368 # can understand so he can file a bug later.
349 # 369 #
350 [ $compiler == dart2js ] 370 [ $compiler == dart2js ]
351 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241 371 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
352 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241
353 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241
354 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241
355 372
356 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 373 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
357 374
358 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 375 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
359 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 376 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
360 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 377 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
361 378
362 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 379 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
363 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 380 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
364 381
365 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 382 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
366 383
367 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 384 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
368 385
369 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 386 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308
370 387
371 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 388 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
372 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316 389 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316
373 390
374 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357
375 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357
376 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357
377
378 LibTest/core/List/List_A02_t01: Fail # List constructors, co19 issue 358
379
380 LibTest/core/List/last_A02_t01: Fail # List.last throws a StateError, co19 issue 359
381
382 LibTest/core/double/toInt_A01_t03: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
383 LibTest/core/double/toInt_A01_t04: Fail # conversion to integer throws Unsupport edError for NaN/Infinity now, co19 issue 360
384
385 LibTest/core/Match/end_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMultiLi ne, isCaseSensitive, co19 issue 362
386 LibTest/core/Match/group_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMulti Line, isCaseSensitive, co19 issue 362
387 LibTest/core/Match/group_A02_t01: Fail # Regexp multiLine, ignoreCase -> isMulti Line, isCaseSensitive, co19 issue 362
388 LibTest/core/Match/groupCount_A01_t01: Fail # Regexp multiLine, ignoreCase -> is MultiLine, isCaseSensitive, co19 issue 362
389 LibTest/core/Match/groups_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMult iLine, isCaseSensitive, co19 issue 362
390 LibTest/core/Match/groups_A02_t01: Fail # Regexp multiLine, ignoreCase -> isMult iLine, isCaseSensitive, co19 issue 362
391 LibTest/core/Match/operator_subscript_A01_t01: Fail # Regexp multiLine, ignoreCa se -> isMultiLine, isCaseSensitive, co19 issue 362
392 LibTest/core/Match/operator_subscript_A02_t01: Fail # Regexp multiLine, ignoreCa se -> isMultiLine, isCaseSensitive, co19 issue 362
393 LibTest/core/Match/pattern_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMul tiLine, isCaseSensitive, co19 issue 362
394 LibTest/core/Match/start_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMulti Line, isCaseSensitive, co19 issue 362
395 LibTest/core/Match/str_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMultiLi ne, isCaseSensitive, co19 issue 362
396 LibTest/core/RegExp/allMatches_A02_t01: Fail # Regexp multiLine, ignoreCase -> i sMultiLine, isCaseSensitive, co19 issue 362
397 LibTest/core/RegExp/firstMatch_A03_t01: Fail # Regexp multiLine, ignoreCase -> i sMultiLine, isCaseSensitive, co19 issue 362
398 LibTest/core/RegExp/hasMatch_A01_t02: Fail # Regexp multiLine, ignoreCase -> isM ultiLine, isCaseSensitive, co19 issue 362
399 LibTest/core/RegExp/hasMatch_A02_t01: Fail # Regexp multiLine, ignoreCase -> isM ultiLine, isCaseSensitive, co19 issue 362
400 LibTest/core/RegExp/ignoreCase_A01_t01: Fail # Regexp multiLine, ignoreCase -> i sMultiLine, isCaseSensitive, co19 issue 362
401 LibTest/core/RegExp/multiLine_A01_t01: Fail # Regexp multiLine, ignoreCase -> is MultiLine, isCaseSensitive, co19 issue 362
402 LibTest/core/RegExp/pattern_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMu ltiLine, isCaseSensitive, co19 issue 362
403 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01: Fail # Regex p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
404 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01: Fail # Regex p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
405 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail # Regex p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
406 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail # Regex p multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
407 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # Regexp mul tiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
408 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # Regexp mul tiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
409 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # Reg exp multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
410 LibTest/core/RegExp/RegExp_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMul tiLine, isCaseSensitive, co19 issue 362
411 LibTest/core/RegExp/RegExp_A01_t02: Fail # Regexp multiLine, ignoreCase -> isMul tiLine, isCaseSensitive, co19 issue 362
412 LibTest/core/RegExp/stringMatch_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
413 LibTest/core/RegExp/stringMatch_A02_t01: Fail # Regexp multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
414 LibTest/core/String/contains_A01_t01: Fail # Regexp multiLine, ignoreCase -> isM ultiLine, isCaseSensitive, co19 issue 362
415 LibTest/core/String/replaceAll_A01_t01: Fail # Regexp multiLine, ignoreCase -> i sMultiLine, isCaseSensitive, co19 issue 362
416 LibTest/core/String/replaceFirst_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMultiLine, isCaseSensitive, co19 issue 362
417 LibTest/core/String/split_A01_t01: Fail # Regexp multiLine, ignoreCase -> isMult iLine, isCaseSensitive, co19 issue 362
418 LibTest/core/String/split_A01_t02: Fail # Regexp multiLine, ignoreCase -> isMult iLine, isCaseSensitive, co19 issue 362
419
420 LibTest/core/Set/some_A01_t03: Fail # some -> any, co19 issue 363
421 LibTest/core/Set/some_A01_t02: Fail # some -> any, co19 issue 363
422 LibTest/core/Set/some_A01_t01: Fail # some -> any, co19 issue 363
423 LibTest/core/List/some_A02_t01: Fail # some -> any, co19 issue 363
424 LibTest/core/List/some_A01_t02: Fail # some -> any, co19 issue 363
425 LibTest/core/List/some_A01_t01: Fail # some -> any, co19 issue 363
426 LibTest/core/Queue/some_A01_t05: Fail # some -> any, co19 issue 363
427 LibTest/core/Queue/some_A01_t03: Fail # some -> any, co19 issue 363
428 LibTest/core/Queue/some_A01_t02: Fail # some -> any, co19 issue 363
429 LibTest/core/Queue/some_A01_t01: Fail # some -> any, co19 issue 363
430 LibTest/core/Queue/some_A01_t04: Fail # some -> any, co19 issue 363
431
432 LibTest/core/List/filter_A01_t01: Fail # filter->where, co19 issue 364
433 LibTest/core/List/filter_A01_t02: Fail # filter->where, co19 issue 364
434 LibTest/core/List/filter_A02_t01: Fail # filter->where, co19 issue 364
435 LibTest/core/List/filter_A04_t01: Fail # filter->where, co19 issue 364
436 LibTest/core/Queue/filter_A01_t01: Fail # filter->where, co19 issue 364
437 LibTest/core/Queue/filter_A01_t02: Fail # filter->where, co19 issue 364
438 LibTest/core/Queue/filter_A01_t03: Fail # filter->where, co19 issue 364
439 LibTest/core/Queue/filter_A01_t04: Fail # filter->where, co19 issue 364
440 LibTest/core/Queue/filter_A01_t05: Fail # filter->where, co19 issue 364
441 LibTest/core/Queue/filter_A01_t06: Fail # filter->where, co19 issue 364
442 LibTest/core/Set/filter_A01_t01: Fail # filter->where, co19 issue 364
443 LibTest/core/Set/filter_A01_t02: Fail # filter->where, co19 issue 364
444 LibTest/core/Set/filter_A01_t03: Fail # filter->where, co19 issue 364
445
446 Language/12_Statements/06_For/2_For_in_A01_t01: Fail # iterator-change, co19 iss ue 365
447 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # iterator-change, co19 iss ue 365
448 Language/12_Statements/07_While_A02_t01: Fail # iterator-change, co19 issue 365
449 Language/12_Statements/08_Do_A02_t01: Fail # iterator-change, co19 issue 365
450 LibTest/core/List/iterator_A01_t01: Fail # iterator-change, co19 issue 365
451 LibTest/core/List/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue 3 65
452 LibTest/core/List/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365
453 LibTest/core/List/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365
454 LibTest/core/List/List.from_A01_t01: Fail # iterator-change, co19 issue 365
455 LibTest/core/Queue/iterator_A01_t01: Fail # iterator-change, co19 issue 365
456 LibTest/core/Queue/iterator_A01_t02: Fail # iterator-change, co19 issue 365
457 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue 365
458 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail # iterator-change, co19 issue 365
459 LibTest/core/Queue/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365
460 LibTest/core/Queue/iterator_next_A01_t02: Fail # iterator-change, co19 issue 365
461 LibTest/core/Queue/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365
462 LibTest/core/Queue/Queue.from_A01_t02: Fail # iterator-change, co19 issue 365
463 LibTest/core/RegExp/allMatches_A01_t01: Fail # iterator-change, co19 issue 365
464 LibTest/core/Set/Set.from_A01_t02: Fail # iterator-change, co19 issue 365
465
466 LibTest/core/Completer/Completer_A01_t01: Fail # Future is in async library. co1 9 issue 367
467 LibTest/core/Completer/completeException_A01_t01: Fail # Future is in async libr ary. co19 issue 367
468 LibTest/core/Completer/completeException_A02_t01: Fail # Future is in async libr ary. co19 issue 367
469 LibTest/core/Completer/completeException_A03_t01: Fail # Future is in async libr ary. co19 issue 367
470 LibTest/core/Completer/completeException_A03_t02: Fail # Future is in async libr ary. co19 issue 367
471 LibTest/core/Completer/complete_A01_t01: Fail # Future is in async library. co19 issue 367
472 LibTest/core/Completer/complete_A02_t01: Fail # Future is in async library. co19 issue 367
473 LibTest/core/Completer/complete_A02_t02: Fail # Future is in async library. co19 issue 367
474 LibTest/core/Completer/future_A01_t01: Fail # Future is in async library. co19 i ssue 367
475 LibTest/core/Future/Future.immediate_A01_t01: Fail # Future is in async library. co19 issue 367
476 LibTest/core/Future/chain_A01_t01: Fail # Future is in async library. co19 issue 367
477 LibTest/core/Future/chain_A01_t02: Fail # Future is in async library. co19 issue 367
478 LibTest/core/Future/chain_A01_t03: Fail # Future is in async library. co19 issue 367
479 LibTest/core/Future/chain_A01_t04: Fail # Future is in async library. co19 issue 367
480 LibTest/core/Future/chain_A01_t05: Fail # Future is in async library. co19 issue 367
481 LibTest/core/Future/chain_A01_t06: Fail # Future is in async library. co19 issue 367
482 LibTest/core/Future/chain_A01_t07: Fail # Future is in async library. co19 issue 367
483 LibTest/core/Future/chain_A01_t08: Fail # Future is in async library. co19 issue 367
484 LibTest/core/Future/chain_A01_t09: Fail # Future is in async library. co19 issue 367
485 LibTest/core/Future/chain_A02_t01: Fail # Future is in async library. co19 issue 367
486 LibTest/core/Future/chain_A02_t02: Fail # Future is in async library. co19 issue 367
487 LibTest/core/Future/chain_A02_t03: Fail # Future is in async library. co19 issue 367
488 LibTest/core/Future/chain_A02_t04: Fail # Future is in async library. co19 issue 367
489 LibTest/core/Future/chain_A03_t01: Fail # Future is in async library. co19 issue 367
490 LibTest/core/Future/exception_A01_t01: Fail # Future is in async library. co19 i ssue 367
491 LibTest/core/Future/exception_A01_t02: Fail # Future is in async library. co19 i ssue 367
492 LibTest/core/Future/exception_A02_t01: Fail # Future is in async library. co19 i ssue 367
493 LibTest/core/Future/handleException_A01_t01: Fail # Future is in async library. co19 issue 367
494 LibTest/core/Future/handleException_A01_t02: Fail # Future is in async library. co19 issue 367
495 LibTest/core/Future/handleException_A01_t03: Fail # Future is in async library. co19 issue 367
496 LibTest/core/Future/handleException_A01_t04: Fail # Future is in async library. co19 issue 367
497 LibTest/core/Future/handleException_A01_t05: Fail # Future is in async library. co19 issue 367
498 LibTest/core/Future/handleException_A01_t06: Fail # Future is in async library. co19 issue 367
499 LibTest/core/Future/handleException_A01_t07: Fail # Future is in async library. co19 issue 367
500 LibTest/core/Future/hasValue_A01_t01: Fail # Future is in async library. co19 is sue 367
501 LibTest/core/Future/isComplete_A01_t01: Fail # Future is in async library. co19 issue 367
502 LibTest/core/Future/then_A01_t01: Fail # Future is in async library. co19 issue 367
503 LibTest/core/Future/then_A01_t02: Fail # Future is in async library. co19 issue 367
504 LibTest/core/Future/then_A01_t03: Fail # Future is in async library. co19 issue 367
505 LibTest/core/Future/then_A01_t04: Fail # Future is in async library. co19 issue 367
506 LibTest/core/Future/then_A01_t05: Fail # Future is in async library. co19 issue 367
507 LibTest/core/Future/transform_A01_t01: Fail # Future is in async library. co19 i ssue 367
508 LibTest/core/Future/transform_A01_t02: Fail # Future is in async library. co19 i ssue 367
509 LibTest/core/Future/transform_A01_t03: Fail # Future is in async library. co19 i ssue 367
510 LibTest/core/Future/transform_A01_t04: Fail # Future is in async library. co19 i ssue 367
511 LibTest/core/Future/transform_A01_t05: Fail # Future is in async library. co19 i ssue 367
512 LibTest/core/Future/transform_A01_t06: Fail # Future is in async library. co19 i ssue 367
513 LibTest/core/Future/transform_A01_t07: Fail # Future is in async library. co19 i ssue 367
514 LibTest/core/Future/transform_A02_t01: Fail # Future is in async library. co19 i ssue 367
515 LibTest/core/Future/transform_A02_t02: Fail # Future is in async library. co19 i ssue 367
516 LibTest/core/Future/transform_A02_t03: Fail # Future is in async library. co19 i ssue 367
517 LibTest/core/Future/transform_A03_t01: Fail # Future is in async library. co19 i ssue 367
518 LibTest/core/Future/value_A01_t01: Fail # Future is in async library. co19 issue 367
519 LibTest/core/Future/value_A01_t02: Fail # Future is in async library. co19 issue 367
520 LibTest/core/Future/value_A01_t03: Fail # Future is in async library. co19 issue 367
521 LibTest/core/Futures/wait_A01_t01: Fail # Future is in async library. co19 issue 367
522 LibTest/core/Futures/wait_A01_t03: Fail # Future is in async library. co19 issue 367
523 LibTest/core/Futures/wait_A01_t04: Fail # Future is in async library. co19 issue 367
524 LibTest/core/Futures/wait_A01_t05: Fail # Future is in async library. co19 issue 367
525 LibTest/core/Futures/wait_A01_t06: Fail # Future is in async library. co19 issue 367
526 LibTest/core/Futures/wait_A02_t01: Fail # Future is in async library. co19 issue 367
527 LibTest/core/Futures/wait_A02_t02: Fail # Future is in async library. co19 issue 367
528
529 LibTest/core/Expect/setEquals_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
530 LibTest/core/Expect/setEquals_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
531 LibTest/core/HashMap/HashMap.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
532 LibTest/core/HashMap/HashMap_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
533 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
534 LibTest/core/HashSet/HashSet_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
535 LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail # Moved collection c lasses from core to collection. co19 issue 371.
536 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # Moved collection classe s from core to collection. co19 issue 371.
537 LibTest/core/List/List.from_A02_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
538 LibTest/core/List/addAll_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
539 LibTest/core/Queue/Queue.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
540 LibTest/core/Queue/Queue_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
541 LibTest/core/Queue/addAll_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
542 LibTest/core/Queue/addAll_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
543 LibTest/core/Queue/addFirst_A01_t01: Fail # Moved collection classes from core t o collection. co19 issue 371.
544 LibTest/core/Queue/addFirst_A01_t02: Fail # Moved collection classes from core t o collection. co19 issue 371.
545 LibTest/core/Queue/addLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
546 LibTest/core/Queue/addLast_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
547 LibTest/core/Queue/add_A01_t01: Fail # Moved collection classes from core to col lection. co19 issue 371.
548 LibTest/core/Queue/add_A01_t02: Fail # Moved collection classes from core to col lection. co19 issue 371.
549 LibTest/core/Queue/clear_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
550 LibTest/core/Queue/every_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
551 LibTest/core/Queue/every_A01_t02: Fail # Moved collection classes from core to c ollection. co19 issue 371.
552 LibTest/core/Queue/every_A01_t03: Fail # Moved collection classes from core to c ollection. co19 issue 371.
553 LibTest/core/Queue/every_A01_t04: Fail # Moved collection classes from core to c ollection. co19 issue 371.
554 LibTest/core/Queue/every_A01_t05: Fail # Moved collection classes from core to c ollection. co19 issue 371.
555 LibTest/core/Queue/first_A01_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
556 LibTest/core/Queue/first_A02_t01: Fail # Moved collection classes from core to c ollection. co19 issue 371.
557 LibTest/core/Queue/forEach_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
558 LibTest/core/Queue/forEach_A01_t02: Fail # Moved collection classes from core to collection. co19 issue 371.
559 LibTest/core/Queue/forEach_A01_t03: Fail # Moved collection classes from core to collection. co19 issue 371.
560 LibTest/core/Queue/forEach_A01_t05: Fail # Moved collection classes from core to collection. co19 issue 371.
561 LibTest/core/Queue/isEmpty_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
562 LibTest/core/Queue/last_A01_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
563 LibTest/core/Queue/last_A02_t01: Fail # Moved collection classes from core to co llection. co19 issue 371.
564 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
565 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
566 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
567 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
568 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
569 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
570
571 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379. 391 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379.
572 392
573 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374) 393 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
574 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374) 394 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374)
575 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: pass 395 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: pass
576 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374) 396 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
577 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374) 397 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374)
578 LibTest/core/Date/Date.fromString_A03_t01: pass 398 LibTest/core/Date/Date.fromString_A03_t01: pass
579 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) 399 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
580 LibTest/core/Date/Date.now_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374) 400 LibTest/core/Date/Date.now_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 434
615 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381 435 Language/12_Statements/10_Try_A03_t01: Fail # co19 issue 381
616 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381 436 Language/12_Statements/10_Try_A03_t02: Fail # co19 issue 381
617 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381 437 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 381
618 438
619 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380 439 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i ssue 380
620 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380 440 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i ssue 380
621 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380 441 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c o19 issue 380
622 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380 442 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c o19 issue 380
623 443
624 LibTest/core/RegExp/RegExp_A01_t03: Fail # IllegalJSRegExpException has been rem oved. co19 issue 375.
625 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375.
626 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375.
627 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375.
628
629 LibTest/core/StringBuffer/addAll_A01_t02: Fail # StringBuffer renamed add to wri te. co19 issue 388. 444 LibTest/core/StringBuffer/addAll_A01_t02: Fail # StringBuffer renamed add to wri te. co19 issue 388.
630 LibTest/core/StringBuffer/add_A01_t02: Fail # StringBuffer renamed add to write. co19 issue 388. 445 LibTest/core/StringBuffer/add_A01_t02: Fail # StringBuffer renamed add to write. co19 issue 388.
631 LibTest/core/StringBuffer/add_A01_t01: Fail # StringBuffer renamed add to write. co19 issue 388. 446 LibTest/core/StringBuffer/add_A01_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
632 LibTest/core/StringBuffer/addAll_A01_t01: Fail # StringBuffer renamed add to wri te. co19 issue 388. 447 LibTest/core/StringBuffer/addAll_A01_t01: Fail # StringBuffer renamed add to wri te. co19 issue 388.
633 LibTest/core/StringBuffer/toString_A01_t01: Fail # StringBuffer renamed add to w rite. co19 issue 388. 448 LibTest/core/StringBuffer/toString_A01_t01: Fail # StringBuffer renamed add to w rite. co19 issue 388.
634 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # StringBuff er renamed add to write. co19 issue 388. 449 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail # StringBuff er renamed add to write. co19 issue 388.
635 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # StringBuff er renamed add to write. co19 issue 388. 450 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail # StringBuff er renamed add to write. co19 issue 388.
636 Language/12_Statements/01_Blocks_A01_t03: Fail # StringBuffer renamed add to wri te. co19 issue 388. 451 Language/12_Statements/01_Blocks_A01_t03: Fail # StringBuffer renamed add to wri te. co19 issue 388.
637 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail # StringBuffer renamed add to write. co19 issue 388. 452 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
638 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388. 453 Language/11_Expressions/11_Instance_Creation/1_New_A09_t12: Fail # StringBuffer renamed add to write. co19 issue 388.
639 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 454 Language/11_Expressions/11_Instance_Creation/1_New_A09_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
640 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388. 455 Language/11_Expressions/11_Instance_Creation/1_New_A13_t03: Fail # StringBuffer renamed add to write. co19 issue 388.
641 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388. 456 Language/11_Expressions/11_Instance_Creation/1_New_A09_t06: Fail # StringBuffer renamed add to write. co19 issue 388.
642 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388. 457 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail # StringBuffer renamed add to write. co19 issue 388.
643 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388. 458 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: Fail # StringBuffer renamed add to write. co19 issue 388.
644 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388. 459 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # StringBuffer renamed add to write. co19 issue 388.
645 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388. 460 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: Fail # String Buffer renamed add to write. co19 issue 388.
646 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388. 461 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: Fail # String Buffer renamed add to write. co19 issue 388.
647 462
648 LibTest/core/double/operator_truncating_division_A01_t01: Fail # truncate/ceil/f loor/round returns ints, issue 361
649 LibTest/core/double/operator_truncating_division_A01_t03: Fail # truncate/ceil/f loor/round returns ints, issue 361
650 LibTest/core/double/operator_truncating_division_A01_t04: Fail # truncate/ceil/f loor/round returns ints, issue 361
651 LibTest/core/double/operator_truncating_division_A01_t05: Fail # truncate/ceil/f loor/round returns ints, issue 361
652 LibTest/core/double/operator_truncating_division_A01_t06: Fail # truncate/ceil/f loor/round returns ints, issue 361
653
654 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389 463 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
655 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 464 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
656 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 465 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
657 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 466 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
658 LibTest/core/double/isNaN_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
659 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 467 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
660 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 468 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
661 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389 469 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
662 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 470 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
663 471
664 LibTest/core/List/getRange_A02_t01: Fail # issue 391 472 LibTest/core/List/getRange_A02_t01: Fail # issue 391
665 473
666 # Issues with co19 test suite in checked mode. 474 # Issues with co19 test suite in checked mode.
667 [ $compiler == dart2js && $checked ] 475 [ $compiler == dart2js && $checked ]
668 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
669
670 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 476 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
671 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 477 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
672 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 478 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
673 479
674 # Issues with co19 test suite in unchecked mode.
675 [ $compiler == dart2js && $unchecked ]
676 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). Passes in checked mode due to Issue 390.
677
678 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
679 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
680
681 [ $compiler == dart2js && $jscl ] 480 [ $compiler == dart2js && $jscl ]
682 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 481 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
683 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 482 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
684 483
685 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 484 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
686 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 485 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
687 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 486 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
688 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 487 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
689 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
690 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
691 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 488 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
692 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 489 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
693 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
694 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 490 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
695 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 491 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
696 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 492 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
697 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 493 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
698 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 494 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
699 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 495 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
700 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 496 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
701 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. 497 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double.
702 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. 498 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us.
703 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. 499 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble.
704 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. 500 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int.
705 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. 501 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double.
706 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. 502 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int.
707 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. 503 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes.
708 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. 504 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105.
709 505
710 [ $compiler == dart2js && $system == macos ] 506 [ $compiler == dart2js && $system == macos ]
711 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 507 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
712 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 508 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
713 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 509 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
714 510
715
716 # 511 #
717 # The following tests are failing. Please add the error message 512 # The following tests are failing. Please add the error message
718 # (either a compiler error or exception message). The error messages 513 # (either a compiler error or exception message). The error messages
719 # may sometime be out of date. 514 # may sometime be out of date.
720 # 515 #
721 [ $compiler == dart2js ] 516 [ $compiler == dart2js ]
722 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 517 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
723 518
724 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 519 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
725 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 520 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 555 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
761 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'. 556 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'.
762 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas. 557 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
763 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'. 558 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'.
764 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'. 559 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'.
765 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously. 560 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously.
766 Language/05_Variables/05_Variables_A01_t15: Fail # Checks that a variable declar ation cannot contain the 'abstract' keyword. 561 Language/05_Variables/05_Variables_A01_t15: Fail # Checks that a variable declar ation cannot contain the 'abstract' keyword.
767 Language/05_Variables/05_Variables_A04_t01: Fail # Checks that a compile-time er ror occurs if a local constant variable is redefined. 562 Language/05_Variables/05_Variables_A04_t01: Fail # Checks that a compile-time er ror occurs if a local constant variable is redefined.
768 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error. 563 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error.
769 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che cks that static variable declaration can't be a required formal parameter 564 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che cks that static variable declaration can't be a required formal parameter
770 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail # Che cks that reassigning a final required parameter produces a compile-time error.
771 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final. 565 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final.
772 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable. 566 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable.
773 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail # Che cks that an optional positional parameter can be final. Reassigning it should p roduce a compile-time error.
774 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t07: Fail # Che cks that an optional positional parameter can be constant. Reassigning it shoul d produce a compile-time error.
775 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # Che cks that it is a compile-time error if the name of a positional optional paramet er begins with an '_' character.
776 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # Che cks that it is a compile-time error if the name of a positional optional paramet er begins with an '_' character.
777 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant variable. 567 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant variable.
778 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant typed variabl e. 568 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant typed variabl e.
779 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional named parameter is declared as a constant typed variable. 569 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional named parameter is declared as a constant typed variable.
780 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional positional parameter is declared as a constant v ariable. 570 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional positional parameter is declared as a constant v ariable.
781 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body. 571 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body.
782 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time error if a constant constructor declaration with initializers includes a body. 572 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time error if a constant constructor declaration with initializers includes a body.
783 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializ er. 573 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializ er.
784 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. 574 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.
785 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. 575 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.
786 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. 576 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.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 620 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
831 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 621 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
832 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 622 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
833 623
834 Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022 624 Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022
835 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022 625 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022
836 Language/14_Types/4_Interface_Types_A10_t06: Fail # http://dartbug.com/5022 626 Language/14_Types/4_Interface_Types_A10_t06: Fail # http://dartbug.com/5022
837 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022 627 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022
838 Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022 628 Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022
839 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022 629 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022
840 Language/14_Types/5_Function_Types_A06_t01: Fail # http://dartbug.com/5022
841 630
842 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683 631 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683
843 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683 632 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683
844 633
845 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 634 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
846 635
847 636
848 # 637 #
849 # Unexpected runtime errors. 638 # Unexpected runtime errors.
850 # 639 #
851 [ $compiler == dart2js ] 640 [ $compiler == dart2js ]
852 Language/14_Types/4_Interface_Types_A08_t06: Fail # class Queue cannot be resolv ed.
853 641
854 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020 642 Language/14_Types/4_Interface_Types_A11_t04: Fail # http://dartbug.com/5020
855 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 643 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
856 644
857 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202 645 Language/03_Overview/1_Scoping_A01_t39: Fail # dartbug.com/7202
858 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # dartbug.com/7202 646 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # dartbug.com/7202
859 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # dartbug.com/7202 647 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # dartbug.com/7202
860 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # dartbug.com/7202 648 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # dartbug.com/7202
861 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # dartbug.com/7202 649 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # dartbug.com/7202
862 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # dartbug.com/7202 650 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # dartbug.com/7202
863 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 651 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
864 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 652 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
865 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 653 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
866 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 654 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
867 655
868 LibTest/core/Map/containsKey_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
869 LibTest/core/Map/operator_subscript_A01_t02: Fail # Doesn't expect null to be al lowed in Set or Map keys (issue 377).
870 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
871 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
872 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
873 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
874 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S et or Map keys (issue 377).
875 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
876 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
877 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
878 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
879
880
881 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
882
883 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 656 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
884 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 657 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
885 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 658 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
886 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 659 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
887 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 660 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698