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

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

Issue 10879003: Const variables handled as final (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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 48 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
49 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 49 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
50 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 50 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
51 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 51 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
52 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 52 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
53 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 53 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
54 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 54 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
55 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 55 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
56 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo 56 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo
57 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared 57 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
58 Language/05_Variables/05_Variables_A05_t03: Fail # Compile-time error: error: no t a compile-time constant
59 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t01: Fail # Compile-time error: error: not a compile-time constant 58 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t01: Fail # Compile-time error: error: not a compile-time constant
60 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t02: Fail # Compile-time error: error: not a compile-time constant 59 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t02: Fail # Compile-time error: error: not a compile-time constant
61 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t03: Fail # Compile-time error: error: not a compile-time constant 60 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t03: Fail # Compile-time error: error: not a compile-time constant
62 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 61 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
63 Language/10_Expressions/01_Constants_A05_t01: Fail # Compile-time error: error: not a compile-time constant
64 Language/10_Expressions/01_Constants_A06_t01: Fail # Compile-time error: error: not a compile-time constant
65 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 62 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
66 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant 63 Language/10_Expressions/01_Constants_A14_t01: Fail # Parser error: Field 'as' co nflict with pseudo-keyword.
67 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant 64 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant
68 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant 65 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant
69 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant 66 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant
70 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 67 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
71 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 68 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
72 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 69 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
73 70
74 Language/05_Variables/05_Variables_A04_t01: Fail # Missing check for const reass ignment 71 Language/05_Variables/05_Variables_A04_t01: Fail # Missing check for const reass ignment
75 Language/05_Variables/05_Variables_A04_t02: Fail # Missing check for const reass ignment 72 Language/05_Variables/05_Variables_A04_t02: Fail # Missing check for const reass ignment
76 Language/05_Variables/05_Variables_A04_t05: Fail # Missing check for const initi alizer 73 Language/05_Variables/05_Variables_A04_t05: Fail # Missing check for const initi alizer
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 743 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
747 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 744 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
748 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 745 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
749 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 746 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
750 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 747 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
751 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 748 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
752 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 749 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
753 750
754 [ $compiler == dart2dart ] 751 [ $compiler == dart2dart ]
755 *: Skip 752 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698