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

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

Issue 1031193002: Fix dart2dart test status (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « no previous file | 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 && ($minified == true || $builder_tag == new_backend) ] 194 [ $compiler == dart2dart && ($minified == true || $builder_tag == new_backend) ]
195 type_variable_conflict2_test/01: RuntimeError # Issue 16180 195 type_variable_conflict2_test/01: RuntimeError # Issue 16180
196 196
197 [ $compiler == dart2dart ] 197 [ $compiler == dart2dart ]
198 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 198 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
199 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 199 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
200 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 200 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
201 await_for_cancel_test: RuntimeError # Issue 21404
202 201
203 regress_13494_test: Fail # Issue 22370 202 regress_13494_test: Fail # Issue 22370
204 203
205 enum_duplicate_test/01: CompileTimeError # Issue 22169 204 enum_duplicate_test/01: CompileTimeError # Issue 22169
206 205
207 built_in_identifier_prefix_test: Fail # Issue 6972 206 built_in_identifier_prefix_test: Fail # Issue 6972
208 constructor_initializer_test/none: Fail # Issue 12633 207 constructor_initializer_test/none: Fail # Issue 12633
209 208
210 # Mixins fail on the VM. 209 # Mixins fail on the VM.
211 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 210 mixin_with_two_implicit_constructors_test: Fail # Issue 11889
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 262 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
264 super_call4_test: Fail, OK # hardcoded names. 263 super_call4_test: Fail, OK # hardcoded names.
265 264
266 [ $minified ] 265 [ $minified ]
267 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 266 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
268 regress_21795_test: RuntimeError # Issue 12605 267 regress_21795_test: RuntimeError # Issue 12605
269 268
270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 269 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
271 *deferred*: Skip # Issue 17458 270 *deferred*: Skip # Issue 17458
272 cha_deopt*: Skip # Issue 17458 271 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698