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

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

Issue 10399080: Revert r7729 until Dartium fixes its method override errors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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/method_override2_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 && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 55 get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
56 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 56 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
57 implicit_scope_test: Fail # duplicate definition of a="bar" 57 implicit_scope_test: Fail # duplicate definition of a="bar"
58 label_test: Fail # switch cases are not implemented 58 label_test: Fail # switch cases are not implemented
59 library_prefixes_test: Fail # other is not a type 59 library_prefixes_test: Fail # other is not a type
60 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping). 60 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
61 many_generic_instanceof_test: Fail # cannot resolve type T 61 many_generic_instanceof_test: Fail # cannot resolve type T
62 method_binding_test: Fail # internal error: super property read not implemented. 62 method_binding_test: Fail # internal error: super property read not implemented.
63 method_name_test: Fail # Parsing of pseudo keywords. 63 method_name_test: Fail # Parsing of pseudo keywords.
64 method_override_test: Fail # cannot resolve type GetKeysFunctionType 64 method_override_test: Fail # cannot resolve type GetKeysFunctionType
65 method_override2_test/00: Fail # accepts illegal override
66 method_override2_test/01: Fail # accepts illegal override
67 method_override2_test/02: Fail # accepts illegal override
68 method_override2_test/03: Fail # accepts illegal override
69 named_parameters2_test: Fail # Unimplemented non-matching static call 65 named_parameters2_test: Fail # Unimplemented non-matching static call
70 named_parameters3_test: Fail # Unimplemented non-matching static call 66 named_parameters3_test: Fail # Unimplemented non-matching static call
71 named_parameters4_test: Fail # Unimplemented non-matching static call 67 named_parameters4_test: Fail # Unimplemented non-matching static call
72 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method. 68 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method.
73 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887. 69 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887.
74 parameter_initializer_test: Fail # internal error: super property read not imple mented 70 parameter_initializer_test: Fail # internal error: super property read not imple mented
75 pseudo_kw_test: Fail # Unexpected token '(' 71 pseudo_kw_test: Fail # Unexpected token '('
76 super_field_access_test: Fail # internal error: super property read not implemen ted 72 super_field_access_test: Fail # internal error: super property read not implemen ted
77 super_field_test: Fail # internal error: super property read not implemented 73 super_field_test: Fail # internal error: super property read not implemented
78 super_implicit_closure_test: Fail # internal error: super property read not impl emented 74 super_implicit_closure_test: Fail # internal error: super property read not impl emented
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 221
226 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 222 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
227 223
228 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 224 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
229 225
230 [ $compiler == dart2js && $mode == release ] 226 [ $compiler == dart2js && $mode == release ]
231 assign_top_method_negative_test: Crash 227 assign_top_method_negative_test: Crash
232 228
233 [ $compiler == dart2js && $runtime == none ] 229 [ $compiler == dart2js && $runtime == none ]
234 *: Fail, Pass # TODO(ahe): Triage these tests. 230 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/method_override2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698