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

Side by Side Diff: tests/language/language_dart2js.status

Issue 1004683002: Refactor IrBuilder to use SemanticVisitor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle local/static constants and index prefix/postfix. Created 5 years, 9 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/compiler/dart2js/semantic_visitor_test.dart ('k') | no next file » | 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 == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 9
10 async_star_test/02: RuntimeError # 22853 10 async_star_test/02: RuntimeError # 22853
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 184
185 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 185 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
186 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. 186 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
187 187
188 [ $compiler == dart2dart && $builder_tag == new_backend ] 188 [ $compiler == dart2dart && $builder_tag == new_backend ]
189 regress_13494_test: Pass # Issue 22370, passes for the wrong reason 189 regress_13494_test: Pass # Issue 22370, passes for the wrong reason
190 190
191 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] 191 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ]
192 large_implicit_getter_test: Crash # Stack overflow 192 large_implicit_getter_test: Crash # Stack overflow
193 193
194 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] 194 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ]
195 # This test fails in minified, because the type-argument is
196 # renamed, but the symbol naming it it is not.
197 type_variable_conflict2_test/01: RuntimeError # Issue 16180
198
199 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
200 # This test happens not to fail in minified, because the type-argument is
201 # renamed, but the unresolved reference to it is not.
202 type_variable_conflict2_test/04: Fail # Issue 19725
203
204 [ $compiler == dart2dart && $minified && $builder_tag != new_backend ]
205 type_variable_conflict2_test/01: RuntimeError # Issue 16180 195 type_variable_conflict2_test/01: RuntimeError # Issue 16180
206 196
207 [ $compiler == dart2dart ] 197 [ $compiler == dart2dart ]
208 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 198 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
209 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 199 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
210 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 200 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
211 await_for_cancel_test: RuntimeError # Issue 21404 201 await_for_cancel_test: RuntimeError # Issue 21404
212 202
213 regress_13494_test: Fail # Issue 22370 203 regress_13494_test: Fail # Issue 22370
214 204
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 263 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
274 super_call4_test: Fail, OK # hardcoded names. 264 super_call4_test: Fail, OK # hardcoded names.
275 265
276 [ $minified ] 266 [ $minified ]
277 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 267 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
278 regress_21795_test: RuntimeError # Issue 12605 268 regress_21795_test: RuntimeError # Issue 12605
279 269
280 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
281 *deferred*: Skip # Issue 17458 271 *deferred*: Skip # Issue 17458
282 cha_deopt*: Skip # Issue 17458 272 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/semantic_visitor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698