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

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

Issue 23606010: Fix various parser bugs related to modifiers of top-level and class members. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments. Created 7 years, 3 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 | « dart/sdk/lib/_internal/lib/js_mirrors.dart ('k') | dart/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 LibTest/math/max_A01_t03: Fail # co19 issue 467 8 LibTest/math/max_A01_t03: Fail # co19 issue 467
9 LibTest/math/min_A01_t03: Fail # co19 issue 467 9 LibTest/math/min_A01_t03: Fail # co19 issue 467
10 10
(...skipping 15 matching lines...) Expand all
26 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 26 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
27 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 27 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
28 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js 28 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js
29 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 29 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
30 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 30 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519
31 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519 31 Language/05_Variables/05_Variables_A01_t05: Fail # http://dartbug.com/5519
32 Language/05_Variables/05_Variables_A01_t08: Fail # http://dartbug.com/5519 32 Language/05_Variables/05_Variables_A01_t08: Fail # http://dartbug.com/5519
33 Language/05_Variables/05_Variables_A01_t12: Fail # http://dartbug.com/5519 33 Language/05_Variables/05_Variables_A01_t12: Fail # http://dartbug.com/5519
34 Language/05_Variables/05_Variables_A01_t13: Fail # http://dartbug.com/5519 34 Language/05_Variables/05_Variables_A01_t13: Fail # http://dartbug.com/5519
35 Language/05_Variables/05_Variables_A01_t14: Fail # http://dartbug.com/5519 35 Language/05_Variables/05_Variables_A01_t14: Fail # http://dartbug.com/5519
36 Language/05_Variables/05_Variables_A01_t15: Fail # http://dartbug.com/5519
37 Language/05_Variables/05_Variables_A07_t05: Fail # Inherited from dart2js 36 Language/05_Variables/05_Variables_A07_t05: Fail # Inherited from dart2js
38 Language/05_Variables/05_Variables_A07_t06: Fail # Inherited from dart2js 37 Language/05_Variables/05_Variables_A07_t06: Fail # Inherited from dart2js
39 Language/05_Variables/05_Variables_A07_t07: Fail # Inherited from dart2js 38 Language/05_Variables/05_Variables_A07_t07: Fail # Inherited from dart2js
40 Language/05_Variables/05_Variables_A07_t08: Fail # Inherited from dart2js 39 Language/05_Variables/05_Variables_A07_t08: Fail # Inherited from dart2js
41 Language/05_Variables/05_Variables_A08_t01: Fail # Inherited from dart2js 40 Language/05_Variables/05_Variables_A08_t01: Fail # Inherited from dart2js
42 Language/05_Variables/05_Variables_A08_t02: Fail # Inherited from dart2js 41 Language/05_Variables/05_Variables_A08_t02: Fail # Inherited from dart2js
43 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Inherited from VM (circular initialization?). 42 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Inherited from VM (circular initialization?).
44 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Inherited from dart2js 43 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Inherited from dart2js
45 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # htt p://dartbug.com/5519 44 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # htt p://dartbug.com/5519
46 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # htt p://dartbug.com/5519 45 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # htt p://dartbug.com/5519
47 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # htt p://dartbug.com/5519 46 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # htt p://dartbug.com/5519
48 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # htt p://dartbug.com/5519 47 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # htt p://dartbug.com/5519
49 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail # htt p://dartbug.com/5519 48 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail # htt p://dartbug.com/5519
50 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail # htt p://dartbug.com/5519 49 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail # htt p://dartbug.com/5519
51 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t01: Fail # htt p://dartbug.com/5519 50 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t01: Fail # htt p://dartbug.com/5519
52 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t02: Fail # htt p://dartbug.com/5519 51 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A02_t02: Fail # htt p://dartbug.com/5519
53 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # inh erited from VM 52 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # inh erited from VM
54 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # htt p://dartbug.com/5519 53 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # htt p://dartbug.com/5519
55 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # http://dartbug.com/551 9 54 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # http://dartbug.com/551 9
56 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # http://dartbug.com/551 9 55 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # http://dartbug.com/551 9
57 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # http://dartbug.com/551 9 56 Language/06_Functions/2_Formal_Parameters_A03_t03: Fail # http://dartbug.com/551 9
58 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # http://dartbug.com/551 9 57 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # http://dartbug.com/551 9
59 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # http://dartbug.com/551 9 58 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # http://dartbug.com/551 9
60 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # http://dartbug.com/551 9 59 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # http://dartbug.com/551 9
61 Language/06_Functions/4_External_Functions_A01_t01: Fail # inherited from VM 60 Language/06_Functions/4_External_Functions_A01_t01: Fail # inherited from VM
62 Language/07_Classes/07_Classes_A02_t02: Fail # http://dartbug.com/5519 61 Language/07_Classes/07_Classes_A02_t02: Fail # http://dartbug.com/5519
63 Language/07_Classes/07_Classes_A02_t04: Fail # http://dartbug.com/5519 62 Language/07_Classes/07_Classes_A02_t04: Fail # http://dartbug.com/5519
64 Language/07_Classes/07_Classes_A02_t11: Fail # http://dartbug.com/5519 63 Language/07_Classes/07_Classes_A02_t11: Fail # http://dartbug.com/5519
65 Language/07_Classes/07_Classes_A03_t02: Fail # http://dartbug.com/5519
66 Language/07_Classes/07_Classes_A03_t07: Fail # inherited from dart2js
67 Language/07_Classes/07_Classes_A03_t08: Fail # inherited from dart2js
68 Language/07_Classes/07_Classes_A03_t09: Fail # inherited from dart2js
69 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 64 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
70 Language/07_Classes/07_Classes_A04_t19: Fail # inherited from dart2js
71 Language/07_Classes/07_Classes_A04_t21: Fail # inherited from dart2js
72 Language/07_Classes/07_Classes_A04_t22: Fail # inherited from dart2js
73 Language/07_Classes/07_Classes_A04_t24: Fail # inherited from dart2js
74 Language/07_Classes/07_Classes_A04_t25: Fail # inherited from dart2js
75 Language/07_Classes/3_Setters_A04_t01: Fail # inherited from VM 65 Language/07_Classes/3_Setters_A04_t01: Fail # inherited from VM
76 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM 66 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM
77 Language/07_Classes/3_Setters_A04_t03: Fail # inherited from VM 67 Language/07_Classes/3_Setters_A04_t03: Fail # inherited from VM
78 Language/07_Classes/3_Setters_A04_t04: Fail # inherited from VM 68 Language/07_Classes/3_Setters_A04_t04: Fail # inherited from VM
79 Language/07_Classes/3_Setters_A04_t05: Fail # inherited from VM 69 Language/07_Classes/3_Setters_A04_t05: Fail # inherited from VM
80 Language/07_Classes/3_Setters_A04_t06: Fail # inherited from VM 70 Language/07_Classes/3_Setters_A04_t06: Fail # inherited from VM
81 Language/07_Classes/3_Setters_A04_t07: Fail # inherited from VM 71 Language/07_Classes/3_Setters_A04_t07: Fail # inherited from VM
82 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # htt p://dartbug.com/5519 72 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # htt p://dartbug.com/5519
83 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # inh erited from VM 73 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # inh erited from VM
84 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Inherited from da rtjs
85 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # inherited from VM 74 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # inherited from VM
86 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # http: //dartbug.com/5519 75 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # http: //dartbug.com/5519
87 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # inher ited from VM 76 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # inher ited from VM
88 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # inher ited from VM 77 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # inher ited from VM
89 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # inher ited from VM 78 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # inher ited from VM
90 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # inher ited from VM 79 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # inher ited from VM
91 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # inher ited from VM 80 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # inher ited from VM
92 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # inher ited from VM 81 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # inher ited from VM
93 Language/07_Classes/6_Constructors_A02_t01: Fail # http://dartbug.com/5519 82 Language/07_Classes/6_Constructors_A02_t01: Fail # http://dartbug.com/5519
94 LibTest/core/Match/operator_subscript_A01_t01: Fail # inherited from VM 83 LibTest/core/Match/operator_subscript_A01_t01: Fail # inherited from VM
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure 324 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure
336 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure 325 Language/14_Libraries_and_Scripts/1_Imports_A03_t47: fail # co19-roll r546: Plea se triage this failure
337 Language/14_Libraries_and_Scripts/1_Imports_A03_t48: fail # co19-roll r546: Plea se triage this failure 326 Language/14_Libraries_and_Scripts/1_Imports_A03_t48: fail # co19-roll r546: Plea se triage this failure
338 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # co19-roll r546: Plea se triage this failure 327 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: fail # co19-roll r546: Plea se triage this failure
339 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # co19-roll r546: Plea se triage this failure 328 Language/14_Libraries_and_Scripts/1_Imports_A03_t50: fail # co19-roll r546: Plea se triage this failure
340 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure 329 Language/14_Libraries_and_Scripts/1_Imports_A03_t67: fail # co19-roll r546: Plea se triage this failure
341 Language/14_Libraries_and_Scripts/1_Imports_A03_t68: fail # co19-roll r546: Plea se triage this failure 330 Language/14_Libraries_and_Scripts/1_Imports_A03_t68: fail # co19-roll r546: Plea se triage this failure
342 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # co19-roll r546: Plea se triage this failure 331 Language/14_Libraries_and_Scripts/1_Imports_A03_t69: fail # co19-roll r546: Plea se triage this failure
343 Language/14_Libraries_and_Scripts/1_Imports_A03_t70: fail # co19-roll r546: Plea se triage this failure 332 Language/14_Libraries_and_Scripts/1_Imports_A03_t70: fail # co19-roll r546: Plea se triage this failure
344 Language/14_Libraries_and_Scripts/1_Imports_A04_t03: fail # co19-roll r546: Plea se triage this failure 333 Language/14_Libraries_and_Scripts/1_Imports_A04_t03: fail # co19-roll r546: Plea se triage this failure
345 Language/14_Libraries_and_Scripts/3_Parts_A03_t02: fail # co19-roll r546: Please triage this failure
346 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure 334 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure
347 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure 335 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure
348 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure 336 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure
349 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure 337 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure
350 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure 338 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure
351 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please triage this failure 339 Language/14_Libraries_and_Scripts/5_URIs_A01_t24: fail # co19-roll r546: Please triage this failure
352 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please triage this failure 340 Language/14_Libraries_and_Scripts/5_URIs_A01_t25: fail # co19-roll r546: Please triage this failure
353 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t01: fail # co19-roll r546: Please triage this failure 341 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t01: fail # co19-roll r546: Please triage this failure
354 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t02: fail # co19-roll r546: Please triage this failure 342 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t02: fail # co19-roll r546: Please triage this failure
355 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t03: fail # co19-roll r546: Please triage this failure 343 Language/15_Types/3_Type_Declarations/1_Typedef_A06_t03: fail # co19-roll r546: Please triage this failure
(...skipping 21 matching lines...) Expand all
377 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 365 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
378 LibTest/isolate/SendPort/send_A02_t02: timeout # co19-roll r546: Please triage t his failure 366 LibTest/isolate/SendPort/send_A02_t02: timeout # co19-roll r546: Please triage t his failure
379 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t his failure 367 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t his failure
380 368
381 [ $compiler == dart2dart && $minified ] 369 [ $compiler == dart2dart && $minified ]
382 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure 370 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure
383 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 371 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
384 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 372 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
385 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 373 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
386 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 374 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
OLDNEW
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_mirrors.dart ('k') | dart/tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698