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

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

Issue 10387186: Reapply this reverted change: (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
65 named_parameters2_test: Fail # Unimplemented non-matching static call 69 named_parameters2_test: Fail # Unimplemented non-matching static call
66 named_parameters3_test: Fail # Unimplemented non-matching static call 70 named_parameters3_test: Fail # Unimplemented non-matching static call
67 named_parameters4_test: Fail # Unimplemented non-matching static call 71 named_parameters4_test: Fail # Unimplemented non-matching static call
68 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method. 72 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method.
69 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887. 73 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887.
70 parameter_initializer_test: Fail # internal error: super property read not imple mented 74 parameter_initializer_test: Fail # internal error: super property read not imple mented
71 pseudo_kw_test: Fail # Unexpected token '(' 75 pseudo_kw_test: Fail # Unexpected token '('
72 super_field_access_test: Fail # internal error: super property read not implemen ted 76 super_field_access_test: Fail # internal error: super property read not implemen ted
73 super_field_test: Fail # internal error: super property read not implemented 77 super_field_test: Fail # internal error: super property read not implemented
74 super_implicit_closure_test: Fail # internal error: super property read not impl emented 78 super_implicit_closure_test: Fail # internal error: super property read not impl emented
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 reg_exp3_test: Fail, OK # Expects exception from const constructor. 227 reg_exp3_test: Fail, OK # Expects exception from const constructor.
224 228
225 229
226 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 230 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
227 231
228 [ $compiler == dart2js && $mode == release ] 232 [ $compiler == dart2js && $mode == release ]
229 assign_top_method_negative_test: Crash 233 assign_top_method_negative_test: Crash
230 234
231 [ $compiler == dart2js && $runtime == none ] 235 [ $compiler == dart2js && $runtime == none ]
232 *: Fail, Pass # TODO(ahe): Triage these tests. 236 *: 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