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

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

Issue 16357006: Update test status file for dart2dart. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 508 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
509 509
510 510
511 execute_finally10_test: Fail # VM bug: issue 430 511 execute_finally10_test: Fail # VM bug: issue 430
512 execute_finally11_test: Fail # VM bug: issue 430 512 execute_finally11_test: Fail # VM bug: issue 430
513 513
514 bound_closure_equality_test: Fail # Issue 10849 514 bound_closure_equality_test: Fail # Issue 10849
515 515
516 [ $compiler == dart2dart && $minified ] 516 [ $compiler == dart2dart && $minified ]
517 517
518 super_getter_setter_test: Fail # Issue 11065.
519
518 # TODO(tball): Assign proper bug numbers. 520 # TODO(tball): Assign proper bug numbers.
519 class_literal_test/none: Fail 521 class_literal_test/none: Fail
520 522
521 import_core_prefix_test: Pass 523 import_core_prefix_test: Pass
522 prefix22_test: Pass 524 prefix22_test: Pass
523 invocation_mirror_test: Fail, OK # hardcoded names. 525 invocation_mirror_test: Fail, OK # hardcoded names.
524 super_call4_test: Fail, OK # hardcoded names. 526 super_call4_test: Fail, OK # hardcoded names.
525 527
526 [ $compiler == dartanalyzer ] 528 [ $compiler == dartanalyzer ]
527 abstract_factory_constructor_test/00: fail 529 abstract_factory_constructor_test/00: fail
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 math_vm_test: Fail 811 math_vm_test: Fail
810 named_parameters_with_conversions_test: Pass, Crash 812 named_parameters_with_conversions_test: Pass, Crash
811 stack_overflow_stacktrace_test: Crash 813 stack_overflow_stacktrace_test: Crash
812 stack_overflow_test: Crash 814 stack_overflow_test: Crash
813 815
814 [ $arch == mips ] 816 [ $arch == mips ]
815 *: Skip 817 *: Skip
816 818
817 [ $arch == simmips ] 819 [ $arch == simmips ]
818 *: Skip 820 *: Skip
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