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

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

Issue 10855174: Lazy implementation of final variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase wrt CL 10832351. 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 27 matching lines...) Expand all
38 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 38 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
39 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 39 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
40 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 40 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
41 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 41 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
42 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 42 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
43 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 43 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
44 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 44 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
45 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 45 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
46 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo 46 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo
47 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared 47 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
48 Language/05_Variables/05_Variables_A05_t03: Fail # Compile-time error: error: no t a compile-time constant
49 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 48 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
50 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 49 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
51 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 50 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
52 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 51 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
53 Language/10_Expressions/01_Constants_A05_t01: Fail # Compile-time error: error: not a compile-time constant
54 Language/10_Expressions/01_Constants_A06_t01: Fail # Compile-time error: error: not a compile-time constant
55 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 52 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
56 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant 53 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant
57 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant 54 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant
58 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant 55 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant
59 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant 56 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant
60 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 57 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
61 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 58 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
62 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 59 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
63 60
64 Language/05_Variables/05_Variables_A04_t01: Fail # Missing check for const reass ignment 61 Language/05_Variables/05_Variables_A04_t01: Fail # Missing check for const reass ignment
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 209
213 210
214 # 211 #
215 # Issues with co19 test suite. 212 # Issues with co19 test suite.
216 # 213 #
217 # If you add anything here, either file a bug against the Dart 214 # If you add anything here, either file a bug against the Dart
218 # langauge specification, co19 test suite, or add a comment that ahe@ 215 # langauge specification, co19 test suite, or add a comment that ahe@
219 # can understand so he can file a bug later. 216 # can understand so he can file a bug later.
220 # 217 #
221 [ $compiler == dart2js ] 218 [ $compiler == dart2js ]
219 Language/10_Expressions/01_Constants_A16_t01: Fail, OK # co19 issue 174.
220 Language/10_Expressions/01_Constants_A16_t02: Fail, OK # co19 issue 174.
222 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145. 221 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145.
223 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 222 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
224 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 223 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
225 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145. 224 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145.
226 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 225 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
227 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 226 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
228 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 227 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
229 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 228 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
230 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 229 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
231 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 230 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail # @compile-error 580 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail # @compile-error
582 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail # @compile-error 581 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail # @compile-error
583 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail # @compile-error 582 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail # @compile-error
584 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail # @compile-error 583 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail # @compile-error
585 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail # @comp ile-error 584 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail # @comp ile-error
586 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error 585 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error
587 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error 586 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error
588 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error 587 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error
589 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error 588 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error
590 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail # @comp ile-error 589 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail # @comp ile-error
591 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail # @comp ile-error
592 Language/07_Classes/9_Superinterfaces_A04_t01: Fail # @compile-error 590 Language/07_Classes/9_Superinterfaces_A04_t01: Fail # @compile-error
593 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail # @compile-error 591 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail # @compile-error
594 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail # @compile-error 592 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail # @compile-error
595 Language/08_Interfaces/1_Methods_A01_t01: Fail # @compile-error 593 Language/08_Interfaces/1_Methods_A01_t01: Fail # @compile-error
596 Language/08_Interfaces/1_Methods_A04_t01: Fail # @compile-error 594 Language/08_Interfaces/1_Methods_A04_t01: Fail # @compile-error
597 Language/08_Interfaces/1_Methods_A04_t02: Fail # @compile-error 595 Language/08_Interfaces/1_Methods_A04_t02: Fail # @compile-error
598 Language/08_Interfaces/1_Methods_A04_t03: Fail # @compile-error 596 Language/08_Interfaces/1_Methods_A04_t03: Fail # @compile-error
599 Language/08_Interfaces/1_Methods_A04_t04: Fail # @compile-error 597 Language/08_Interfaces/1_Methods_A04_t04: Fail # @compile-error
600 Language/08_Interfaces/1_Methods_A04_t05: Fail # @compile-error 598 Language/08_Interfaces/1_Methods_A04_t05: Fail # @compile-error
601 Language/08_Interfaces/1_Methods_A05_t01: Fail # @compile-error 599 Language/08_Interfaces/1_Methods_A05_t01: Fail # @compile-error
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 738 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
741 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 739 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 740 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
743 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 741 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
744 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 742 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
745 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 743 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
746 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 744 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
747 745
748 [ $compiler == dart2dart ] 746 [ $compiler == dart2dart ]
749 *: Skip 747 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698