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

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

Issue 10855174: Lazy implementation of final variables. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix tests. 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 26 matching lines...) Expand all
37 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 37 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_ t05: Fail # Compile-time error: Unimplemented non-matching static call 38 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_ t08: Fail # Compile-time error: Unimplemented non-matching static call 39 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_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 40 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_ t04: Fail # Compile-time error: Unimplemented non-matching static call 41 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/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 42 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
43 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 43 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
44 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 44 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
45 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo 45 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo
46 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared 46 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
47 Language/05_Variables/05_Variables_A05_t03: Fail # Compile-time error: error: no t 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 47 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
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 48 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
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 49 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
51 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant 50 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
52 Language/10_Expressions/01_Constants_A05_t01: Fail # Compile-time error: error: not a compile-time constant
53 Language/10_Expressions/01_Constants_A06_t01: Fail # Compile-time error: error: not a compile-time constant
54 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant 51 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
55 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant 52 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant
56 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant 53 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant
57 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant 54 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant
58 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant 55 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant
59 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant 56 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
60 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant 57 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
61 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant 58 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
62 Language/05_Variables/05_Variables_A01_t01: Fail # Compile-time error: expected '(', but got '=' 59 Language/05_Variables/05_Variables_A01_t01: Fail # Compile-time error: expected '(', but got '='
63 Language/05_Variables/05_Variables_A04_t09: Fail # Compile-time error: expected '(', but got 'pi' 60 Language/05_Variables/05_Variables_A04_t09: Fail # Compile-time error: expected '(', but got 'pi'
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 197
201 198
202 # 199 #
203 # Issues with co19 test suite. 200 # Issues with co19 test suite.
204 # 201 #
205 # If you add anything here, either file a bug against the Dart 202 # If you add anything here, either file a bug against the Dart
206 # langauge specification, co19 test suite, or add a comment that ahe@ 203 # langauge specification, co19 test suite, or add a comment that ahe@
207 # can understand so he can file a bug later. 204 # can understand so he can file a bug later.
208 # 205 #
209 [ $compiler == dart2js ] 206 [ $compiler == dart2js ]
207 Language/10_Expressions/01_Constants_A16_t01: Fail, OK # co19 issue 174.
208 Language/10_Expressions/01_Constants_A16_t02: Fail, OK # co19 issue 174.
210 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145. 209 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145.
211 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 210 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
212 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 211 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
213 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145. 212 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145.
214 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 213 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
215 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 214 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
216 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 215 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
217 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 216 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
218 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 217 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
219 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 218 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r 592 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r
594 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r 593 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r
595 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r 594 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r
596 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error 595 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error
597 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail, OK # @ compile-error 596 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail, OK # @ compile-error
598 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @ compile-error 597 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @ compile-error
599 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error 598 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error
600 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error 599 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error
601 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error 600 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error
602 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error 601 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error
603 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail, OK # @ compile-error
604 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error 602 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error
605 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error 603 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error
606 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error 604 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error
607 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error 605 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error
608 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error 606 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error
609 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error 607 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
610 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error 608 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
611 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error 609 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
612 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 610 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
613 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error 611 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 762 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
765 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 763 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
766 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 764 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
767 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 765 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
768 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 766 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
769 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 767 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
770 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 768 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
771 769
772 [ $compiler == dart2dart ] 770 [ $compiler == dart2dart ]
773 *: Skip 771 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698