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

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

Issue 10913153: Parse methods named 'get' or 'set' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased 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 | « dart/tests/co19/co19-dart2js.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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 97 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
98 function_type_alias6_test: Fail # visitIs for typedefs not implemented. 98 function_type_alias6_test: Fail # visitIs for typedefs not implemented.
99 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 99 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
100 function_type_alias_test: Fail # cannot resolve type Fun 100 function_type_alias_test: Fail # cannot resolve type Fun
101 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 101 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
102 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 102 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
103 generic_instanceof_test: Fail # cannot resolve type T 103 generic_instanceof_test: Fail # cannot resolve type T
104 generic_instanceof2_test: Fail # fails an instance of test at run time 104 generic_instanceof2_test: Fail # fails an instance of test at run time
105 generic_instanceof3_test: Fail # cannot handle generics. 105 generic_instanceof3_test: Fail # cannot handle generics.
106 generic_test: Fail # cannot resolve type T 106 generic_test: Fail # cannot resolve type T
107 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 107 get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
108 get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
109 get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
110 get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
111 get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
112 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
113 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
114 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
115 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
116 get_set_syntax_test/09: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
117 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
118 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
119 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
120 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
121 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
122 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
108 implicit_scope_test: Fail # duplicate definition of a="bar" 123 implicit_scope_test: Fail # duplicate definition of a="bar"
109 lazy_static2_test: Fail # Issue 3559: No support for closures in lazy initializ ers. 124 lazy_static2_test: Fail # Issue 3559: No support for closures in lazy initializ ers.
110 library_prefixes_test: Fail # other is not a type 125 library_prefixes_test: Fail # other is not a type
111 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping). 126 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
112 many_generic_instanceof_test: Fail # cannot resolve type T 127 many_generic_instanceof_test: Fail # cannot resolve type T
113 method_binding_test: Fail # internal error: super property read not implemented. 128 method_binding_test: Fail # internal error: super property read not implemented.
114 method_name_test: Fail # Parsing of pseudo keywords.
115 method_override_test: Fail # cannot resolve type GetKeysFunctionType 129 method_override_test: Fail # cannot resolve type GetKeysFunctionType
116 method_override2_test/00: Fail # accepts illegal override 130 method_override2_test/00: Fail # accepts illegal override
117 method_override2_test/01: Fail # accepts illegal override 131 method_override2_test/01: Fail # accepts illegal override
118 method_override2_test/02: Fail # accepts illegal override 132 method_override2_test/02: Fail # accepts illegal override
119 method_override2_test/03: Fail # accepts illegal override 133 method_override2_test/03: Fail # accepts illegal override
120 implicit_this_test/02: Fail # instantiation of abstract class 134 implicit_this_test/02: Fail # instantiation of abstract class
121 implicit_this_test/03: Fail # instantiation of abstract class 135 implicit_this_test/03: Fail # instantiation of abstract class
122 abstract_getter_test/01: Fail # instantiation of abstract class 136 abstract_getter_test/01: Fail # instantiation of abstract class
123 interface_negative_test: Fail # instantiation of abstract class 137 interface_negative_test: Fail # instantiation of abstract class
124 interface_test/00: Fail # instantiation of abstract class 138 interface_test/00: Fail # instantiation of abstract class
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 316
303 317
304 [ $compiler == dart2js && $runtime == safari ] 318 [ $compiler == dart2js && $runtime == safari ]
305 arithmetic_test: Skip # BUG(3492): Times out. 319 arithmetic_test: Skip # BUG(3492): Times out.
306 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 320 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
307 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 321 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
308 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 322 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
309 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 323 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
310 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 324 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
311 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 325 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
312
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698