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

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

Issue 10979053: Change many instance creation errors from compile-time errors to dynamic errors (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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') | 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 115
116 # Compilation errors. 116 # Compilation errors.
117 const_var_test: Fail # Map literals take 2 type arguments. 117 const_var_test: Fail # Map literals take 2 type arguments.
118 map_literal3_test: Fail # Map literals take 2 type arguments. 118 map_literal3_test: Fail # Map literals take 2 type arguments.
119 ct_const_test: Fail # We don't take the generic type into account yet. 119 ct_const_test: Fail # We don't take the generic type into account yet.
120 char_escape_test: Fail # Unhandled non-BMP character: U+10000 120 char_escape_test: Fail # Unhandled non-BMP character: U+10000
121 constructor6_test: Fail # Closures inside initializers not implemented. 121 constructor6_test: Fail # Closures inside initializers not implemented.
122 default_factory_library_test: Fail # lib is not a type 122 default_factory_library_test: Fail # lib is not a type
123 dynamic_test: Fail # cannot resolve type F1 123 dynamic_test: Fail # cannot resolve type F1
124 factory_redirection_test: Fail # Not implemented. 124 factory_redirection_test/none: Fail # Not implemented.
125 factory_redirection_test/01: Fail # Not implemented.
126 factory_redirection_test/02: Fail # Not implemented.
127 factory_redirection_test/03: Fail # Not implemented.
128 factory_redirection_test/04: Pass # For the wrong reason. Not implemented.
129 factory_redirection_test/05: Fail # Not implemented.
130 factory_redirection_test/06: Fail # Not implemented.
131 factory_redirection_test/07: Pass # For the wrong reason. Not implemented.
125 factory3_test: Fail # internal error: visitIs for type variables not implemented 132 factory3_test: Fail # internal error: visitIs for type variables not implemented
126 function_literals2_test: Fail # Closures inside initializers not implemented. 133 function_literals2_test: Fail # Closures inside initializers not implemented.
127 function_syntax_test/none: Fail # Closures inside initializers not implemented. 134 function_syntax_test/none: Fail # Closures inside initializers not implemented.
128 function_test: Fail # internal error: Closures inside initializers not implement ed 135 function_test: Fail # internal error: Closures inside initializers not implement ed
129 function_type_alias2_test: Fail # cannot resolve type f1 136 function_type_alias2_test: Fail # cannot resolve type f1
130 function_type_alias3_test: Fail # cannot resolve type F 137 function_type_alias3_test: Fail # cannot resolve type F
131 function_type_alias4_test: Fail # cannot resolve type F 138 function_type_alias4_test: Fail # cannot resolve type F
132 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 139 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
133 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 140 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
134 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 141 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 357 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
351 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 358 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
352 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 359 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
353 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 360 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
354 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 361 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
355 362
356 [ $compiler == dart2js && $runtime == ff && $system == windows ] 363 [ $compiler == dart2js && $runtime == ff && $system == windows ]
357 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. 364 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows.
358 typed_message_test: Fail # http://dartbug.com/5383 365 typed_message_test: Fail # http://dartbug.com/5383
359 first_class_types_test: Fail # http://dartbug.com/5523 366 first_class_types_test: Fail # http://dartbug.com/5523
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