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

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

Issue 17930002: Triage some co19 tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | 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) 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/2_Formal_Parameters/1_Required_Formals_A02_t06: fail 7 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail
8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail
9 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail 9 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail
10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
(...skipping 13 matching lines...) Expand all
24 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail 24 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail
25 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail 25 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail
26 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail 26 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail
27 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail 27 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: fail
28 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail 28 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: fail
29 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail 29 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: fail
30 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail 30 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: fail
31 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail 31 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail
32 Language/15_Reference/1_Lexical_Rules_A02_t06: fail 32 Language/15_Reference/1_Lexical_Rules_A02_t06: fail
33 33
34 34 # analyzer problem: forward reference of typedef with type parameters
35 # fails locally, passes on bot 35 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: fail
36 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: skip
37 36
38 # co19 issue #380, Strings class has been removed 37 # co19 issue #380, Strings class has been removed
39 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK 38 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: f ail, OK
40 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK 39 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: f ail, OK
41 40
42 # co19 issue #382, Deprecated parts of String interface is being removed. 41 # co19 issue #382, Deprecated parts of String interface is being removed.
43 LibTest/core/String/charCodes_A01_t01: fail, OK 42 LibTest/core/String/charCodes_A01_t01: fail, OK
44 LibTest/core/String/charCodeAt_A02_t01: fail, OK 43 LibTest/core/String/charCodeAt_A02_t01: fail, OK
45 LibTest/core/String/charCodeAt_A03_t01: fail, OK 44 LibTest/core/String/charCodeAt_A03_t01: fail, OK
46 LibTest/core/String/charCodeAt_A01_t01: fail, OK 45 LibTest/core/String/charCodeAt_A01_t01: fail, OK
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 # co19 issue #417, 'if', 'while' and 'do-while' don't create scope 96 # co19 issue #417, 'if', 'while' and 'do-while' don't create scope
98 Language/03_Overview/1_Scoping_A02_t11: fail, OK 97 Language/03_Overview/1_Scoping_A02_t11: fail, OK
99 Language/03_Overview/1_Scoping_A02_t12: fail, OK 98 Language/03_Overview/1_Scoping_A02_t12: fail, OK
100 Language/03_Overview/1_Scoping_A02_t16: fail, OK 99 Language/03_Overview/1_Scoping_A02_t16: fail, OK
101 100
102 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used 101 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used
103 Language/11_Expressions/08_Throw_A05_t01: fail, OK 102 Language/11_Expressions/08_Throw_A05_t01: fail, OK
104 Language/11_Expressions/08_Throw_A05_t02: fail, OK 103 Language/11_Expressions/08_Throw_A05_t02: fail, OK
105 Language/11_Expressions/08_Throw_A05_t03: fail, OK 104 Language/11_Expressions/08_Throw_A05_t03: fail, OK
106 105
107 # infinite loop 106 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534
108 Language/14_Types/4_Interface_Types_A11_t01: skip 107 Language/14_Types/4_Interface_Types_A11_t01: skip
109 Language/14_Types/4_Interface_Types_A11_t02: skip 108 Language/14_Types/4_Interface_Types_A11_t02: skip
110 109
111 # co19 issue #424, Uninitialized finals are warnings not errors 110 # co19 issue #424, Uninitialized finals are warnings not errors
112 Language/05_Variables/05_Variables_A05_t05: fail, OK 111 Language/05_Variables/05_Variables_A05_t05: fail, OK
113 Language/05_Variables/05_Variables_A05_t06: fail, OK 112 Language/05_Variables/05_Variables_A05_t06: fail, OK
114 Language/05_Variables/05_Variables_A05_t07: fail, OK 113 Language/05_Variables/05_Variables_A05_t07: fail, OK
115 Language/05_Variables/05_Variables_A05_t08: fail, OK 114 Language/05_Variables/05_Variables_A05_t08: fail, OK
116 Language/05_Variables/05_Variables_A05_t09: fail, OK 115 Language/05_Variables/05_Variables_A05_t09: fail, OK
117 Language/05_Variables/05_Variables_A05_t10: fail, OK 116 Language/05_Variables/05_Variables_A05_t10: fail, OK
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 186
188 # co19 issue #434, argument definition was dropped 187 # co19 issue #434, argument definition was dropped
189 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK 188 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK
190 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK 189 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK
191 190
192 # co19 issue #435, AssertioError has not properties 191 # co19 issue #435, AssertioError has not properties
193 LibTest/core/AssertionError/column_A01_t02: fail, OK 192 LibTest/core/AssertionError/column_A01_t02: fail, OK
194 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK 193 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK
195 LibTest/core/AssertionError/line_A01_t02: fail, OK 194 LibTest/core/AssertionError/line_A01_t02: fail, OK
196 LibTest/core/AssertionError/url_A01_t01: fail, OK 195 LibTest/core/AssertionError/url_A01_t01: fail, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698