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

Side by Side Diff: tests/co19/co19-runtime.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 | « tests/co19/co19-dart2js.status ('k') | tests/corelib/date_time_parse_test.dart » ('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 == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 246
247 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 247 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317
248 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 248 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
249 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 249 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
250 250
251 [ $compiler == none && $runtime == vm && $checked ] 251 [ $compiler == none && $runtime == vm && $checked ]
252 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 252 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
253 253
254 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 254 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
255 255
256 [ $compiler == none && $runtime == vm && $unchecked ]
257 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
258
259 [ $compiler == none && $runtime == vm ] 256 [ $compiler == none && $runtime == vm ]
260 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions 257 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce ption in initializer expressions
261 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce ption in initializer expressions 258 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce ption in initializer expressions
262 259
263 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis 260 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis
264 261
265 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 262 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
266 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 263 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
267 264
268 # Some of these tests are expected to fail for another reason. These are marked as Skip. 265 # Some of these tests are expected to fail for another reason. These are marked as Skip.
(...skipping 27 matching lines...) Expand all
296 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 293 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
297 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 294 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
298 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 295 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
299 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 296 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
300 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 297 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
301 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 298 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
302 299
303 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 300 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
304 301
305 [ $compiler == none && $runtime == vm ] 302 [ $compiler == none && $runtime == vm ]
306 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 303 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently p assing due to co19 issues 373 and 374)
307 LibTest/core/Match/operator_subscript_A01_t01: Fail 304 LibTest/core/Match/operator_subscript_A01_t01: Fail
308 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 305 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
309 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 306 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
310 LibTest/core/RegExp/firstMatch_A01_t01: Fail 307 LibTest/core/RegExp/firstMatch_A01_t01: Fail
311 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 308 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
312 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 309 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
313 310
314 [ $compiler == none && $runtime == vm ] 311 [ $compiler == none && $runtime == vm ]
315 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44 312 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44
316 313
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 519 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
523 520
524 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 521 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
525 522
526 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 523 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
527 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 524 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
528 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 525 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
529 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 526 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
530 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 527 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
531 528
529 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
530 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
531 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374)
532 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
533 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374)
534 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
535 LibTest/core/Date/Date.now_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
536 LibTest/core/Date/Date.now_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
537 LibTest/core/Date/Date.utc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
538 LibTest/core/Date/Date_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
539 LibTest/core/Date/Date_A01_t03: Fail # Renamed Date to DateTime (issue 373, 374)
540 LibTest/core/Date/Date_A01_t04: Fail # Renamed Date to DateTime (issue 373, 374)
541 LibTest/core/Date/add_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
542 LibTest/core/Date/add_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
543 LibTest/core/Date/add_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
544 LibTest/core/Date/compareTo_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
545 LibTest/core/Date/compareTo_A01_t02: Fail # Renamed Date to DateTime (issue 373, 374)
546 LibTest/core/Date/day_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
547 LibTest/core/Date/difference_A01_t01: Fail # Renamed Date to DateTime (issue 373 , 374)
548 LibTest/core/Date/difference_A01_t02: Fail # Renamed Date to DateTime (issue 373 , 374)
549 LibTest/core/Date/hour_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
550 LibTest/core/Date/isUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
551 LibTest/core/Date/millisecond_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
552 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail # Renamed Date to DateTim e (issue 373, 374)
553 LibTest/core/Date/minute_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
554 LibTest/core/Date/month_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
555 LibTest/core/Date/operator_GE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
556 LibTest/core/Date/operator_GT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
557 LibTest/core/Date/operator_LE_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
558 LibTest/core/Date/operator_LT_A01_t01: Fail # Renamed Date to DateTime (issue 37 3, 374)
559 LibTest/core/Date/second_A01_t01: Fail # Renamed Date to DateTime (issue 373, 37 4)
560 LibTest/core/Date/subtract_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
561 LibTest/core/Date/subtract_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
562 LibTest/core/Date/subtract_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
563 LibTest/core/Date/timeZoneName_A01_t01: Fail # Renamed Date to DateTime (issue 3 73, 374)
564 LibTest/core/Date/timeZoneOffset_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
565 LibTest/core/Date/toLocal_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
566 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
567 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
568 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
569
570
532 [ $compiler == none && $runtime == vm && $unchecked ] 571 [ $compiler == none && $runtime == vm && $unchecked ]
533 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 572 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
534 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 573 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
535 574
536 [ $compiler == none && $runtime == vm && $checked ] 575 [ $compiler == none && $runtime == vm && $checked ]
537 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 576 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
538 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 577 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
539 578
540 [ $compiler == none && $arch == simarm ] 579 [ $compiler == none && $arch == simarm ]
541 *: Skip 580 *: Skip
542 581
543 [ $compiler == none && $arch == arm ] 582 [ $compiler == none && $arch == arm ]
544 *: Skip 583 *: Skip
545 584
546 [ $compiler == none && $arch == simmips ] 585 [ $compiler == none && $arch == simmips ]
547 *: Skip 586 *: Skip
548 587
549 [ $compiler == none && $arch == mips ] 588 [ $compiler == none && $arch == mips ]
550 *: Skip 589 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/date_time_parse_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698