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

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

Issue 10915275: Update co19 to r337. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | « no previous file | dart/tests/co19/co19-dart2js.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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 Language/07_Classes/10_Superinterfaces_A06_t01: Fail # TODO(dartc-team): Please triage this failure.
7 Language/07_Classes/10_Superinterfaces_A07_t01: Fail # TODO(dartc-team): Please triage this failure.
8 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail # TODO(dartc-team): Please triage this failure.
9 Language/10_Expressions/01_Constants_A15_t38: Fail # TODO(dartc-team): Please tr iage this failure.
10
11
6 Language/07_Classes/07_Classes_A03_t01: Fail, OK # 'default' is no longer suppor ted 12 Language/07_Classes/07_Classes_A03_t01: Fail, OK # 'default' is no longer suppor ted
7 Language/07_Classes/07_Classes_A03_t04: Fail, OK # abstract methods cannot occur in concrete classes 13 Language/07_Classes/07_Classes_A03_t04: Fail, OK # abstract methods cannot occur in concrete classes
8 Language/07_Classes/07_Classes_A03_t06: Fail, OK # abstract methods cannot occur in concrete classes 14 Language/07_Classes/07_Classes_A03_t06: Fail, OK # abstract methods cannot occur in concrete classes
9 Language/07_Classes/07_Classes_A03_t07: Fail, OK # abstract methods cannot occur in concrete classes 15 Language/07_Classes/07_Classes_A03_t07: Fail, OK # abstract methods cannot occur in concrete classes
10 Language/07_Classes/07_Classes_A03_t05: Fail, OK # abstract methods cannot occur in concrete classes 16 Language/07_Classes/07_Classes_A03_t05: Fail, OK # abstract methods cannot occur in concrete classes
11 Language/07_Classes/07_Classes_A03_t03: Fail, OK # abstract methods cannot occur in concrete classes 17 Language/07_Classes/07_Classes_A03_t03: Fail, OK # abstract methods cannot occur in concrete classes
12 Language/07_Classes/07_Classes_A01_t20: Fail, OK # the default constructor invok es a non-existent zero argument constructor 18 Language/07_Classes/07_Classes_A01_t20: Fail, OK # the default constructor invok es a non-existent zero argument constructor
13 Language/07_Classes/07_Classes_A02_t01: Fail # Issue 5419 19 Language/07_Classes/07_Classes_A02_t01: Fail # Issue 5419
14 Language/07_Classes/07_Classes_A02_t31: Fail, OK # constant constructors are not required to have a body 20 Language/07_Classes/07_Classes_A02_t31: Fail, OK # constant constructors are not required to have a body
15 Language/07_Classes/07_Classes_A02_t32: Fail, OK # constant constructors are not required to have a body 21 Language/07_Classes/07_Classes_A02_t32: Fail, OK # constant constructors are not required to have a body
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 LibTest/core/Futures/wait_A03_t01: Fail # TODO(dartc-team): Please triage this f ailure. 134 LibTest/core/Futures/wait_A03_t01: Fail # TODO(dartc-team): Please triage this f ailure.
129 135
130 # The following tests use NoSuchMethodException instead of NoSuchMethodError. 136 # The following tests use NoSuchMethodException instead of NoSuchMethodError.
131 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195 137 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195
132 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195 138 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195
133 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195 139 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195
134 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail, OK # co19 issue 195 140 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail, OK # co19 issue 195
135 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # c o19 issue 195 141 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # c o19 issue 195
136 142
137 143
138 LibTest/core/double/operator_remainder_A01_t03: Fail # co19 issue 207
139 LibTest/core/double/remainder_A01_t03: Fail # co19 issue 207
140
141
142 # Rename "BadNumberFormatException" to "FormatException" 144 # Rename "BadNumberFormatException" to "FormatException"
143 # TODO(rnystrom): These can be enabled when 145 # TODO(rnystrom): These can be enabled when
144 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 146 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
145 LibTest/core/double/toInt_A01_t03: Fail 147 LibTest/core/double/toInt_A01_t03: Fail
146 LibTest/core/double/toInt_A01_t04: Fail 148 LibTest/core/double/toInt_A01_t04: Fail
147 LibTest/core/Math/parseInt_A02_t01: Fail 149 LibTest/core/Math/parseInt_A02_t01: Fail
148 LibTest/core/Math/parseDouble_A02_t01: Fail 150 LibTest/core/Math/parseDouble_A02_t01: Fail
149 151
150 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031 152 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031
151 Language/03_Overview/2_Privacy_A01_t02: Fail # language change 1031 153 Language/03_Overview/2_Privacy_A01_t02: Fail # language change 1031
152 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail co19 issue 207
153 Language/06_Functions/06_Functions_A01_t22: Fail # c019 issue 204
154 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379 154 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379
155 Language/07_Classes/2_Getters_A01_t03: Fail, OK # out of date - getters are not allowed to have parameters 155 Language/07_Classes/2_Getters_A01_t03: Fail, OK # out of date - getters are not allowed to have parameters
156 Language/07_Classes/3_Setters_A01_t02: Fail # Issue 379 156 Language/07_Classes/3_Setters_A01_t02: Fail # Issue 379
157 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323 157 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323
158 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477 158 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477
159 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477 159 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477
160 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477 160 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477
161 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t01: Fail # Issue 3476 161 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t01: Fail # Issue 3476
162 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t02: Fail # Issue 3476 162 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t02: Fail # Issue 3476
163 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t03: Fail # Issue 3476 163 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t03: Fail # Issue 3476
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 Language/10_Expressions/26_Postfix_Expressions_A01_t03: Fail # language change 3 368 251 Language/10_Expressions/26_Postfix_Expressions_A01_t03: Fail # language change 3 368
252 Language/10_Expressions/26_Postfix_Expressions_A01_t04: Fail # language change 3 368 252 Language/10_Expressions/26_Postfix_Expressions_A01_t04: Fail # language change 3 368
253 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # Issue 1489 253 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # Issue 1489
254 Language/10_Expressions/27_Assignable_Expressions_A01_t06: Fail # language chang e 3368 254 Language/10_Expressions/27_Assignable_Expressions_A01_t06: Fail # language chang e 3368
255 Language/10_Expressions/27_Assignable_Expressions_A01_t07: Fail # language chang e 3368 255 Language/10_Expressions/27_Assignable_Expressions_A01_t07: Fail # language chang e 3368
256 Language/10_Expressions/28_Identifier_Reference_A04_t01: Fail # language change 3368 256 Language/10_Expressions/28_Identifier_Reference_A04_t01: Fail # language change 3368
257 Language/10_Expressions/28_Identifier_Reference_A04_t02: Fail # language change 3368 257 Language/10_Expressions/28_Identifier_Reference_A04_t02: Fail # language change 3368
258 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Issue 3476 258 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Issue 3476
259 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Issue 3476 259 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Issue 3476
260 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Issue 3476 260 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Issue 3476
261 Language/10_Expressions/28_Identifier_Reference_A06_t17: Fail, OK # 'equals' is not a keyword
262 Language/10_Expressions/28_Identifier_Reference_A06_t18: Fail, OK # 'equals' is not a keyword
263 Language/10_Expressions/28_Identifier_Reference_A06_t19: Fail, OK # 'equals' is not a keyword
264 Language/10_Expressions/28_Identifier_Reference_A06_t20: Fail, OK # 'equals' is not a keyword
265 Language/10_Expressions/28_Identifier_Reference_A06_t33: Fail, OK # 'interface' is not a keyword
266 Language/10_Expressions/28_Identifier_Reference_A06_t34: Fail, OK # 'interface' is not a keyword
267 Language/10_Expressions/28_Identifier_Reference_A06_t35: Fail, OK # 'interface' is not a keyword
268 Language/10_Expressions/28_Identifier_Reference_A06_t36: Fail, OK # 'interface' is not a keyword
269 Language/10_Expressions/28_Identifier_Reference_A06_t37: Fail, OK # 'negate' is not a keyword
270 Language/10_Expressions/28_Identifier_Reference_A06_t38: Fail, OK # 'negate' is not a keyword
271 Language/10_Expressions/28_Identifier_Reference_A06_t39: Fail, OK # 'negate' is not a keyword
272 Language/10_Expressions/28_Identifier_Reference_A06_t40: Fail, OK # 'negate' is not a keyword
273 Language/10_Expressions/28_Identifier_Reference_A07_t04: Fail, OK # 'equals' is not a keyword
274 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail, OK # 'negate' is not a keyword
275 Language/10_Expressions/29_Type_Test_A01_t02: Fail # language change 3368 261 Language/10_Expressions/29_Type_Test_A01_t02: Fail # language change 3368
276 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323 262 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323
277 Language/11_Statements/08_Switch_A06_t02: Fail, OK # out of date - case can use any constant expression 263 Language/11_Statements/08_Switch_A06_t02: Fail, OK # out of date - case can use any constant expression
278 Language/11_Statements/08_Switch_A06_t03: Fail, OK # out of date - case can use any constant expression 264 Language/11_Statements/08_Switch_A06_t03: Fail, OK # out of date - case can use any constant expression
279 Language/11_Statements/08_Switch_A06_t04: Fail, OK # out of date - case can use any constant expression 265 Language/11_Statements/08_Switch_A06_t04: Fail, OK # out of date - case can use any constant expression
280 Language/11_Statements/09_Try_A01_t14: Fail, OK # out of date - catch parameters are not allowed to be typed 266 Language/11_Statements/09_Try_A01_t14: Fail, OK # out of date - catch parameters are not allowed to be typed
281 267
282 268
283 LibTest/core/List/every_A03_t01: Fail, OK # out of date - catch parameters are n ot allowed to be typed # status change with --check-only, Promise removed (co19 Issue #79) 269 LibTest/core/List/every_A03_t01: Fail, OK # out of date - catch parameters are n ot allowed to be typed # status change with --check-only, Promise removed (co19 Issue #79)
284 LibTest/core/List/filter_A03_t01: Fail, OK # out of date - catch parameters are not allowed to be typed # status change with --check-only, Promise removed (co19 Issue #79) 270 LibTest/core/List/filter_A03_t01: Fail, OK # out of date - catch parameters are not allowed to be typed # status change with --check-only, Promise removed (co19 Issue #79)
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 648 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
663 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 649 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
664 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 650 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
665 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 651 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
666 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 652 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
667 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 653 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
668 654
669 655
670 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 656 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
671 *: Skip 657 *: Skip
OLDNEW
« no previous file with comments | « no previous file | dart/tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698