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

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

Issue 10910284: Stop making classes implicitly abstract (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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/language/language.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 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 generic_test: Fail # cannot resolve type T 120 generic_test: Fail # cannot resolve type T
121 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 121 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
122 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 122 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
123 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 123 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
124 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 124 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
125 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 125 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
126 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 126 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
127 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 127 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
128 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 128 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
129 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 129 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
130 get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
131 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
132 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
133 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 130 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
134 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 131 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
135 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 132 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
136 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 133 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
137 implicit_scope_test: Fail # duplicate definition of a="bar" 134 implicit_scope_test: Fail # duplicate definition of a="bar"
138 lazy_static2_test: Fail # Issue 3559: No support for closures in lazy initializ ers. 135 lazy_static2_test: Fail # Issue 3559: No support for closures in lazy initializ ers.
139 library_prefixes_test: Fail # other is not a type 136 library_prefixes_test: Fail # other is not a type
140 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping). 137 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
141 many_generic_instanceof_test: Fail # cannot resolve type T 138 many_generic_instanceof_test: Fail # cannot resolve type T
142 method_binding_test: Fail # internal error: super property read not implemented. 139 method_binding_test: Fail # internal error: super property read not implemented.
143 method_override_test: Fail # cannot resolve type GetKeysFunctionType 140 method_override_test: Fail # cannot resolve type GetKeysFunctionType
144 method_override2_test/00: Fail # accepts illegal override 141 method_override2_test/00: Fail # accepts illegal override
145 method_override2_test/01: Fail # accepts illegal override 142 method_override2_test/01: Fail # accepts illegal override
146 method_override2_test/02: Fail # accepts illegal override 143 method_override2_test/02: Fail # accepts illegal override
147 method_override2_test/03: Fail # accepts illegal override 144 method_override2_test/03: Fail # accepts illegal override
148 implicit_this_test/02: Fail # instantiation of abstract class 145 implicit_this_test/02: Fail # instantiation of abstract class
149 implicit_this_test/03: Fail # instantiation of abstract class 146 implicit_this_test/03: Fail # instantiation of abstract class
150 abstract_getter_test/01: Fail # instantiation of abstract class 147 abstract_getter_test/01: Fail # instantiation of abstract class
151 interface_negative_test: Fail # instantiation of abstract class
152 interface_test/00: Fail # instantiation of abstract class
153 abstract_factory_constructor_test/00: Fail # instantiation of abstract class
154 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 148 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
155 parameter_initializer6_negative_test: Fail # Issue 3502 149 parameter_initializer6_negative_test: Fail # Issue 3502
156 named_parameters2_test: Fail # Unimplemented non-matching static call 150 named_parameters2_test: Fail # Unimplemented non-matching static call
157 named_parameters3_test: Fail # Unimplemented non-matching static call 151 named_parameters3_test: Fail # Unimplemented non-matching static call
158 named_parameters4_test: Fail # Unimplemented non-matching static call 152 named_parameters4_test: Fail # Unimplemented non-matching static call
159 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 153 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
160 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 154 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
161 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 155 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
162 pseudo_kw_test: Fail # Unexpected token '(' 156 pseudo_kw_test: Fail # Unexpected token '('
163 super_implicit_closure_test: Fail # internal error: super property read not impl emented 157 super_implicit_closure_test: Fail # internal error: super property read not impl emented
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 324
331 325
332 [ $compiler == dart2js && $runtime == safari ] 326 [ $compiler == dart2js && $runtime == safari ]
333 arithmetic_test: Skip # BUG(3492): Times out. 327 arithmetic_test: Skip # BUG(3492): Times out.
334 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 328 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
335 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 329 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
336 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 330 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
337 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 331 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
338 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 332 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
339 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 333 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698