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

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

Issue 13724021: Remove deprecated Expect from the libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Rebase. Created 7 years, 8 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/double_ceil2_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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
8 8
9 9
10 [ $compiler == none && $runtime == vm && $unchecked ] 10 [ $compiler == none && $runtime == vm && $unchecked ]
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389 182 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389
183 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 183 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389
184 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389 184 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
185 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 185 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
186 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 186 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
187 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 187 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
188 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 188 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
189 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 189 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
190 190
191 Language/15_Reference/1_Lexical_Rules/2_Comments_A04_t03: Fail # Uses deprecated Expect class, issue 398
192 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A02_t01: Fail # Uses deprecate d Expect class, issue 398
193 LibTest/core/Date/Date.fromString_A04_t01: Fail # Uses deprecated Expect class, issue 398
194 LibTest/core/Date/add_A06_t01: Fail # Uses deprecated Expect class, issue 398
195 LibTest/core/Date/compareTo_A03_t01: Fail # Uses deprecated Expect class, issue 398
196 LibTest/core/Date/difference_A03_t01: Fail # Uses deprecated Expect class, issue 398
197 LibTest/core/Date/subtract_A06_t01: Fail # Uses deprecated Expect class, issue 3 98
198
191 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379 199 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379
192 200
193 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 201 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
194 202
195 203
196 [ $compiler == none && $runtime == vm && $checked ] 204 [ $compiler == none && $runtime == vm && $checked ]
197 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 205 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
198 206
199 207
200 [ $compiler == none && $runtime == vm ] 208 [ $compiler == none && $runtime == vm ]
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 [ $compiler == none && $arch == arm ] 429 [ $compiler == none && $arch == arm ]
422 *: Skip 430 *: Skip
423 431
424 432
425 [ $compiler == none && $arch == simmips ] 433 [ $compiler == none && $arch == simmips ]
426 *: Skip 434 *: Skip
427 435
428 436
429 [ $compiler == none && $arch == mips ] 437 [ $compiler == none && $arch == mips ]
430 *: Skip 438 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/double_ceil2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698