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

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

Issue 23872035: Emit compile-time error for 'static' formal parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add tests for members." Created 7 years, 2 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 | « sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | tests/co19/co19-dart2js.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) 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562. 6 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562.
7 7
8 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure. 8 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure.
9 9
10 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 10 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202
11 11
12 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor. 12 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor.
13 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc tor. 13 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc tor.
14 Language/07_Classes/6_Constructors_A03_t03: Fail # Calling unresolved class cons tructor. 14 Language/07_Classes/6_Constructors_A03_t03: Fail # Calling unresolved class cons tructor.
15 15
16 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 16 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
17 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 17 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
18 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 18 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
19 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js 19 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js
20 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 20 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
21 Language/05_Variables/05_Variables_A07_t07: Fail # Inherited from dart2js 21 Language/05_Variables/05_Variables_A07_t07: Fail # Inherited from dart2js
22 Language/05_Variables/05_Variables_A07_t08: Fail # Inherited from dart2js 22 Language/05_Variables/05_Variables_A07_t08: Fail # Inherited from dart2js
23 Language/05_Variables/05_Variables_A08_t01: Fail # Inherited from dart2js 23 Language/05_Variables/05_Variables_A08_t01: Fail # Inherited from dart2js
24 Language/05_Variables/05_Variables_A08_t02: Fail # Inherited from dart2js 24 Language/05_Variables/05_Variables_A08_t02: Fail # Inherited from dart2js
25 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Inherited from VM (circular initialization?). 25 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Inherited from VM (circular initialization?).
26 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Inherited from dart2js 26 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Inherited from dart2js
27 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # htt p://dartbug.com/5519
28 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # htt p://dartbug.com/5519 27 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # htt p://dartbug.com/5519
29 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # htt p://dartbug.com/5519 28 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # htt p://dartbug.com/5519
30 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t01: Fail # htt p://dartbug.com/5519 29 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t01: Fail # htt p://dartbug.com/5519
31 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t02: Fail # htt p://dartbug.com/5519 30 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t02: Fail # htt p://dartbug.com/5519
32 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # inh erited from VM 31 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # inh erited from VM
33 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # htt p://dartbug.com/5519 32 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # htt p://dartbug.com/5519
34 Language/06_Functions/4_External_Functions_A01_t01: Fail # inherited from VM 33 Language/06_Functions/4_External_Functions_A01_t01: Fail # inherited from VM
35 Language/07_Classes/07_Classes_A02_t11: Fail # http://dartbug.com/5519 34 Language/07_Classes/07_Classes_A02_t11: Fail # http://dartbug.com/5519
36 Language/07_Classes/3_Setters_A04_t01: Fail # inherited from VM 35 Language/07_Classes/3_Setters_A04_t01: Fail # inherited from VM
37 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM 36 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 [ $compiler == dart2dart && $minified ] 246 [ $compiler == dart2dart && $minified ]
248 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 247 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
249 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 248 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
250 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 249 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
251 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 250 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
252 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure 251 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure
253 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 252 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
254 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e 253 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e
255 254
256 255
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/warnings.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698