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

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

Issue 11784022: Update status files for dartc (utils, co19). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « no previous file | tests/utils/utils.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 # co19 issue 365 (iterator changes)
8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail
floitsch 2013/01/07 15:16:32 Put the co19 issue number to the right of failing
Mads Ager (google) 2013/01/07 15:18:48 OK, done.
9 LibTest/core/Set/Set.from_A01_t02: Fail
10 LibTest/core/Queue/Queue.from_A01_t02: Fail
7 11
8 # co19 issue 336 (allow use same prefix for several imports) 12 # co19 issue 336 (allow use same prefix for several imports)
9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail 13 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail
10 14
11 15
12 # co19 issue 337 (export in scripts is allowed in 0.13) 16 # co19 issue 337 (export in scripts is allowed in 0.13)
13 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail 17 Language/13_Libraries_and_Scripts/4_Scripts_A01_t21: Fail
14 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail 18 Language/13_Libraries_and_Scripts/4_Scripts_A01_t23: Fail
15 19
16 20
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 143
140 144
141 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317 145 LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 317
142 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317 146 LibTest/math/parseDouble_A02_t01: Fail, OK # co19 issue 317
143 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317 147 LibTest/math/parseInt_A01_t01: Fail, OK # co19 issue 317
144 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317 148 LibTest/math/parseInt_A02_t01: Fail, OK # co19 issue 317
145 149
146 150
147 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 151 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
148 *: Skip 152 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698