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

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

Issue 10957040: Allow static fields without types (issue 5149) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == dartc ] 5 [ $compiler == dartc ]
6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179
7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179
8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179
9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179 9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179
10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 Language/10_Expressions/28_Identifier_Reference_A06_t39: fail # http://dartbug.c om/5179 62 Language/10_Expressions/28_Identifier_Reference_A06_t39: fail # http://dartbug.c om/5179
63 Language/10_Expressions/28_Identifier_Reference_A06_t40: fail # http://dartbug.c om/5179 63 Language/10_Expressions/28_Identifier_Reference_A06_t40: fail # http://dartbug.c om/5179
64 Language/10_Expressions/28_Identifier_Reference_A07_t04: fail # http://dartbug.c om/5179 64 Language/10_Expressions/28_Identifier_Reference_A07_t04: fail # http://dartbug.c om/5179
65 Language/10_Expressions/28_Identifier_Reference_A07_t09: fail # http://dartbug.c om/5179 65 Language/10_Expressions/28_Identifier_Reference_A07_t09: fail # http://dartbug.c om/5179
66 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: pass # http: //dartbug.com/5179 66 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: pass # http: //dartbug.com/5179
67 LibTest/core/double/operator_remainder_A01_t03: fail # http://dartbug.com/5179 67 LibTest/core/double/operator_remainder_A01_t03: fail # http://dartbug.com/5179
68 LibTest/core/double/remainder_A01_t03: fail # http://dartbug.com/5179 68 LibTest/core/double/remainder_A01_t03: fail # http://dartbug.com/5179
69 69
70 Language/07_Classes/07_Classes_A03_t01: Fail, OK # 'default' is no longer suppor ted 70 Language/07_Classes/07_Classes_A03_t01: Fail, OK # 'default' is no longer suppor ted
71 Language/07_Classes/07_Classes_A01_t20: Fail, OK # the default constructor invok es a non-existent zero argument constructor 71 Language/07_Classes/07_Classes_A01_t20: Fail, OK # the default constructor invok es a non-existent zero argument constructor
72 Language/07_Classes/07_Classes_A02_t01: Fail # Issue 5419 72 Language/07_Classes/07_Classes_A02_t01: Fail # invalid test
scheglov 2012/09/21 16:10:18 Do you open co19 issue? Would be good to have its
Brian Wilkerson 2012/09/21 16:14:18 No, you did.
73 Language/07_Classes/07_Classes_A02_t31: Fail, OK # constant constructors are not required to have a body 73 Language/07_Classes/07_Classes_A02_t31: Fail, OK # constant constructors are not required to have a body
74 Language/07_Classes/07_Classes_A02_t32: Fail, OK # constant constructors are not required to have a body 74 Language/07_Classes/07_Classes_A02_t32: Fail, OK # constant constructors are not required to have a body
75 Language/07_Classes/07_Classes_A02_t34: Fail # Issue 5419 75 Language/07_Classes/07_Classes_A02_t34: Fail # invalid test
76 Language/07_Classes/07_Classes_A09_t01: Fail, OK # warning expected if instance member has the same name as a static member 76 Language/07_Classes/07_Classes_A09_t01: Fail, OK # warning expected if instance member has the same name as a static member
77 Language/07_Classes/2_Getters_A01_t05: Fail # No issue: waiting to remove old ge tter syntax 77 Language/07_Classes/2_Getters_A01_t05: Fail # No issue: waiting to remove old ge tter syntax
78 Language/07_Classes/3_Setters_A04_t02: Fail, OK # getter and method with the sam e name 78 Language/07_Classes/3_Setters_A04_t02: Fail, OK # getter and method with the sam e name
79 Language/07_Classes/3_Setters_A04_t03: Fail, OK # getter and method with the sam e name 79 Language/07_Classes/3_Setters_A04_t03: Fail, OK # getter and method with the sam e name
80 Language/07_Classes/3_Setters_A04_t06: Fail OK # getter and method with the same name 80 Language/07_Classes/3_Setters_A04_t06: Fail OK # getter and method with the same name
81 Language/07_Classes/6_Constructors_A03_t03: Fail, OK # this should be a warning, not an error 81 Language/07_Classes/6_Constructors_A03_t03: Fail, OK # this should be a warning, not an error
82 82
83 # co19 issue 217 83 # co19 issue 217
84 Language/07_Classes/07_Classes_A07_t03: Fail, OK 84 Language/07_Classes/07_Classes_A07_t03: Fail, OK
85 Language/07_Classes/07_Classes_A07_t06: Fail, OK 85 Language/07_Classes/07_Classes_A07_t06: Fail, OK
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 691 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
692 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 692 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
693 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 693 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
694 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 694 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
695 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 695 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
696 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 696 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
697 697
698 698
699 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 699 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
700 *: Skip 700 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698