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

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

Issue 12374094: Implement complex super assignment. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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') | tests/language/super_getter_setter_test.dart » ('j') | 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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 method_override2_test/02: Fail # accepts illegal override 196 method_override2_test/02: Fail # accepts illegal override
197 method_override2_test/03: Fail # accepts illegal override 197 method_override2_test/03: Fail # accepts illegal override
198 abstract_getter_test/01: Fail # instantiation of abstract class 198 abstract_getter_test/01: Fail # instantiation of abstract class
199 abstract_factory_constructor_test/01: Fail # instantiation of abstract class 199 abstract_factory_constructor_test/01: Fail # instantiation of abstract class
200 parameter_initializer6_negative_test: Fail # Issue 3502 200 parameter_initializer6_negative_test: Fail # Issue 3502
201 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions. 201 named_parameters_aggregated_test/01: Fail # Presence of default values for optio nal params is not properly validated in type definitions.
202 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types. 202 named_parameters_aggregated_test/03: Fail # Presence of default values for optio nal params is not properly validated in closure types.
203 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning. 203 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef ore named parameters does not trigger static type warning.
204 pseudo_kw_test: Fail # Unexpected token '(' 204 pseudo_kw_test: Fail # Unexpected token '('
205 super_implicit_closure_test: Fail # internal error: super property read not impl emented 205 super_implicit_closure_test: Fail # internal error: super property read not impl emented
206 super_operator_test: Fail # internal error: super property store not implemented
207 switch_label_test: Fail # error: target of continue is not a loop or switch case 206 switch_label_test: Fail # error: target of continue is not a loop or switch case
208 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors. 207 on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
209 208
210 209
211 # External tests. 210 # External tests.
212 external_test/01: Fail 211 external_test/01: Fail
213 external_test/02: Fail 212 external_test/02: Fail
214 external_test/11: Fail 213 external_test/11: Fail
215 external_test/12: Fail 214 external_test/12: Fail
216 external_test/13: Skip # Runtime error (missing patch). 215 external_test/13: Skip # Runtime error (missing patch).
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 optimization_test: Fail, OK # Expects negative results of bit-operations. 314 optimization_test: Fail, OK # Expects negative results of bit-operations.
316 315
317 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 316 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
318 317
319 # Partially implemented redirecting constructors makes this throw instead 318 # Partially implemented redirecting constructors makes this throw instead
320 # of failing. 319 # of failing.
321 const_factory_negative_test: Crash, Fail 320 const_factory_negative_test: Crash, Fail
322 321
323 assign_top_method_test: Fail 322 assign_top_method_test: Fail
324 323
325 super_operator_index2_test: Fail # Issue 8800
326 super_operator_index_test/01: Fail # Issue 8800
327
328 [ $compiler == dart2js && $runtime == none ] 324 [ $compiler == dart2js && $runtime == none ]
329 *: Fail, Pass # TODO(ahe): Triage these tests. 325 *: Fail, Pass # TODO(ahe): Triage these tests.
330 326
331 327
332 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)] 328 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
333 arithmetic_test: Fail # Issue 7881 329 arithmetic_test: Fail # Issue 7881
334 330
335 331
336 [ $compiler == dart2js && $runtime == ie9 ] 332 [ $compiler == dart2js && $runtime == ie9 ]
337 div_by_zero_test: Fail 333 div_by_zero_test: Fail
(...skipping 21 matching lines...) Expand all
359 call_through_null_getter_test: Fail 355 call_through_null_getter_test: Fail
360 closure3_test: Fail 356 closure3_test: Fail
361 execute_finally3_test: Fail 357 execute_finally3_test: Fail
362 method_invocation_test: Fail 358 method_invocation_test: Fail
363 null_pointer_exception_test: Fail 359 null_pointer_exception_test: Fail
364 stack_overflow_test: Fail 360 stack_overflow_test: Fail
365 stack_overflow_stacktrace_test: Fail 361 stack_overflow_stacktrace_test: Fail
366 string_interpolate_npe_test: Fail 362 string_interpolate_npe_test: Fail
367 closure_call_wrong_argument_count_negative_test: Skip 363 closure_call_wrong_argument_count_negative_test: Skip
368 label_test: Skip 364 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/super_getter_setter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698