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

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

Issue 18529003: Add stackTrace to Error object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 5 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 6
7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer? 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own initialzer?
8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail
9 9
10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor e =5 it not assignable
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK 184 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: fail, OK
185 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK 185 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: fail, OK
186 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK 186 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: fail, OK
187 187
188 # co19 issue #435, AssertionError has not properties 188 # co19 issue #435, AssertionError has not properties
189 LibTest/core/AssertionError/column_A01_t02: fail, OK 189 LibTest/core/AssertionError/column_A01_t02: fail, OK
190 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK 190 LibTest/core/AssertionError/failedAssertion_A01_t01: fail, OK
191 LibTest/core/AssertionError/line_A01_t02: fail, OK 191 LibTest/core/AssertionError/line_A01_t02: fail, OK
192 LibTest/core/AssertionError/url_A01_t01: fail, OK 192 LibTest/core/AssertionError/url_A01_t01: fail, OK
193 193
194 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue TODO
Lasse Reichstein Nielsen 2013/07/03 13:06:13 Do too!
floitsch 2013/07/03 14:50:20 Done.
195 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue TODO
196
194 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation 197 # co19 issue #437, annotation should be constant _variable_ or constant construc tor invocation
195 Language/07_Classes/07_Classes_A01_t20: fail, OK 198 Language/07_Classes/07_Classes_A01_t20: fail, OK
196 Language/07_Classes/07_Classes_A02_t34: fail, OK 199 Language/07_Classes/07_Classes_A02_t34: fail, OK
197 Language/07_Classes/07_Classes_A03_t10: fail, OK 200 Language/07_Classes/07_Classes_A03_t10: fail, OK
198 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK 201 Language/13_Libraries_and_Scripts/2_Exports_A01_t17: fail, OK
199 202
200 # co19 issue 438, Static variables are initialized lazily, need not be constants 203 # co19 issue 438, Static variables are initialized lazily, need not be constants
201 Language/11_Expressions/01_Constants_A16_t01: fail, OK 204 Language/11_Expressions/01_Constants_A16_t01: fail, OK
202 Language/11_Expressions/01_Constants_A16_t02: fail, OK 205 Language/11_Expressions/01_Constants_A16_t02: fail, OK
203 206
204 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name 207 # co19 issue 439, it is warning, not error to import two different libraries wit h the same name
205 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK 208 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: fail, OK
206 209
207 # co19 issue #440, adj strings is not a string interpolation 210 # co19 issue #440, adj strings is not a string interpolation
208 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK 211 Language/13_Libraries_and_Scripts/5_URIs_A01_t24: fail, OK
209 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK 212 Language/13_Libraries_and_Scripts/5_URIs_A01_t25: fail, OK
210 213
211 # co19 issue #441, assignment in constructor is not initializing 214 # co19 issue #441, assignment in constructor is not initializing
212 Language/05_Variables/05_Variables_A05_t04: fail, OK 215 Language/05_Variables/05_Variables_A05_t04: fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698