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

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

Issue 12542003: Remove deprecated Date class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « sdk/lib/core/date_time.dart ('k') | tests/co19/co19-dart2dart.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 6
7 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss ue 365 (iterator changes) 7 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss ue 365 (iterator changes)
8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera tor changes) 8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera tor changes)
9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i terator changes) 9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i terator changes)
10 10
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375. 486 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t03: Fa il # IllegalJSRegExpException has been removed. co19 issue 375.
487 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375. 487 LibTest/core/IllegalJSRegExpException/toString_A01_t01: Fail # IllegalJSRegExpEx ception has been removed. co19 issue 375.
488 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375. 488 LibTest/core/IllegalJSRegExpException/IllegalJSRegExpException_A01_t01: Fail # I llegalJSRegExpException has been removed. co19 issue 375.
489 489
490 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 490 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
491 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 491 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
492 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 492 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
493 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 493 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
494 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 494 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
495 495
496 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
497 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
498 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374)
499 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
500 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
501 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374)
502 LibTest/core/Date/Date.fromString_A02_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
503 LibTest/core/Date/Date.fromString_A03_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
504 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
505 LibTest/core/Date/Date.now_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
506 LibTest/core/Date/Date.now_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
507 LibTest/core/Date/Date.utc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
508 LibTest/core/Date/Date_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
509 LibTest/core/Date/Date_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
510 LibTest/core/Date/Date_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
511 LibTest/core/Date/Date_A01_t04: Fail # Renamed Date to DateTime (issue 373, 374)
512 LibTest/core/Date/add_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
513 LibTest/core/Date/add_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
514 LibTest/core/Date/add_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
515 LibTest/core/Date/add_A05_t01: Fail # Renamed Date to DateTime (issue 373, 374)
516 LibTest/core/Date/compareTo_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
517 LibTest/core/Date/compareTo_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
518 LibTest/core/Date/compareTo_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
519 LibTest/core/Date/day_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
520 LibTest/core/Date/difference_A01_t01: Fail # Renamed Date to DateTime (issue 373 , 374)
521 LibTest/core/Date/difference_A01_t02: Fail # Renamed Date to DateTime (issue 373 , 374)
522 LibTest/core/Date/difference_A02_t01: Fail # Renamed Date to DateTime (issue 373 , 374)
523 LibTest/core/Date/hour_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
524 LibTest/core/Date/isUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
525 LibTest/core/Date/millisecond_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
526 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail # Renamed Date to DateTim e (issue 373, 374)
527 LibTest/core/Date/minute_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
528 LibTest/core/Date/month_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
529 LibTest/core/Date/operator_GE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
530 LibTest/core/Date/operator_GT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
531 LibTest/core/Date/operator_LE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
532 LibTest/core/Date/operator_LT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
533 LibTest/core/Date/operator_equality_A01_t01: Fail # Renamed Date to DateTime (is sue 373, 374)
534 LibTest/core/Date/second_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
535 LibTest/core/Date/subtract_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
536 LibTest/core/Date/subtract_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
537 LibTest/core/Date/subtract_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
538 LibTest/core/Date/subtract_A05_t01: Fail # Renamed Date to DateTime (issue 373, 374)
539 LibTest/core/Date/timeZoneName_A01_t01: Fail # Renamed Date to DateTime (issue 3 73, 374)
540 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
541 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
542 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
543 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
544 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
545 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
546 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
547
548
496 [ $runtime == drt && $compiler == none ] 549 [ $runtime == drt && $compiler == none ]
497 *: Skip 550 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/core/date_time.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698