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

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

Issue 12221094: Deprecate comparison operators of DateTime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 10 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_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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 LibTest/core/Queue/iterator_A01_t02: Fail # iterator-change, co19 issue 365 232 LibTest/core/Queue/iterator_A01_t02: Fail # iterator-change, co19 issue 365
233 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue 365 233 LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # iterator-change, co19 issue 365
234 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail # iterator-change, co19 issue 365 234 LibTest/core/Queue/iterator_hasNext_A01_t02: Fail # iterator-change, co19 issue 365
235 LibTest/core/Queue/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365 235 LibTest/core/Queue/iterator_next_A01_t01: Fail # iterator-change, co19 issue 365
236 LibTest/core/Queue/iterator_next_A01_t02: Fail # iterator-change, co19 issue 365 236 LibTest/core/Queue/iterator_next_A01_t02: Fail # iterator-change, co19 issue 365
237 LibTest/core/Queue/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365 237 LibTest/core/Queue/iterator_next_A02_t01: Fail # iterator-change, co19 issue 365
238 LibTest/core/Queue/Queue.from_A01_t02: Fail # iterator-change, co19 issue 365 238 LibTest/core/Queue/Queue.from_A01_t02: Fail # iterator-change, co19 issue 365
239 LibTest/core/RegExp/allMatches_A01_t01: Fail # iterator-change, co19 issue 365 239 LibTest/core/RegExp/allMatches_A01_t01: Fail # iterator-change, co19 issue 365
240 LibTest/core/Set/Set.from_A01_t02: Fail # iterator-change, co19 issue 365 240 LibTest/core/Set/Set.from_A01_t02: Fail # iterator-change, co19 issue 365
241 241
242 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379
243
242 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 244 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
243 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 245 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
244 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 246 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
245 247
246 248
247 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 249 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317
248 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 250 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
249 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 251 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
250 252
251 [ $compiler == none && $runtime == vm && $checked ] 253 [ $compiler == none && $runtime == vm && $checked ]
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 *: Skip 516 *: Skip
515 517
516 [ $compiler == none && $arch == arm ] 518 [ $compiler == none && $arch == arm ]
517 *: Skip 519 *: Skip
518 520
519 [ $compiler == none && $arch == simmips ] 521 [ $compiler == none && $arch == simmips ]
520 *: Skip 522 *: Skip
521 523
522 [ $compiler == none && $arch == mips ] 524 [ $compiler == none && $arch == mips ]
523 *: Skip 525 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/date_time_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698