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

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

Issue 11419191: Enforce rule in vm that factory name must match enclosing class name. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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-runtime.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 # 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 compile_time_constant10_test/none: Fail # issue 5214 52 compile_time_constant10_test/none: Fail # issue 5214
53 53
54 invocation_mirror_test: Fail # issue 3326, 3622. 54 invocation_mirror_test: Fail # issue 3326, 3622.
55 no_such_method_test: Fail # issue 3326, 3622. 55 no_such_method_test: Fail # issue 3326, 3622.
56 56
57 export_cyclic_test: Fail, Crash # issue 6060 57 export_cyclic_test: Fail, Crash # issue 6060
58 duplicate_export_negative_test: Fail # issue 6134 58 duplicate_export_negative_test: Fail # issue 6134
59 invocation_mirror_indirect_test: Fail # Issue 3326 59 invocation_mirror_indirect_test: Fail # Issue 3326
60 60
61 # Test issue 6324
62 factory2_test: Fail, OK
63 factory3_test: Fail, OK
64 factory5_test/none: Fail, OK
65 factory5_test/00: Fail, OK
66 factory4_test: Fail, OK
67 factory_implementation_test: Fail, OK
68 interface_factory_test: Fail, OK
69 interface_factory_multi_test: Fail, OK
70 type_variable_bounds_test/none: Fail, OK
71 type_variable_bounds_test/00: Fail, OK
72 type_variable_bounds_test/03: Fail, OK
73 type_variable_bounds_test/06: Fail, OK
74 type_variable_bounds_test/09: Fail, OK
75 type_variable_bounds_test/10: Fail, OK
76 non_parameterized_factory2_test: Fail, OK
77 non_parameterized_factory_test: Fail, OK
78 default_factory_test: Fail, OK
79 default_factory_library_test: Fail, OK
80 default_factory_test: Fail, OK
81 type_variable_scope_test/none: Fail, OK
82
83 [ $compiler == none && $unchecked ]
84 # Test issue 6324 (continued)
85 type_variable_bounds_test/01: Fail, OK
86 type_variable_bounds_test/02: Fail, OK
87 type_variable_bounds_test/04: Fail, OK
88 type_variable_bounds_test/05: Fail, OK
89 type_variable_bounds_test/07: Fail, OK
90 type_variable_scope_test/00: Fail, OK
91 type_variable_scope_test/01: Fail, OK
92 type_variable_scope_test/02: Fail, OK
93 type_variable_scope_test/03: Fail, OK
94 type_variable_scope_test/04: Fail, OK
95 type_variable_scope_test/05: Fail, OK
96
97 [ $compiler == none && $checked ]
98 # Test issue 6324 (continued)
99 # Pass for the wrong reason: no distinction between compile-time error and dynam ic error
100 type_variable_bounds_test/01: Pass
101 type_variable_bounds_test/02: Pass
102 type_variable_bounds_test/04: Pass
103 type_variable_bounds_test/05: Pass
104 type_variable_bounds_test/07: Pass
105 type_variable_scope_test/00: Pass
106 type_variable_scope_test/01: Pass
107 type_variable_scope_test/02: Pass
108 type_variable_scope_test/03: Pass
109 type_variable_scope_test/04: Pass
110 type_variable_scope_test/05: Pass
111
61 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ] 112 [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 & & $checked ]
62 gc_test: Skip # Issue 1487, flaky. 113 gc_test: Skip # Issue 1487, flaky.
63 114
64 [ $compiler == none && $mode == debug ] 115 [ $compiler == none && $mode == debug ]
65 gc_test: Skip # Takes too long. 116 gc_test: Skip # Takes too long.
66 117
67 [ $compiler == none && $unchecked ] 118 [ $compiler == none && $unchecked ]
68 119
69 # Only checked mode reports an error on type assignment 120 # Only checked mode reports an error on type assignment
70 # problems in compile time constants. 121 # problems in compile time constants.
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 compile_time_constant_checked3_test/03: Fail, OK 650 compile_time_constant_checked3_test/03: Fail, OK
600 compile_time_constant_checked3_test/04: Fail, OK 651 compile_time_constant_checked3_test/04: Fail, OK
601 compile_time_constant_checked3_test/05: Fail, OK 652 compile_time_constant_checked3_test/05: Fail, OK
602 compile_time_constant_checked3_test/06: Fail, OK 653 compile_time_constant_checked3_test/06: Fail, OK
603 654
604 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 655 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
605 656
606 # This is a VM error when the compiled code is run. 657 # This is a VM error when the compiled code is run.
607 invocation_mirror_test: Fail # issue 3326, 3622. 658 invocation_mirror_test: Fail # issue 3326, 3622.
608 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 659 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698