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

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

Issue 10878050: Unify Object implementation across dart2js and VM. (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
« runtime/lib/lib_sources.gypi ('K') | « runtime/lib/object_patch.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 Language/05_Variables/05_Variables_A05_t03: Fail, OK 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK
7 Language/05_Variables/05_Variables_A04_t09: Fail, OK 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK
8 Language/05_Variables/05_Variables_A03_t09: Fail, OK 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK
9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK
10 LibTest/core/double/ceil_A01_t03: Fail, OK 10 LibTest/core/double/ceil_A01_t03: Fail, OK
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err or: unexpected token ';' 175 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err or: unexpected token ';'
176 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err or: unexpected token ';' 176 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err or: unexpected token ';'
177 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok en 'const' 177 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok en 'const'
178 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals' 178 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals'
179 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals' 179 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals'
180 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals' 180 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals'
181 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect ed token 'equals' 181 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect ed token 'equals'
182 Language/10_Expressions/20_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals' 182 Language/10_Expressions/20_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals'
183 Language/10_Expressions/20_Equality_A02_t04: Fail # Compile-time error: unexpect ed token 'equals' 183 Language/10_Expressions/20_Equality_A02_t04: Fail # Compile-time error: unexpect ed token 'equals'
184 Language/10_Expressions/20_Equality_A03_t01: Fail # Compile-time error: unexpect ed token 'equals' 184 Language/10_Expressions/20_Equality_A03_t01: Fail # Compile-time error: unexpect ed token 'equals'
185 Language/10_Expressions/20_Equality_A03_t02: Fail # Compile-time error: unexpect ed token 'equals'
Mads Ager (google) 2012/08/24 12:44:32 The code that used to cause the compile-time error
186 Language/10_Expressions/20_Equality_A03_t03: Fail # Compile-time error: unexpect ed token 'equals' 185 Language/10_Expressions/20_Equality_A03_t03: Fail # Compile-time error: unexpect ed token 'equals'
187 LibTest/core/Futures/wait_A01_t02: Fail # Runtime error: 1 186 LibTest/core/Futures/wait_A01_t02: Fail # Runtime error: 1
188 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Runtime error: Expect.e quals(expected: <1.2>, actual: <1.1>) fails. 187 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Runtime error: Expect.e quals(expected: <1.2>, actual: <1.1>) fails.
189 Language/10_Expressions/16_Assignment_A05_t05: Fail # Runtime error: Expect.fail ('Method noSuchMethod() was not properly executed!') 188 Language/10_Expressions/16_Assignment_A05_t05: Fail # Runtime error: Expect.fail ('Method noSuchMethod() was not properly executed!')
190 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr 189 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr
191 Language/09_Generics/09_Generics_A04_t04: Fail # Runtime error: Expect.isFalse(t rue, 'Using malformed type in a type test expression should result in a run-time error!') fails. 190 Language/09_Generics/09_Generics_A04_t04: Fail # Runtime error: Expect.isFalse(t rue, 'Using malformed type in a type test expression should result in a run-time error!') fails.
192 Language/11_Statements/08_Switch_A02_t01: Fail # Runtime error: Expect.throws() fails 191 Language/11_Statements/08_Switch_A02_t01: Fail # Runtime error: Expect.throws() fails
193 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails 192 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails
194 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Runtime error: NoSuchMethodException : method not found: '$call' 193 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Runtime error: NoSuchMethodException : method not found: '$call'
195 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Runtime error: NoSu chMethodException : method not found: 'get g3tt3r' 194 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Runtime error: NoSu chMethodException : method not found: 'get g3tt3r'
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 839 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
842 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
843 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 842 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
844 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 843 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
845 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 844 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
846 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 845 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
847 846
848 [ $compiler == dart2dart ] 847 [ $compiler == dart2dart ]
849 *: Skip 848 *: Skip
OLDNEW
« runtime/lib/lib_sources.gypi ('K') | « runtime/lib/object_patch.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698