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

Side by Side Diff: tests/co19/co19-dart2dart.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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 # These tests need to be updated to the new Date core lib API, co19 issue 256: 6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail 9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail 10 LibTest/core/Date/Date_A01_t05: Fail
11 LibTest/core/Date/isUtc_A01_t01: Fail 11 LibTest/core/Date/isUtc_A01_t01: Fail
12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail 12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail
13 LibTest/core/Date/operator_GE_A01_t01: Fail 13 LibTest/core/Date/operator_GE_A01_t01: Fail
14 LibTest/core/Date/operator_GT_A01_t01: Fail 14 LibTest/core/Date/operator_GT_A01_t01: Fail
15 LibTest/core/Date/operator_LE_A01_t01: Fail 15 LibTest/core/Date/operator_LE_A01_t01: Fail
16 LibTest/core/Date/operator_LT_A01_t01: Fail 16 LibTest/core/Date/operator_LT_A01_t01: Fail
17 LibTest/core/Date/operator_equality_A01_t01: Fail 17 LibTest/core/Date/operator_equality_A01_t01: Fail
18 LibTest/core/Date/timeZoneName_A01_t01: Fail 18 LibTest/core/Date/timeZoneName_A01_t01: Fail
19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail 19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
20 LibTest/core/Date/toLocal_A01_t01: Fail 20 LibTest/core/Date/toLocal_A01_t01: Fail
21 LibTest/core/Date/toUtc_A01_t01: Fail 21 LibTest/core/Date/toUtc_A01_t01: Fail
22 22
23 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
24 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail
kasperl 2012/10/22 12:14:41 Fail, OK?
regis 2012/10/22 16:27:52 Done.
25 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail
26 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail
27 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t01: Fail
28 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t03: Fail
29 Language/10_Expressions/11_Instance_Creation/1_New_A01_t01: Fail
30 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t01: Fail
31 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t01: Fail
32 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t02: Fail
33 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail
34 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail
35 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t02: Fail
36 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_ t01: Fail
37 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t01: Fail
38 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t02: Fail
39 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t03: Fail
40 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t04: Fail
41 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail
42 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail
43 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A01_t01: Fail
44 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A01_t01: Fail
45 Language/14_Types/5_Function_Types_A01_t21: Fail
46 LibTest/core/Expect/approxEquals_A02_t01: Fail
47 LibTest/core/Expect/approxEquals_A03_t01: Fail
48 LibTest/core/Expect/approxEquals_A04_t01: Fail
49 LibTest/core/Expect/listEquals_A03_t01: Fail
50 LibTest/core/Expect/notEquals_A02_t01: Fail
51 LibTest/core/Expect/stringEquals_A02_t01: Fail
52 LibTest/core/Expect/throws_A01_t01: Fail
53 LibTest/core/Expect/throws_A01_t03: Fail
54 LibTest/core/List/List_A01_t01: Fail
55
23 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 56 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
24 57
25 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263 58 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263
26 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 59 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263
27 60
28 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE 61 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE
29 62
30 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js 63 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js
31 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 64 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
32 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 65 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 618
586 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax. 619 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat ed factory syntax.
587 620
588 [ $compiler == dart2dart && $system == windows ] 621 [ $compiler == dart2dart && $system == windows ]
589 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 622 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
590 LibTest/core/double/round_A01_t01: Fail # Result is NaN 623 LibTest/core/double/round_A01_t01: Fail # Result is NaN
591 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 624 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
592 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 625 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
593 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 626 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
594 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN 627 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698