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

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

Issue 12079098: Revert "Take type arguments into account in interface type subtype check." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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/compiler/dart2js/type_test_helper.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 type_variable_bounds_test/02: Fail 42 type_variable_bounds_test/02: Fail
43 type_variable_bounds_test/04: Fail 43 type_variable_bounds_test/04: Fail
44 type_variable_bounds_test/05: Fail 44 type_variable_bounds_test/05: Fail
45 type_variable_bounds2_test/00: Fail 45 type_variable_bounds2_test/00: Fail
46 type_variable_bounds2_test/03: Fail 46 type_variable_bounds2_test/03: Fail
47 type_variable_bounds2_test/05: Fail 47 type_variable_bounds2_test/05: Fail
48 type_variable_bounds2_test/06: Pass # For the wrong reasons. 48 type_variable_bounds2_test/06: 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 factory1_test/00: Fail 53 factory1_test/00: Fail
53 factory1_test/01: Fail 54 factory1_test/01: Fail
54 type_annotation_test/09: Fail # Named constructors interpreted as a type. 55 type_annotation_test/09: Fail # Named constructors interpreted as a type.
55 prefix15_test: Fail # Issue 5022 56 prefix15_test: Fail # Issue 5022
56 local_function2_test: Fail # Issue 5022 57 local_function2_test: Fail # Issue 5022
57 58
58 [ $compiler == dart2js && $unchecked ] 59 [ $compiler == dart2js && $unchecked ]
59 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented 60 default_factory2_test/01: Fail # type arguments on redirecting factory not imple mented
60 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented 61 type_variable_scope_test: Fail # type arguments on redirecting factory not imple mented
61 assertion_test: Fail 62 assertion_test: Fail
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 call_through_null_getter_test: Fail 371 call_through_null_getter_test: Fail
371 closure3_test: Fail 372 closure3_test: Fail
372 execute_finally3_test: Fail 373 execute_finally3_test: Fail
373 method_invocation_test: Fail 374 method_invocation_test: Fail
374 null_pointer_exception_test: Fail 375 null_pointer_exception_test: Fail
375 stack_overflow_test: Fail 376 stack_overflow_test: Fail
376 stack_overflow_stacktrace_test: Fail 377 stack_overflow_stacktrace_test: Fail
377 string_interpolate_npe_test: Fail 378 string_interpolate_npe_test: Fail
378 closure_call_wrong_argument_count_negative_test: Skip 379 closure_call_wrong_argument_count_negative_test: Skip
379 label_test: Skip 380 label_test: Skip
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/type_test_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698