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

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

Issue 10829334: Const variable declarations accepted in the parser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 Language/10_Expressions/01_Constants_A05_t01: Fail # Compile-time error: error: not a compile-time constant 46 Language/10_Expressions/01_Constants_A05_t01: Fail # Compile-time error: error: not a compile-time constant
47 Language/10_Expressions/01_Constants_A06_t01: Fail # Compile-time error: error: not a compile-time constant 47 Language/10_Expressions/01_Constants_A06_t01: Fail # Compile-time error: error: not a compile-time constant
48 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 48 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
49 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant 49 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant
50 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant 50 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant
51 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant 51 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant
52 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant 52 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant
53 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 53 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
54 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 54 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
55 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 55 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
56 Language/05_Variables/05_Variables_A01_t01: Fail # Compile-time error: expected '(', but got '=' 56
57 Language/05_Variables/05_Variables_A04_t09: Fail # Compile-time error: expected '(', but got 'pi' 57 Language/05_Variables/05_Variables_A04_t01: Fail # Missing check for const reass ignment
58 Language/05_Variables/05_Variables_A04_t02: Fail # Missing check for const reass ignment
59 Language/05_Variables/05_Variables_A04_t05: Fail # Missing check for const initi alizer
60 Language/05_Variables/05_Variables_A04_t06: Fail # Missing check for const initi alizer
61 Language/05_Variables/05_Variables_A01_t12: Fail # Missing check for 'const var ...'
62 Language/05_Variables/05_Variables_A01_t13: Fail # Missing check for 'const fina l ...'
63 Language/05_Variables/05_Variables_A01_t14: Fail # Missing check for 'const fina l var ...'
64 Language/10_Expressions/10_Instance_Creation/2_Const_A01_t02: Fail # Missing che ck for const initializer
65 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Fail # Missing che ck for const initializer
66 Language/11_Statements/03_Variable_Declaration_A03_t04: Fail # Missing check for const initializer
67 Language/11_Statements/03_Variable_Declaration_A03_t03: Fail # Missing check for const reassignment
68 Language/11_Statements/03_Variable_Declaration_A04_t01: Fail # Missing check for const initializer
69
58 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Compile-t ime error: expected an expression, but got '&&' 70 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Compile-t ime error: expected an expression, but got '&&'
59 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # Compile-time error: expected identifier, but got '!' 71 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # Compile-time error: expected identifier, but got '!'
60 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Compile-time error: unexpected token '(' 72 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Compile-time error: unexpected token '('
61 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err or: unexpected token ';' 73 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err or: unexpected token ';'
62 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err or: unexpected token ';' 74 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err or: unexpected token ';'
63 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok en 'const' 75 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok en 'const'
64 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals' 76 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals'
65 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals' 77 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals'
66 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals' 78 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals'
67 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect ed token 'equals' 79 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect ed token 'equals'
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 734 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 735 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 736 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
725 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 737 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
726 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 738 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
727 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 739 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
728 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 740 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
729 741
730 [ $compiler == dart2dart ] 742 [ $compiler == dart2dart ]
731 *: Skip 743 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698