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

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

Issue 14137006: Fix typos. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 64
65 on_catch_malformed_type_test: Fail # Issue 8601 65 on_catch_malformed_type_test: Fail # Issue 8601
66 66
67 mixin_mixin_test: Fail 67 mixin_mixin_test: Fail
68 68
69 type_variable_field_initializer_closure_test: Crash # issue 8847 69 type_variable_field_initializer_closure_test: Crash # issue 8847
70 70
71 super_getter_setter_test: Fail # Issue 8917 71 super_getter_setter_test: Fail # Issue 8917
72 super_operator_index7_test: Fail # Issue 8918 72 super_operator_index7_test: Fail # Issue 8918
73 73
74 execute_finally_10_test: Fail # Issue 430 74 execute_finally10_test: Fail # Issue 430
75 execute_finally_11_test: Fail # Issue 430 75 execute_finally11_test: Fail # Issue 430
76 76
77 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 77 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
78 gc_test: Skip # Issue 1487, flaky. 78 gc_test: Skip # Issue 1487, flaky.
79 79
80 [ $compiler == none && $mode == debug ] 80 [ $compiler == none && $mode == debug ]
81 gc_test: Skip # Takes too long. 81 gc_test: Skip # Takes too long.
82 82
83 [ $compiler == none && $unchecked ] 83 [ $compiler == none && $unchecked ]
84 84
85 # Only checked mode reports an error on type assignment 85 # Only checked mode reports an error on type assignment
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 compile_time_constant_checked3_test/06: Fail, OK 543 compile_time_constant_checked3_test/06: Fail, OK
544 544
545 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 545 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
546 type_parameter_literal_test: Fail 546 type_parameter_literal_test: Fail
547 547
548 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847 548 type_variable_field_initializer_closure_test: Crash # VM bug: issue 8847
549 549
550 super_getter_setter_test: Fail # VM bug: issue 8917 550 super_getter_setter_test: Fail # VM bug: issue 8917
551 super_operator_index7_test: Fail # VM bug: issue 8918 551 super_operator_index7_test: Fail # VM bug: issue 8918
552 552
553 execute_finally_10_test: Fail # VM bug: issue 430 553 execute_finally10_test: Fail # VM bug: issue 430
554 execute_finally_11_test: Fail # VM bug: issue 430 554 execute_finally11_test: Fail # VM bug: issue 430
555 555
556 [ $compiler == dart2dart && $minified ] 556 [ $compiler == dart2dart && $minified ]
557 557
558 # TODO(tball): Assign proper bug numbers. 558 # TODO(tball): Assign proper bug numbers.
559 class_literal_test/none: Fail 559 class_literal_test/none: Fail
560 560
561 import_core_prefix_test: Pass 561 import_core_prefix_test: Pass
562 prefix22_test: Pass 562 prefix22_test: Pass
563 invocation_mirror_test: Fail, OK # hardcoded names. 563 invocation_mirror_test: Fail, OK # hardcoded names.
564 super_call4_test: Fail, OK # hardcoded names. 564 super_call4_test: Fail, OK # hardcoded names.
565 565
566 [ $arch == arm ] 566 [ $arch == arm ]
567 *: Skip 567 *: Skip
568 568
569 [ $arch == simarm ] 569 [ $arch == simarm ]
570 *: Skip 570 *: Skip
571 571
572 [ $arch == mips ] 572 [ $arch == mips ]
573 *: Skip 573 *: Skip
574 574
575 [ $arch == simmips ] 575 [ $arch == simmips ]
576 *: Skip 576 *: 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