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

Side by Side Diff: tests/co19/co19-analyzer.status

Issue 15758006: Ensure that 'throw' has expression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 Language/05_Variables/05_Variables_A05_t04: fail 6 Language/05_Variables/05_Variables_A05_t04: fail
7 Language/06_Functions/06_Functions_A01_t31: fail 7 Language/06_Functions/06_Functions_A01_t31: fail
8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail
9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail 9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail
10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 Language/11_Expressions/03_Numbers_A01_t04: fail 61 Language/11_Expressions/03_Numbers_A01_t04: fail
62 Language/11_Expressions/03_Numbers_A01_t08: fail 62 Language/11_Expressions/03_Numbers_A01_t08: fail
63 Language/11_Expressions/03_Numbers_A01_t10: fail 63 Language/11_Expressions/03_Numbers_A01_t10: fail
64 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: fail 64 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: fail
65 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: fail 65 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: fail
66 Language/11_Expressions/05_Strings_A02_t46: fail 66 Language/11_Expressions/05_Strings_A02_t46: fail
67 Language/11_Expressions/05_Strings_A02_t48: fail 67 Language/11_Expressions/05_Strings_A02_t48: fail
68 Language/11_Expressions/06_Lists_A03_t01: fail 68 Language/11_Expressions/06_Lists_A03_t01: fail
69 Language/11_Expressions/06_Lists_A06_t01: fail 69 Language/11_Expressions/06_Lists_A06_t01: fail
70 Language/11_Expressions/07_Maps_A02_t02: fail 70 Language/11_Expressions/07_Maps_A02_t02: fail
71 Language/11_Expressions/08_Throw_A06_t01: fail
72 Language/11_Expressions/08_Throw_A06_t02: fail
73 Language/11_Expressions/08_Throw_A06_t03: fail
74 Language/11_Expressions/08_Throw_A06_t04: fail
75 Language/11_Expressions/08_Throw_A06_t05: fail
76 Language/11_Expressions/08_Throw_A06_t06: fail
77 Language/11_Expressions/11_Instance_Creation/1_New_A13_t02: fail 71 Language/11_Expressions/11_Instance_Creation/1_New_A13_t02: fail
78 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t01: fail 72 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t01: fail
79 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t02: fail 73 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t02: fail
80 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: fail 74 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: fail
81 Language/11_Expressions/11_Instance_Creation_A05_t02: fail 75 Language/11_Expressions/11_Instance_Creation_A05_t02: fail
82 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: fail 76 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: fail
83 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: fail 77 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: fail
84 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: fail 78 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: fail
85 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail 79 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail
86 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: fail 80 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: fail
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 185
192 # co19 issue #416, function name is declared the parameter scope 186 # co19 issue #416, function name is declared the parameter scope
193 Language/03_Overview/1_Scoping_A02_t07: fail, OK 187 Language/03_Overview/1_Scoping_A02_t07: fail, OK
194 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK 188 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK
195 189
196 # co19 issue #417, 'if', 'while' and 'do-while' don't create scope 190 # co19 issue #417, 'if', 'while' and 'do-while' don't create scope
197 Language/03_Overview/1_Scoping_A02_t11: fail, OK 191 Language/03_Overview/1_Scoping_A02_t11: fail, OK
198 Language/03_Overview/1_Scoping_A02_t12: fail, OK 192 Language/03_Overview/1_Scoping_A02_t12: fail, OK
199 Language/03_Overview/1_Scoping_A02_t16: fail, OK 193 Language/03_Overview/1_Scoping_A02_t16: fail, OK
200 194
195 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used
196 Language/11_Expressions/08_Throw_A05_t01: fail, OK
197 Language/11_Expressions/08_Throw_A05_t02: fail, OK
198 Language/11_Expressions/08_Throw_A05_t03: fail, OK
201 199
202 200
203 [ $runtime == drt && $compiler == none ] 201 [ $runtime == drt && $compiler == none ]
204 *: Skip 202 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698