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

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

Issue 11549027: Fix type test for callable objects (issue 7338). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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/callable_test.dart ('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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 type_variable_bounds2_test/05: Fail 46 type_variable_bounds2_test/05: Fail
47 type_variable_bounds2_test/06: Pass # For the wrong reasons. 47 type_variable_bounds2_test/06: Pass # For the wrong reasons.
48 assign_top_method_negative_test: Pass # For the wrong reasons. 48 assign_top_method_negative_test: Pass # For the wrong reasons.
49 f_bounded_quantification_test/01: Fail 49 f_bounded_quantification_test/01: Fail
50 f_bounded_quantification_test/02: Fail 50 f_bounded_quantification_test/02: Fail
51 closure_type_test: Fail # does not detect type error in checked mode. 51 closure_type_test: Fail # does not detect type error in checked mode.
52 function_type_test: Fail # does not detect type error in checked mode. 52 function_type_test: Fail # does not detect type error in checked mode.
53 factory1_test/00: Fail 53 factory1_test/00: Fail
54 factory1_test/01: Fail 54 factory1_test/01: Fail
55 type_annotation_test/09: Fail # Named constructors interpreted as a type. 55 type_annotation_test/09: Fail # Named constructors interpreted as a type.
56 callable_test/0*: Fail # Issue 7354
56 57
57 [ $compiler == dart2js && $unchecked ] 58 [ $compiler == dart2js && $unchecked ]
58 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 59 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented
59 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented 60 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
60 assertion_test: Fail 61 assertion_test: Fail
61 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. 62 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
62 factory_redirection_test/08: Fail 63 factory_redirection_test/08: Fail
63 factory_redirection_test/09: Fail 64 factory_redirection_test/09: Fail
64 factory_redirection_test/10: Fail 65 factory_redirection_test/10: Fail
65 factory_redirection_test/11: Fail 66 factory_redirection_test/11: Fail
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 [ $runtime == opera ] 361 [ $runtime == opera ]
361 call_through_null_getter_test: Fail 362 call_through_null_getter_test: Fail
362 closure3_test: Fail 363 closure3_test: Fail
363 execute_finally3_test: Fail 364 execute_finally3_test: Fail
364 method_invocation_test: Fail 365 method_invocation_test: Fail
365 null_pointer_exception_test: Fail 366 null_pointer_exception_test: Fail
366 stack_overflow_test: Fail 367 stack_overflow_test: Fail
367 string_interpolate_npe_test: Fail 368 string_interpolate_npe_test: Fail
368 closure_call_wrong_argument_count_negative_test: Skip 369 closure_call_wrong_argument_count_negative_test: Skip
369 label_test: Skip 370 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/callable_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698