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

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

Issue 10916039: Throw AbstractClassInstantiationError if an abstract class is instantiated (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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 library_prefixes_test: Fail # other is not a type 89 library_prefixes_test: Fail # other is not a type
90 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping). 90 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
91 many_generic_instanceof_test: Fail # cannot resolve type T 91 many_generic_instanceof_test: Fail # cannot resolve type T
92 method_binding_test: Fail # internal error: super property read not implemented. 92 method_binding_test: Fail # internal error: super property read not implemented.
93 method_name_test: Fail # Parsing of pseudo keywords. 93 method_name_test: Fail # Parsing of pseudo keywords.
94 method_override_test: Fail # cannot resolve type GetKeysFunctionType 94 method_override_test: Fail # cannot resolve type GetKeysFunctionType
95 method_override2_test/00: Fail # accepts illegal override 95 method_override2_test/00: Fail # accepts illegal override
96 method_override2_test/01: Fail # accepts illegal override 96 method_override2_test/01: Fail # accepts illegal override
97 method_override2_test/02: Fail # accepts illegal override 97 method_override2_test/02: Fail # accepts illegal override
98 method_override2_test/03: Fail # accepts illegal override 98 method_override2_test/03: Fail # accepts illegal override
99 implicit_this_test/02: Fail # instantiation of abstract class
100 implicit_this_test/03: Fail # instantiation of abstract class
101 abstract_getter_test/01: Fail # instantiation of abstract class
102 interface_negative_test: Fail # instantiation of abstract class
103 interface_test/00: Fail # instantiation of abstract class
104 abstract_factory_constructor_test/00: Fail # instantiation of abstract class
105 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
99 parameter_initializer6_negative_test: Fail # Issue 3502 106 parameter_initializer6_negative_test: Fail # Issue 3502
100 named_parameters2_test: Fail # Unimplemented non-matching static call 107 named_parameters2_test: Fail # Unimplemented non-matching static call
101 named_parameters3_test: Fail # Unimplemented non-matching static call 108 named_parameters3_test: Fail # Unimplemented non-matching static call
102 named_parameters4_test: Fail # Unimplemented non-matching static call 109 named_parameters4_test: Fail # Unimplemented non-matching static call
103 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 110 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
104 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 111 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
105 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 112 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
106 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887. 113 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887.
107 pseudo_kw_test: Fail # Unexpected token '(' 114 pseudo_kw_test: Fail # Unexpected token '('
108 super_implicit_closure_test: Fail # internal error: super property read not impl emented 115 super_implicit_closure_test: Fail # internal error: super property read not impl emented
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 constructor2_negative_test: Fail # Negative language test. 177 constructor2_negative_test: Fail # Negative language test.
171 constructor_negative_test: Pass # For the wrong reason. 178 constructor_negative_test: Pass # For the wrong reason.
172 constructor_return_negative_test: Fail # Negative language test. 179 constructor_return_negative_test: Fail # Negative language test.
173 constructor_return_with_arrow_negative_test: Fail # Negative language test. 180 constructor_return_with_arrow_negative_test: Fail # Negative language test.
174 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est. 181 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t est.
175 constructor_return_with_init_negative_test: Fail # Negative language test. 182 constructor_return_with_init_negative_test: Fail # Negative language test.
176 duplicate_implements_test/01: Fail # Negative language test. 183 duplicate_implements_test/01: Fail # Negative language test.
177 duplicate_implements_test/02: Fail # Negative language test. 184 duplicate_implements_test/02: Fail # Negative language test.
178 duplicate_implements_test/03: Fail # Negative language test. 185 duplicate_implements_test/03: Fail # Negative language test.
179 duplicate_implements_test/04: Fail # Negative language test. 186 duplicate_implements_test/04: Fail # Negative language test.
180 empty_body_member_negative_test: Fail # Negative language test.
181 factory2_negative_test: Fail # Negative language test. 187 factory2_negative_test: Fail # Negative language test.
182 factory3_negative_test: Fail # Negative language test. 188 factory3_negative_test: Fail # Negative language test.
183 factory_negative_test: Fail # Negative language test. 189 factory_negative_test: Fail # Negative language test.
184 field2_negative_test: Fail # Negative language test. 190 field2_negative_test: Fail # Negative language test.
185 field3_negative_test: Fail # Negative language test. 191 field3_negative_test: Fail # Negative language test.
186 field4_negative_test: Fail # Negative language test. 192 field4_negative_test: Fail # Negative language test.
187 field5_negative_test: Fail # Negative language test. 193 field5_negative_test: Fail # Negative language test.
188 field6a_negative_test: Fail # Negative language test. 194 field6a_negative_test: Fail # Negative language test.
189 field7a_negative_test: Fail # Negative language test. 195 field7a_negative_test: Fail # Negative language test.
190 final_for_in_variable_test/01: Fail # Negative language test 196 final_for_in_variable_test/01: Fail # Negative language test
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 [ $compiler == dart2js && $runtime == safari ] 292 [ $compiler == dart2js && $runtime == safari ]
287 arithmetic_test: Skip # BUG(3492): Times out. 293 arithmetic_test: Skip # BUG(3492): Times out.
288 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 294 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
289 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 295 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
290 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 296 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
291 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 297 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
292 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 298 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
293 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 299 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
294 naming_test: Fail 300 naming_test: Fail
295 301
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