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

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

Issue 10873033: Support non-const instance field initializers. (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
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 == dart2js ] 5 [ $compiler == dart2js ]
6 Language/05_Variables/05_Variables_A05_t03: Fail, OK 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK
7 Language/05_Variables/05_Variables_A04_t09: Fail, OK 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK
8 Language/05_Variables/05_Variables_A03_t09: Fail, OK 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK
9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK
10 LibTest/core/double/ceil_A01_t03: Fail, OK 10 LibTest/core/double/ceil_A01_t03: Fail, OK
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 Language/05_Variables/05_Variables_A04_t05: Fail # Missing check for const initi alizer 161 Language/05_Variables/05_Variables_A04_t05: Fail # Missing check for const initi alizer
162 Language/05_Variables/05_Variables_A04_t06: Fail # Missing check for const initi alizer 162 Language/05_Variables/05_Variables_A04_t06: Fail # Missing check for const initi alizer
163 Language/05_Variables/05_Variables_A01_t12: Fail # Missing check for 'const var ...' 163 Language/05_Variables/05_Variables_A01_t12: Fail # Missing check for 'const var ...'
164 Language/05_Variables/05_Variables_A01_t13: Fail # Missing check for 'const fina l ...' 164 Language/05_Variables/05_Variables_A01_t13: Fail # Missing check for 'const fina l ...'
165 Language/05_Variables/05_Variables_A01_t14: Fail # Missing check for 'const fina l var ...' 165 Language/05_Variables/05_Variables_A01_t14: Fail # Missing check for 'const fina l var ...'
166 Language/10_Expressions/10_Instance_Creation/2_Const_A01_t02: Fail # Missing che ck for const initializer 166 Language/10_Expressions/10_Instance_Creation/2_Const_A01_t02: Fail # Missing che ck for const initializer
167 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Fail # Missing che ck for const initializer 167 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Fail # Missing che ck for const initializer
168 Language/11_Statements/03_Variable_Declaration_A03_t04: Fail # Missing check for const initializer 168 Language/11_Statements/03_Variable_Declaration_A03_t04: Fail # Missing check for const initializer
169 Language/11_Statements/03_Variable_Declaration_A03_t03: Fail # Missing check for const reassignment 169 Language/11_Statements/03_Variable_Declaration_A03_t03: Fail # Missing check for const reassignment
170 Language/11_Statements/03_Variable_Declaration_A04_t01: Fail # Missing check for const initializer 170 Language/11_Statements/03_Variable_Declaration_A04_t01: Fail # Missing check for const initializer
171 Language/07_Classes/4_Instance_Variables_A01_t03: Fail # Missing check for const initializer
172 Language/07_Classes/4_Instance_Variables_A01_t05: Fail # Missing check for const initializer
173 Language/07_Classes/4_Instance_Variables_A01_t06: Fail # Missing check for const initializer
174 Language/07_Classes/4_Instance_Variables_A01_t01: Fail # Missing check for const initializer
175 Language/07_Classes/4_Instance_Variables_A01_t07: Fail # Missing check for const initializer
176 Language/07_Classes/4_Instance_Variables_A01_t04: Fail # Missing check for const initializer
177 Language/07_Classes/4_Instance_Variables_A01_t02: Fail # Missing check for const initializer
171 178
172 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Compile-t ime error: expected an expression, but got '&&' 179 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Compile-t ime error: expected an expression, but got '&&'
173 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # Compile-time error: expected identifier, but got '!' 180 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # Compile-time error: expected identifier, but got '!'
174 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Compile-time error: unexpected token '(' 181 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Compile-time error: unexpected token '('
175 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err or: unexpected token ';' 182 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err or: unexpected token ';'
176 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err or: unexpected token ';' 183 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err or: unexpected token ';'
177 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok en 'const' 184 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok en 'const'
178 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals' 185 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals'
179 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals' 186 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals'
180 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals' 187 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals'
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 847 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 848 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
842 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 849 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
843 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 850 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
844 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 851 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
845 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 852 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
846 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 853 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
847 854
848 [ $compiler == dart2dart ] 855 [ $compiler == dart2dart ]
849 *: Skip 856 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698