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

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

Issue 37463003: Update dart2dart status after bug fixes in the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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-dart2dart.status ('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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 bad_constructor_test/05: CompileTimeError # Issue 13669 6 bad_constructor_test/05: CompileTimeError # Issue 13669
7 block_scope_test: CompileTimeError # Issue 13204. 7 block_scope_test: CompileTimeError # Issue 13204.
8 malformed_test/05: MissingCompileTimeError # Issue 12695 8 malformed_test/05: MissingCompileTimeError # Issue 12695
9 malformed_test/06: MissingCompileTimeError # Issue 12695 9 malformed_test/06: MissingCompileTimeError # Issue 12695
10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 factory_redirection_test/02: Crash # Issue 12753 252 factory_redirection_test/02: Crash # Issue 12753
253 factory_redirection_test/03: Crash # Issue 12753 253 factory_redirection_test/03: Crash # Issue 12753
254 factory_redirection_test/09: Fail # Issue 12753 254 factory_redirection_test/09: Fail # Issue 12753
255 255
256 malbounded_type_literal_test: Fail # Issue 13960 256 malbounded_type_literal_test: Fail # Issue 13960
257 257
258 # DartVM problem. 258 # DartVM problem.
259 constructor5_test: Fail 259 constructor5_test: Fail
260 constructor6_test: Fail 260 constructor6_test: Fail
261 closure_in_initializer_test: Fail 261 closure_in_initializer_test: Fail
262 super_first_constructor_test: Fail
263 throwing_lazy_variable_test: Fail # Issue 5802 262 throwing_lazy_variable_test: Fail # Issue 5802
264 f_bounded_equality_test: RuntimeError # Issue 14000 263 f_bounded_equality_test: RuntimeError # Issue 14000
265 264
266 # Minified mode failures. 265 # Minified mode failures.
267 266
268 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 267 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
269 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 268 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
270 269
271 # Only checked mode reports an error on type assignment 270 # Only checked mode reports an error on type assignment
272 # problems in compile time constants. 271 # problems in compile time constants.
(...skipping 28 matching lines...) Expand all
301 import_core_prefix_test: Pass 300 import_core_prefix_test: Pass
302 prefix22_test: Pass 301 prefix22_test: Pass
303 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 302 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
304 super_call4_test: Fail, OK # hardcoded names. 303 super_call4_test: Fail, OK # hardcoded names.
305 304
306 [ $minified ] 305 [ $minified ]
307 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 306 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
308 307
309 [ $runtime == ie9 ] 308 [ $runtime == ie9 ]
310 stack_trace_test: Fail, OK # Stack traces not available in IE9. 309 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698