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

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, 2 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
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 LibTest/core/Date/operator_GE_A01_t01: Fail 248 LibTest/core/Date/operator_GE_A01_t01: Fail
249 LibTest/core/Date/operator_GT_A01_t01: Fail 249 LibTest/core/Date/operator_GT_A01_t01: Fail
250 LibTest/core/Date/operator_LE_A01_t01: Fail 250 LibTest/core/Date/operator_LE_A01_t01: Fail
251 LibTest/core/Date/operator_LT_A01_t01: Fail 251 LibTest/core/Date/operator_LT_A01_t01: Fail
252 LibTest/core/Date/operator_equality_A01_t01: Fail 252 LibTest/core/Date/operator_equality_A01_t01: Fail
253 LibTest/core/Date/timeZoneName_A01_t01: Fail 253 LibTest/core/Date/timeZoneName_A01_t01: Fail
254 LibTest/core/Date/timeZoneOffset_A01_t01: Fail 254 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
255 LibTest/core/Date/toLocal_A01_t01: Fail 255 LibTest/core/Date/toLocal_A01_t01: Fail
256 LibTest/core/Date/toUtc_A01_t01: Fail 256 LibTest/core/Date/toUtc_A01_t01: Fail
257 257
258 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
259 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail
kasperl 2012/10/22 12:14:41 Mark all these Fail, OK?
regis 2012/10/22 16:27:52 Done.
260 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail
261 Language/07_Classes/1_Instance_Methods_A02_t03: Fail
262 Language/07_Classes/1_Instance_Methods_A02_t04: Fail
263 Language/07_Classes/1_Instance_Methods_A02_t05: Fail
264 Language/07_Classes/1_Instance_Methods_A02_t06: Fail
265 Language/07_Classes/4_Abstract_Instance_Members_A04_t04: Fail
266 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail
267 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail
268 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t01: Fail
269 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t03: Fail
270 Language/10_Expressions/11_Instance_Creation/1_New_A01_t01: Fail
271 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t01: Fail
272 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t01: Fail
273 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t02: Fail
274 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail
275 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail
276 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t02: Fail
277 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_ t01: Fail
278 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t01: Fail
279 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t02: Fail
280 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t03: Fail
281 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t04: Fail
282 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
283 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
284 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A01_t01: Fail
285 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A01_t01: Fail
286 Language/14_Types/5_Function_Types_A01_t21: Fail
287 LibTest/core/Expect/approxEquals_A02_t01: Fail
288 LibTest/core/Expect/approxEquals_A03_t01: Fail
289 LibTest/core/Expect/approxEquals_A04_t01: Fail
290 LibTest/core/Expect/listEquals_A03_t01: Fail
291 LibTest/core/Expect/notEquals_A02_t01: Fail
292 LibTest/core/Expect/stringEquals_A02_t01: Fail
293 LibTest/core/Expect/throws_A01_t01: Fail
294 LibTest/core/Expect/throws_A01_t03: Fail
295 LibTest/core/List/List_A01_t01: Fail
296
258 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 297 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
259 LibTest/core/Math/acos_A01_t01: Fail, OK 298 LibTest/core/Math/acos_A01_t01: Fail, OK
260 LibTest/core/Math/asin_A01_t01: Fail, OK 299 LibTest/core/Math/asin_A01_t01: Fail, OK
261 LibTest/core/Math/atan_A01_t01: Fail, OK 300 LibTest/core/Math/atan_A01_t01: Fail, OK
262 301
263 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 302 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
264 LibTest/core/double/operator_remainder_A01_t04: Fail 303 LibTest/core/double/operator_remainder_A01_t04: Fail
265 304
266 [ $compiler == dart2js ] 305 [ $compiler == dart2js ]
267 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. 306 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.
268 307
269 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 308 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
270 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 309 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
271 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 310 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
272 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 311 #Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TO DO(ahe): Enforce optional parameter semantics.
kasperl 2012/10/22 12:14:41 Remove this line instead of commenting it out?
regis 2012/10/22 16:27:52 Done.
273 312
274 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member 313 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va riable within static member
275 314
276 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 315 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
277 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 316 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
278 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 317 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
279 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 318 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
280 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 319 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
281 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 320 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
282 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared 321 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 800 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
762 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 801 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
763 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 802 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
764 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 803 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
765 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 804 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
766 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 805 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
767 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 806 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
768 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 807 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
769 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 808 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
770 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 809 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698