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

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

Issue 11186064: Enforce new optional parameter rules. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « tests/co19/co19-dart2dart.status ('k') | 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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/11_Statements/05_For_A01_t07: Crash 9 Language/11_Statements/05_For_A01_t07: Crash
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 LibTest/core/Date/operator_GE_A01_t01: Fail 254 LibTest/core/Date/operator_GE_A01_t01: Fail
255 LibTest/core/Date/operator_GT_A01_t01: Fail 255 LibTest/core/Date/operator_GT_A01_t01: Fail
256 LibTest/core/Date/operator_LE_A01_t01: Fail 256 LibTest/core/Date/operator_LE_A01_t01: Fail
257 LibTest/core/Date/operator_LT_A01_t01: Fail 257 LibTest/core/Date/operator_LT_A01_t01: Fail
258 LibTest/core/Date/operator_equality_A01_t01: Fail 258 LibTest/core/Date/operator_equality_A01_t01: Fail
259 LibTest/core/Date/timeZoneName_A01_t01: Fail 259 LibTest/core/Date/timeZoneName_A01_t01: Fail
260 LibTest/core/Date/timeZoneOffset_A01_t01: Fail 260 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
261 LibTest/core/Date/toLocal_A01_t01: Fail 261 LibTest/core/Date/toLocal_A01_t01: Fail
262 LibTest/core/Date/toUtc_A01_t01: Fail 262 LibTest/core/Date/toUtc_A01_t01: Fail
263 263
264 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
265 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
266 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail, OK
267 Language/07_Classes/1_Instance_Methods_A02_t03: Fail, OK
268 Language/07_Classes/1_Instance_Methods_A02_t04: Fail, OK
269 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
270 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
271 Language/07_Classes/4_Abstract_Instance_Members_A04_t04: Fail, OK
272 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail, OK
273 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
274 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t01: Fail, OK
275 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t03: Fail, OK
276 Language/10_Expressions/11_Instance_Creation/1_New_A01_t01: Fail, OK
277 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t01: Fail, OK
278 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t01: Fail, OK
279 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t02: Fail, OK
280 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK
281 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail, OK
282 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t02: Fail, OK
283 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_ t01: Fail, OK
284 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t01: Fail, OK
285 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t02: Fail, OK
286 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t03: Fail, OK
287 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t04: Fail, OK
288 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
289 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail , OK
290 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A01_t01: Fail, OK
291 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A01_t01: Fail, O K
292 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
293 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK
294 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK
295 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK
296 LibTest/core/Expect/listEquals_A03_t01: Fail, OK
297 LibTest/core/Expect/notEquals_A02_t01: Fail, OK
298 LibTest/core/Expect/stringEquals_A02_t01: Fail, OK
299 LibTest/core/Expect/throws_A01_t01: Fail, OK
300 LibTest/core/Expect/throws_A01_t03: Fail, OK
301 LibTest/core/List/List_A01_t01: Fail, OK
302
264 # The following tests use hashCode() (function) instead of hashCode (getter). 303 # The following tests use hashCode() (function) instead of hashCode (getter).
265 # co19 issue 273 304 # co19 issue 273
266 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK 305 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK
267 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK 306 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK
268 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK 307 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK
269 LibTest/core/Map/Map_class_A01_t03: Fail, OK 308 LibTest/core/Map/Map_class_A01_t03: Fail, OK
270 LibTest/core/Set/remove_A01_t03: Fail, OK 309 LibTest/core/Set/remove_A01_t03: Fail, OK
271 LibTest/core/Set/contains_A01_t03: Fail, OK 310 LibTest/core/Set/contains_A01_t03: Fail, OK
272 LibTest/core/Set/addAll_A01_t04: Fail, OK 311 LibTest/core/Set/addAll_A01_t04: Fail, OK
273 LibTest/core/Set/remove_A01_t04: Fail, OK 312 LibTest/core/Set/remove_A01_t04: Fail, OK
(...skipping 13 matching lines...) Expand all
287 326
288 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 327 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
289 LibTest/core/double/operator_remainder_A01_t04: Fail 328 LibTest/core/double/operator_remainder_A01_t04: Fail
290 329
291 [ $compiler == dart2js ] 330 [ $compiler == dart2js ]
292 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. 331 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason.
293 332
294 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 333 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
295 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 334 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
296 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 335 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
297 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
298 336
299 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member 337 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member
300 338
301 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 339 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
302 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 340 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
303 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 341 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
304 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 342 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
305 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 343 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
306 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 344 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
307 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared 345 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 829 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
792 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 830 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
793 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 831 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
794 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 832 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
795 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 833 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
796 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 834 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
797 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 835 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
798 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 836 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
799 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 837 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
800 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 838 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698