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

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

Issue 11645019: Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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 | « sdk/lib/core/string_buffer.dart ('k') | tests/co19/co19-dart2dart.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 7
8 # co19 issue 336 (allow use same prefix for several imports) 8 # co19 issue 336 (allow use same prefix for several imports)
9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail 9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail
10 10
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 LibTest/core/List/setRange_A01_t01: Fail 102 LibTest/core/List/setRange_A01_t01: Fail
103 LibTest/core/Queue/addFirst_A01_t01: Fail 103 LibTest/core/Queue/addFirst_A01_t01: Fail
104 LibTest/core/Set/intersection_A01_t03: Fail 104 LibTest/core/Set/intersection_A01_t03: Fail
105 LibTest/core/String/toLowerCase_A01_t02: Fail 105 LibTest/core/String/toLowerCase_A01_t02: Fail
106 LibTest/core/String/toUpperCase_A01_t02: Fail 106 LibTest/core/String/toUpperCase_A01_t02: Fail
107 LibTest/core/String/trim_A01_t02: Fail 107 LibTest/core/String/trim_A01_t02: Fail
108 LibTest/core/StringBuffer/add_A02_t01: Fail 108 LibTest/core/StringBuffer/add_A02_t01: Fail
109 LibTest/core/StringBuffer/addAll_A02_t01: Fail 109 LibTest/core/StringBuffer/addAll_A02_t01: Fail
110 LibTest/core/StringBuffer/clear_A02_t01: Fail 110 LibTest/core/StringBuffer/clear_A02_t01: Fail
111 111
112 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
112 113
113 # co19 issue 352 (use function expression with return type and name) 114 # co19 issue 352 (use function expression with return type and name)
114 LibTest/isolate/SendPort/send_A01_t01: Fail 115 LibTest/isolate/SendPort/send_A01_t01: Fail
115 116
116 117
117 # co19 issue 354 118 # co19 issue 354
118 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail 119 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail
119 120
120 121
121 # testing framework or VM issue 7388 (dies on Turkish character) 122 # testing framework or VM issue 7388 (dies on Turkish character)
(...skipping 13 matching lines...) Expand all
135 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 136 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473
136 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368 137 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368
137 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368 138 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368
138 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 139 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169
139 140
140 141
141 142
142 143
143 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 144 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
144 *: Skip 145 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/core/string_buffer.dart ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698