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

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

Issue 22534004: More throw/rethrow fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | tests/language/language_analyzer2.status » ('j') | 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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 6
7 # Runtime negative test. No static errors or warnings. 7 # Runtime negative test. No static errors or warnings.
8 closure_call_wrong_argument_count_negative_test: skip 8 closure_call_wrong_argument_count_negative_test: skip
9 9
10 illegal_invocation_test/01: fail # Issue: 11892 10 illegal_invocation_test/01: fail # Issue: 11892
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 method_override5_test: fail # issue 11497 97 method_override5_test: fail # issue 11497
98 method_override6_test: fail # issue 11497 98 method_override6_test: fail # issue 11497
99 99
100 100
101 101
102 102
103 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 103 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
104 block_scope_test: fail 104 block_scope_test: fail
105 lazy_static3_test: fail 105 lazy_static3_test: fail
106 106
107 # test issue 10889, "throw" requires expression, "rethrow" should be used instea d
108 execute_finally10_test: fail
109 execute_finally11_test: fail
110 final_used_in_try_test: fail
111 full_stacktrace2_test: fail
112 stack_trace_test: fail
113 throw3_test: fail
114 try_catch3_test: fail
115 type_error_test: fail
116
117 # test issue 10890; on-catch UnknownType is a static warning, not error 107 # test issue 10890; on-catch UnknownType is a static warning, not error
118 try_catch_on_syntax_test/01: fail 108 try_catch_on_syntax_test/01: fail
119 109
120 # test issue 10899; it is static warning, not error, to call methods of class li teral 110 # test issue 10899; it is static warning, not error, to call methods of class li teral
121 class_literal_test/02: fail 111 class_literal_test/02: fail
122 class_literal_test/05: fail 112 class_literal_test/05: fail
123 class_literal_test/07: fail 113 class_literal_test/07: fail
124 class_literal_test/10: fail 114 class_literal_test/10: fail
125 class_literal_test/11: fail 115 class_literal_test/11: fail
126 class_literal_test/12: fail 116 class_literal_test/12: fail
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 factory_redirection_test/09: fail 312 factory_redirection_test/09: fail
323 factory_redirection_test/10: fail 313 factory_redirection_test/10: fail
324 factory_redirection_test/11: fail 314 factory_redirection_test/11: fail
325 factory_redirection_test/12: fail 315 factory_redirection_test/12: fail
326 factory_redirection_test/13: fail 316 factory_redirection_test/13: fail
327 factory_redirection_test/14: fail 317 factory_redirection_test/14: fail
328 getters_setters2_test/03: fail 318 getters_setters2_test/03: fail
329 type_variable_bounds3_test/00: fail 319 type_variable_bounds3_test/00: fail
330 type_variable_bounds2_test/05: fail 320 type_variable_bounds2_test/05: fail
331 321
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698