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

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

Issue 11416144: Produce run-time error when type parameters are accessed from static context. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed redundant malformed type replacement with dynamic type. 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
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 24 matching lines...) Expand all
35 redirecting_factory_infinite_steps_test/01: Fail 35 redirecting_factory_infinite_steps_test/01: Fail
36 assert_with_type_test_or_cast_test: Fail # Issue 4929 36 assert_with_type_test_or_cast_test: Fail # Issue 4929
37 type_variable_bounds_test/01: Fail 37 type_variable_bounds_test/01: Fail
38 type_variable_bounds_test/02: Fail 38 type_variable_bounds_test/02: Fail
39 type_variable_bounds_test/04: Fail 39 type_variable_bounds_test/04: Fail
40 type_variable_bounds_test/05: Fail 40 type_variable_bounds_test/05: Fail
41 type_variable_bounds2_test/00: Fail 41 type_variable_bounds2_test/00: Fail
42 type_variable_bounds2_test/03: Fail 42 type_variable_bounds2_test/03: Fail
43 type_variable_bounds2_test/05: Fail 43 type_variable_bounds2_test/05: Fail
44 type_variable_bounds2_test/06: Pass # For the wrong reasons. 44 type_variable_bounds2_test/06: Pass # For the wrong reasons.
45 type_variable_scope_test/00: Fail
46 type_variable_scope_test/01: Fail
47 type_variable_scope_test/02: Fail
48 type_variable_scope_test/03: Fail
49 type_variable_scope_test/04: Fail
50 type_variable_scope_test/05: Fail
51 type_variable_scope2_test: Fail
52 assign_top_method_negative_test: Pass # For the wrong reasons. 45 assign_top_method_negative_test: Pass # For the wrong reasons.
53 f_bounded_quantification_test/01: Fail 46 f_bounded_quantification_test/01: Fail
54 f_bounded_quantification_test/02: Fail 47 f_bounded_quantification_test/02: Fail
55 default_factory2_test/01: Fail # Type bounds for type variable not checked. 48 default_factory2_test/01: Fail # Type bounds for type variable not checked.
56 closure_type_test: Fail # does not detect type error in checked mode. 49 closure_type_test: Fail # does not detect type error in checked mode.
57 function_type_test: Fail # does not detect type error in checked mode. 50 function_type_test: Fail # does not detect type error in checked mode.
58 function_malformed_result_type_test: Fail # does not detect type error in checke d mode. 51 function_malformed_result_type_test: Fail # does not detect type error in checke d mode.
59 factory1_test/00: Fail 52 factory1_test/00: Fail
60 factory1_test/01: Fail 53 factory1_test/01: Fail
61 54
62 type_parameter_test/01: Fail # Issue 4932
63 type_parameter_test/02: Fail # Issue 4932
64 type_parameter_test/03: Fail # Issue 4932
65 type_parameter_test/04: Fail # Issue 4932
66
67 super_call4_test: Fail # Badly generated noSuchMethod call. 55 super_call4_test: Fail # Badly generated noSuchMethod call.
68 56
69 [ $compiler == dart2js && $unchecked ] 57 [ $compiler == dart2js && $unchecked ]
70 assertion_test: Fail 58 assertion_test: Fail
71 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. 59 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
72 factory_redirection_test/08: Fail 60 factory_redirection_test/08: Fail
73 factory_redirection_test/09: Fail 61 factory_redirection_test/09: Fail
74 factory_redirection_test/10: Fail 62 factory_redirection_test/10: Fail
75 factory_redirection_test/11: Fail 63 factory_redirection_test/11: Fail
76 factory_redirection_test/12: Fail 64 factory_redirection_test/12: Fail
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 [ $runtime == opera ] 362 [ $runtime == opera ]
375 call_through_null_getter_test: Fail 363 call_through_null_getter_test: Fail
376 closure3_test: Fail 364 closure3_test: Fail
377 execute_finally3_test: Fail 365 execute_finally3_test: Fail
378 method_invocation_test: Fail 366 method_invocation_test: Fail
379 null_pointer_exception_test: Fail 367 null_pointer_exception_test: Fail
380 stack_overflow_test: Fail 368 stack_overflow_test: Fail
381 string_interpolate_npe_test: Fail 369 string_interpolate_npe_test: Fail
382 closure_call_wrong_argument_count_negative_test: Skip 370 closure_call_wrong_argument_count_negative_test: Skip
383 label_test: Skip 371 label_test: Skip
OLDNEW
« sdk/lib/_internal/compiler/implementation/typechecker.dart ('K') | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698