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

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: Fixed dart2dart unchcked tests. Created 8 years, 1 month 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 26 matching lines...) Expand all
37 redirecting_factory_infinite_steps_test/01: Fail 37 redirecting_factory_infinite_steps_test/01: Fail
38 assert_with_type_test_or_cast_test: Fail # Issue 4929 38 assert_with_type_test_or_cast_test: Fail # Issue 4929
39 type_variable_bounds_test/01: Fail 39 type_variable_bounds_test/01: Fail
40 type_variable_bounds_test/02: Fail 40 type_variable_bounds_test/02: Fail
41 type_variable_bounds_test/04: Fail 41 type_variable_bounds_test/04: Fail
42 type_variable_bounds_test/05: Fail 42 type_variable_bounds_test/05: Fail
43 type_variable_bounds2_test/00: Fail 43 type_variable_bounds2_test/00: Fail
44 type_variable_bounds2_test/03: Fail 44 type_variable_bounds2_test/03: Fail
45 type_variable_bounds2_test/05: Fail 45 type_variable_bounds2_test/05: Fail
46 type_variable_bounds2_test/06: Pass # For the wrong reasons. 46 type_variable_bounds2_test/06: Pass # For the wrong reasons.
47 type_variable_scope_test/00: Fail
48 type_variable_scope_test/01: Fail
49 type_variable_scope_test/02: Fail
50 type_variable_scope_test/03: Fail
51 type_variable_scope_test/04: Fail
52 type_variable_scope_test/05: Fail
53 type_variable_scope2_test: Fail
54 assign_top_method_negative_test: Pass # For the wrong reasons. 47 assign_top_method_negative_test: Pass # For the wrong reasons.
55 f_bounded_quantification_test/01: Fail 48 f_bounded_quantification_test/01: Fail
56 f_bounded_quantification_test/02: Fail 49 f_bounded_quantification_test/02: Fail
57 default_factory2_test/01: Fail # Type bounds for type variable not checked. 50 default_factory2_test/01: Fail # Type bounds for type variable not checked.
58 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.
59 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.
60 function_malformed_result_type_test: Fail # does not detect type error in checke d mode. 53 function_malformed_result_type_test: Fail # does not detect type error in checke d mode.
61 factory1_test/00: Fail 54 factory1_test/00: Fail
62 factory1_test/01: Fail 55 factory1_test/01: Fail
63 56
64 type_parameter_test/01: Fail # Issue 4932
65 type_parameter_test/02: Fail # Issue 4932
66 type_parameter_test/03: Fail # Issue 4932
67 type_parameter_test/04: Fail # Issue 4932
68
69 super_call4_test: Fail # Badly generated noSuchMethod call. 57 super_call4_test: Fail # Badly generated noSuchMethod call.
70 58
71 [ $compiler == dart2js && $unchecked ] 59 [ $compiler == dart2js && $unchecked ]
72 assertion_test: Fail 60 assertion_test: Fail
73 new_expression_type_args_test/02: Fail # Test does not conform with spec.
74 factory_redirection_test/08: Fail 61 factory_redirection_test/08: Fail
75 factory_redirection_test/09: Fail 62 factory_redirection_test/09: Fail
76 factory_redirection_test/10: Fail 63 factory_redirection_test/10: Fail
77 factory_redirection_test/11: Fail 64 factory_redirection_test/11: Fail
78 factory_redirection_test/12: Fail 65 factory_redirection_test/12: Fail
79 factory_redirection_test/13: Fail 66 factory_redirection_test/13: Fail
80 factory_redirection_test/14: Fail 67 factory_redirection_test/14: Fail
81 68
82 # Only checked mode reports an error on type assignment 69 # Only checked mode reports an error on type assignment
83 # problems in compile time constants. 70 # problems in compile time constants.
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 [ $runtime == opera ] 363 [ $runtime == opera ]
377 call_through_null_getter_test: Fail 364 call_through_null_getter_test: Fail
378 closure3_test: Fail 365 closure3_test: Fail
379 execute_finally3_test: Fail 366 execute_finally3_test: Fail
380 method_invocation_test: Fail 367 method_invocation_test: Fail
381 null_pointer_exception_test: Fail 368 null_pointer_exception_test: Fail
382 stack_overflow_test: Fail 369 stack_overflow_test: Fail
383 string_interpolate_npe_test: Fail 370 string_interpolate_npe_test: Fail
384 closure_call_wrong_argument_count_negative_test: Skip 371 closure_call_wrong_argument_count_negative_test: Skip
385 label_test: Skip 372 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698