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

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

Issue 11090016: Change core lib, dart2js, and more for new optional parameters syntax (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:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail
11 LibTest/core/Date/isUtc_A01_t01: Fail
12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail
13 LibTest/core/Date/operator_GE_A01_t01: Fail
14 LibTest/core/Date/operator_GT_A01_t01: Fail
15 LibTest/core/Date/operator_LE_A01_t01: Fail
16 LibTest/core/Date/operator_LT_A01_t01: Fail
17 LibTest/core/Date/operator_equality_A01_t01: Fail
18 LibTest/core/Date/timeZoneName_A01_t01: Fail
19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
20 LibTest/core/Date/toLocal_A01_t01: Fail
21 LibTest/core/Date/toUtc_A01_t01: Fail
22
6 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 23 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
7 24
8 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE 25 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE
9 26
10 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 27 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
11 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 28 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
12 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 29 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
13 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 30 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
14 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 31 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
15 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 32 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed 516 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, Pass # inherited from dart2js: fails in minify, self-reference typedef check not performed
500 Language/14_Types/4_Interface_Types_A01_t01: Fail # Looks like dart2js issue, le t's wait when interfaces are phased away 517 Language/14_Types/4_Interface_Types_A01_t01: Fail # Looks like dart2js issue, le t's wait when interfaces are phased away
501 Language/14_Types/4_Interface_Types_A02_t01: Fail # Looks like dart2js issue, le t's wait when interfaces are phased away 518 Language/14_Types/4_Interface_Types_A02_t01: Fail # Looks like dart2js issue, le t's wait when interfaces are phased away
502 Language/14_Types/5_Function_Types_A01_t05: Fail # inherited from dart2js 519 Language/14_Types/5_Function_Types_A01_t05: Fail # inherited from dart2js
503 Language/14_Types/5_Function_Types_A02_t01: Fail # inherited from VM 520 Language/14_Types/5_Function_Types_A02_t01: Fail # inherited from VM
504 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js 521 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js
505 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t05: Fail # inherited from dart2js 522 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t05: Fail # inherited from dart2js
506 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # inherited from dart2js 523 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # inherited from dart2js
507 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # inherited from VM 524 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # inherited from VM
508 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js 525 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js
509 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # inherited from VM
510 LibTest/core/Date/Date.fromString_A03_t01: Fail, OK # Issue co19 - 121 526 LibTest/core/Date/Date.fromString_A03_t01: Fail, OK # Issue co19 - 121
511 LibTest/core/Date/toString_A02_t01: Fail, OK # inherited from VM 527 LibTest/core/Date/toString_A02_t01: Fail, OK # inherited from VM
512 LibTest/core/Date/year_A01_t01: Fail, OK # inherited from VM 528 LibTest/core/Date/year_A01_t01: Fail, OK # inherited from VM
513 LibTest/core/double/INFINITY_A01_t02: Fail # inherited from VM 529 LibTest/core/double/INFINITY_A01_t02: Fail # inherited from VM
514 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # inherited from VM 530 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # inherited from VM
515 LibTest/core/double/toRadixString_A01_t01: Fail # inherited from VM 531 LibTest/core/double/toRadixString_A01_t01: Fail # inherited from VM
516 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194 532 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194
517 LibTest/core/Expect/throws_A02_t01: Fail, OK # Issue co19 - 42 533 LibTest/core/Expect/throws_A02_t01: Fail, OK # Issue co19 - 42
518 LibTest/core/Future/handleException_A01_t07: Fail # inherited from VM 534 LibTest/core/Future/handleException_A01_t07: Fail # inherited from VM
519 LibTest/core/Future/then_A01_t05: Fail # inherited from VM 535 LibTest/core/Future/then_A01_t05: Fail # inherited from VM
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 # Partially implemented redirecting constructors makes this fail. 584 # Partially implemented redirecting constructors makes this fail.
569 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 585 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
570 586
571 [ $compiler == dart2dart && $system == windows ] 587 [ $compiler == dart2dart && $system == windows ]
572 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 588 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
573 LibTest/core/double/round_A01_t01: Fail # Result is NaN 589 LibTest/core/double/round_A01_t01: Fail # Result is NaN
574 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 590 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
575 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 591 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
576 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 592 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
577 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN 593 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698