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

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

Issue 10538061: Reapply "Remove deprecated classes and functions in Date." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « runtime/lib/date.dart ('k') | tests/standalone/io/http_headers_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 == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/1_Scoping_A02_t30: Fail # Please triage this failure. 6 Language/03_Overview/1_Scoping_A02_t30: Fail # Please triage this failure.
7 Language/03_Overview/1_Scoping_A02_t31: Fail # Please triage this failure. 7 Language/03_Overview/1_Scoping_A02_t31: Fail # Please triage this failure.
8 Language/05_Variables/05_Variables_A01_t01: Fail # Please triage this failure. 8 Language/05_Variables/05_Variables_A01_t01: Fail # Please triage this failure.
9 Language/05_Variables/05_Variables_A04_t09: Fail # Please triage this failure. 9 Language/05_Variables/05_Variables_A04_t09: Fail # Please triage this failure.
10 Language/05_Variables/05_Variables_A05_t03: Fail # Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t03: Fail # Please triage this failure.
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130 266 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130
267 Language/13_Types/4_Interface_Types_A11_t04: Fail # Issue 2495 267 Language/13_Types/4_Interface_Types_A11_t04: Fail # Issue 2495
268 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130 268 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130
269 269
270 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269 270 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # Issue 1269
271 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269 271 LibTest/core/FallThroughError/toString_A01_t01: Fail # Issue 1269
272 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79) 272 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79)
273 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79) 273 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79)
274 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79) 274 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79)
275 275
276 # The following tests use the deprecated Date interface.
277 LibTest/core/Date/Date_A02_t01: Fail, Pass
278 LibTest/core/Date/Date.now_A02_t01: Fail, Pass
279 LibTest/core/Date/add_A04_t01: Fail, Pass
280 LibTest/core/Date/value_A01_t02: Fail, Pass
281 LibTest/core/Date/value_A02_t01: Fail, Pass
282 LibTest/core/Date/isLocalTime_A01_t01: Fail, Pass
283 LibTest/core/Date/toString_A02_t01: Fail, Pass
284 LibTest/core/Date/Date.fromString_A01_t03: Fail, Pass
285 LibTest/core/Date/changeTimeZone_A01_t01: Fail, Pass
286 LibTest/core/Date/changeTimeZone_A02_t01: Fail, Pass
287 LibTest/core/Date/changeTimeZone_A03_t01: Fail, Pass
288 LibTest/core/Date/changeTimeZone_A04_t01: Fail, Pass
289 LibTest/core/Date/changeTimeZone_A05_t01: Fail, Pass
290 LibTest/core/Date/isUtc_A01_t01: Fail, Pass
291 LibTest/core/Date/timeZone_A01_t01: Fail, Pass
292 LibTest/core/Date/timeZone_A01_t02: Fail, Pass
293 LibTest/core/Date/timeZone_A01_t03: Fail, Pass
294 LibTest/core/Date/difference_A01_t01: Fail, Pass
295 LibTest/core/Date/difference_A01_t02: Fail, Pass
296 LibTest/core/Date/subtract_A04_t01: Fail, Pass
297 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail, Pass
298 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, Pass
299 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail, Pass
300 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
301 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
302 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
303 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
304
305 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
306 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
276 307
277 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 308 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
278 *: Skip 309 *: Skip
OLDNEW
« no previous file with comments | « runtime/lib/date.dart ('k') | tests/standalone/io/http_headers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698