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

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

Issue 10628007: Resolve typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 factory3_test: Fail # internal error: visitIs for type variables not implemented 50 factory3_test: Fail # internal error: visitIs for type variables not implemented
51 function_literals2_test: Fail # Closures inside initializers not implemented. 51 function_literals2_test: Fail # Closures inside initializers not implemented.
52 function_syntax_test: Fail # Closures inside initializers not implemented. 52 function_syntax_test: Fail # Closures inside initializers not implemented.
53 function_test: Fail # internal error: Closures inside initializers not implement ed 53 function_test: Fail # internal error: Closures inside initializers not implement ed
54 function_type_alias2_test: Fail # cannot resolve type f1 54 function_type_alias2_test: Fail # cannot resolve type f1
55 function_type_alias3_test: Fail # cannot resolve type F 55 function_type_alias3_test: Fail # cannot resolve type F
56 function_type_alias4_test: Fail # cannot resolve type F 56 function_type_alias4_test: Fail # cannot resolve type F
57 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 57 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
58 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 58 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
59 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 59 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
60 function_type_alias6_test: Crash # infinite loop. 60 function_type_alias6_test: Fail # visitIs for typedefs not implemented.
61 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 61 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
62 function_type_alias_test: Fail # cannot resolve type Fun 62 function_type_alias_test: Fail # cannot resolve type Fun
63 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 63 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
64 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 64 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
65 generic_instanceof_test: Fail # cannot resolve type T 65 generic_instanceof_test: Fail # cannot resolve type T
66 generic_instanceof2_test: Fail # fails an instance of test at run time 66 generic_instanceof2_test: Fail # fails an instance of test at run time
67 generic_instanceof3_test: Fail # cannot handle generics. 67 generic_instanceof3_test: Fail # cannot handle generics.
68 generic_test: Fail # cannot resolve type T 68 generic_test: Fail # cannot resolve type T
69 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 69 get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
70 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 70 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 299 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
300 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 300 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
301 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 301 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
302 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 302 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
303 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 303 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
304 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 304 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
305 305
306 306
307 [ $compiler == dart2js && $system == windows ] 307 [ $compiler == dart2js && $system == windows ]
308 function_type_alias6_test: Fail # Test runner bug: this is a crash. 308 function_type_alias6_test: Fail # Test runner bug: this is a crash.
OLDNEW
« lib/compiler/implementation/resolver.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698