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

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

Issue 11293020: Redirecting constructor may not have function body (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 default_factory_library_test: Fail # lib is not a type 110 default_factory_library_test: Fail # lib is not a type
111 dynamic_test: Fail # cannot resolve type F1 111 dynamic_test: Fail # cannot resolve type F1
112 factory_redirection_test/none: Fail # Not implemented. 112 factory_redirection_test/none: Fail # Not implemented.
113 factory_redirection_test/01: Fail # Not implemented. 113 factory_redirection_test/01: Fail # Not implemented.
114 factory_redirection_test/02: Fail # Not implemented. 114 factory_redirection_test/02: Fail # Not implemented.
115 factory_redirection_test/03: Fail # Not implemented. 115 factory_redirection_test/03: Fail # Not implemented.
116 factory_redirection_test/04: Pass # For the wrong reason. Not implemented. 116 factory_redirection_test/04: Pass # For the wrong reason. Not implemented.
117 factory_redirection_test/05: Fail # Not implemented. 117 factory_redirection_test/05: Fail # Not implemented.
118 factory_redirection_test/06: Fail # Not implemented. 118 factory_redirection_test/06: Fail # Not implemented.
119 factory_redirection_test/07: Pass # For the wrong reason. Not implemented. 119 factory_redirection_test/07: Pass # For the wrong reason. Not implemented.
120 constructor_redirect2_test/03: Fail # redirecting ctor with initializing formal
120 factory3_test: Fail # internal error: visitIs for type variables not implemented 121 factory3_test: Fail # internal error: visitIs for type variables not implemented
121 function_type_alias2_test: Fail # cannot resolve type f1 122 function_type_alias2_test: Fail # cannot resolve type f1
122 function_type_alias3_test: Fail # cannot resolve type F 123 function_type_alias3_test: Fail # cannot resolve type F
123 function_type_alias4_test: Fail # cannot resolve type F 124 function_type_alias4_test: Fail # cannot resolve type F
124 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 125 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
125 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 126 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
126 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 127 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
127 function_type_alias6_test: Fail # visitIs for typedefs not implemented. 128 function_type_alias6_test: Fail # visitIs for typedefs not implemented.
128 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 129 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
129 function_type_alias_test: Fail # cannot resolve type Fun 130 function_type_alias_test: Fail # cannot resolve type Fun
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 [ $runtime == opera ] 350 [ $runtime == opera ]
350 call_through_null_getter_test: Fail 351 call_through_null_getter_test: Fail
351 closure3_test: Fail 352 closure3_test: Fail
352 execute_finally3_test: Fail 353 execute_finally3_test: Fail
353 method_invocation_test: Fail 354 method_invocation_test: Fail
354 null_pointer_exception_test: Fail 355 null_pointer_exception_test: Fail
355 stack_overflow_test: Fail 356 stack_overflow_test: Fail
356 string_interpolate_npe_test: Fail 357 string_interpolate_npe_test: Fail
357 closure_call_wrong_argument_count_negative_test: Skip 358 closure_call_wrong_argument_count_negative_test: Skip
358 label_test: Skip 359 label_test: Skip
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