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

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

Issue 10854163: Implement super.foo = expression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments and fix a crash 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 Language/10_Expressions/16_Assignment_A05_t02: Fail # Runtime error: NoSuchMetho dException : method not found: 'set setter' 108 Language/10_Expressions/16_Assignment_A05_t02: Fail # Runtime error: NoSuchMetho dException : method not found: 'set setter'
109 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined 109 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined
110 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined 110 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined
111 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 111 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
112 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 112 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
113 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 113 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
114 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 114 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
115 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 115 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
116 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 116 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
117 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 117 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
118 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
119 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 118 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
120 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 119 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
121 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined 120 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined
122 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined 121 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined
123 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined 122 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined
124 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' 123 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2'
125 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' 124 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0'
126 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 125 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
127 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 126 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
128 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 127 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 740 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 741 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
743 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
744 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 743 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
745 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 744 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
746 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 745 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
747 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 746 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
748 747
749 [ $compiler == dart2dart ] 748 [ $compiler == dart2dart ]
750 *: Skip 749 *: Skip
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/ssa/nodes.dart ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698