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

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

Issue 10828344: Update tests to new syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 static_initializer_type_error_test: Fail # Checked mode not supported. 52 static_initializer_type_error_test: Fail # Checked mode not supported.
53 53
54 # Compilation errors. 54 # Compilation errors.
55 ct_const_test: Fail # We don't take the generic type into account yet. 55 ct_const_test: Fail # We don't take the generic type into account yet.
56 char_escape_test: Fail # Unhandled non-BMP character: U+10000 56 char_escape_test: Fail # Unhandled non-BMP character: U+10000
57 constructor6_test: Fail # Closures inside initializers not implemented. 57 constructor6_test: Fail # Closures inside initializers not implemented.
58 default_factory_library_test: Fail # lib is not a type 58 default_factory_library_test: Fail # lib is not a type
59 dynamic_test: Fail # cannot resolve type F1 59 dynamic_test: Fail # cannot resolve type F1
60 factory3_test: Fail # internal error: visitIs for type variables not implemented 60 factory3_test: Fail # internal error: visitIs for type variables not implemented
61 function_literals2_test: Fail # Closures inside initializers not implemented. 61 function_literals2_test: Fail # Closures inside initializers not implemented.
62 function_syntax_test: Fail # Closures inside initializers not implemented. 62 function_syntax_test/none: Fail # Closures inside initializers not implemented.
63 function_test: Fail # internal error: Closures inside initializers not implement ed 63 function_test: Fail # internal error: Closures inside initializers not implement ed
64 function_type_alias2_test: Fail # cannot resolve type f1 64 function_type_alias2_test: Fail # cannot resolve type f1
65 function_type_alias3_test: Fail # cannot resolve type F 65 function_type_alias3_test: Fail # cannot resolve type F
66 function_type_alias4_test: Fail # cannot resolve type F 66 function_type_alias4_test: Fail # cannot resolve type F
67 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 67 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
68 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 68 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
69 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 69 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
70 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 70 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
71 function_type_alias_test: Fail # cannot resolve type Fun 71 function_type_alias_test: Fail # cannot resolve type Fun
72 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 72 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 [ $compiler == dart2js && $runtime == safari ] 289 [ $compiler == dart2js && $runtime == safari ]
290 arithmetic_test: Skip # BUG(3492): Times out. 290 arithmetic_test: Skip # BUG(3492): Times out.
291 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 291 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
292 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 292 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
293 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 293 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
294 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 294 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
295 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 295 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
296 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 296 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
297 naming_test: Fail 297 naming_test: Fail
298 298
OLDNEW
« no previous file with comments | « dart/tests/language/getters_setters_test.dart ('k') | dart/tests/language/top_level_getter_arrow_syntax_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698