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

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

Issue 10834061: Resolve typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
« tests/co19/co19-leg.status ('K') | « tests/co19/co19-leg.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 ] 5 [ $compiler == dart2js ]
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 [ $compiler == dart2js ] 44 [ $compiler == dart2js ]
45 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 45 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
46 static_initializer_type_error_test: Fail # Checked mode not supported. 46 static_initializer_type_error_test: Fail # Checked mode not supported.
47 47
48 # Compilation errors. 48 # Compilation errors.
49 ct_const_test: Fail # We don't take the generic type into account yet. 49 ct_const_test: Fail # We don't take the generic type into account yet.
50 call_operator_test: Fail # Unexpected token 'call' 50 call_operator_test: Fail # Unexpected token 'call'
51 char_escape_test: Fail # Unhandled non-BMP character: U+10000 51 char_escape_test: Fail # Unhandled non-BMP character: U+10000
52 constructor6_test: Fail # Closures inside initializers not implemented. 52 constructor6_test: Fail # Closures inside initializers not implemented.
53 cyclic_type_variable_test: Fail # ClassResolverVisitor doesn't handle typedefs
54 default_factory_library_test: Fail # lib is not a type 53 default_factory_library_test: Fail # lib is not a type
55 dynamic_test: Fail # cannot resolve type F1 54 dynamic_test: Fail # cannot resolve type F1
56 factory3_test: Fail # internal error: visitIs for type variables not implemented 55 factory3_test: Fail # internal error: visitIs for type variables not implemented
57 function_literals2_test: Fail # Closures inside initializers not implemented. 56 function_literals2_test: Fail # Closures inside initializers not implemented.
58 function_syntax_test: Fail # Closures inside initializers not implemented. 57 function_syntax_test: Fail # Closures inside initializers not implemented.
59 function_test: Fail # internal error: Closures inside initializers not implement ed 58 function_test: Fail # internal error: Closures inside initializers not implement ed
60 function_type_alias2_test: Fail # cannot resolve type f1 59 function_type_alias2_test: Fail # cannot resolve type f1
61 function_type_alias3_test: Fail # cannot resolve type F 60 function_type_alias3_test: Fail # cannot resolve type F
62 function_type_alias4_test: Fail # cannot resolve type F 61 function_type_alias4_test: Fail # cannot resolve type F
63 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 62 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
64 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 63 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
65 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 64 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
66 function_type_alias6_test: Crash # infinite loop. 65 function_type_alias6_test: Fail # visitIs for typedefs not implemented.
67 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 66 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
68 function_type_alias_test: Fail # cannot resolve type Fun 67 function_type_alias_test: Fail # cannot resolve type Fun
69 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 68 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
70 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 69 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
71 generic_instanceof_test: Fail # cannot resolve type T 70 generic_instanceof_test: Fail # cannot resolve type T
72 generic_instanceof2_test: Fail # fails an instance of test at run time 71 generic_instanceof2_test: Fail # fails an instance of test at run time
73 generic_instanceof3_test: Fail # cannot handle generics. 72 generic_instanceof3_test: Fail # cannot handle generics.
74 generic_test: Fail # cannot resolve type T 73 generic_test: Fail # cannot resolve type T
75 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 74 get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
76 getter_no_setter_test/01: Crash # Internal error: NullPointerException : method: 'get:enclosingElement' 75 getter_no_setter_test/01: Crash # Internal error: NullPointerException : method: 'get:enclosingElement'
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 254
256 255
257 [ $compiler == dart2js && $runtime == safari ] 256 [ $compiler == dart2js && $runtime == safari ]
258 arithmetic_test: Skip # BUG(3492): Times out. 257 arithmetic_test: Skip # BUG(3492): Times out.
259 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 258 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
260 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 259 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
261 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 260 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
262 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 261 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
263 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 262 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
264 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 263 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« tests/co19/co19-leg.status ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698