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

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

Issue 10945032: Force a space after empty list literal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 6 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
7 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 7 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
8 Language/03_Overview/1_Scoping_A02_t30: Fail # New import syntax 8 Language/03_Overview/1_Scoping_A02_t30: Fail # New import syntax
9 Language/03_Overview/1_Scoping_A03_t02: Fail # New import syntax 9 Language/03_Overview/1_Scoping_A03_t02: Fail # New import syntax
10 Language/03_Overview/2_Privacy_A01_t01: Fail # New import syntax 10 Language/03_Overview/2_Privacy_A01_t01: Fail # New import syntax
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Pass 53 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Pass
54 Language/07_Classes/4_Abstract_Instance_Members_A06_t02: Pass 54 Language/07_Classes/4_Abstract_Instance_Members_A06_t02: Pass
55 Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Pass 55 Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Pass
56 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # inherited from d art2js 56 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # inherited from d art2js
57 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Pass 57 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Pass
58 Language/07_Classes/6_Constructors_A03_t03: Fail # http://code.google.com/p/dart /issues/detail?id=5290 58 Language/07_Classes/6_Constructors_A03_t03: Fail # http://code.google.com/p/dart /issues/detail?id=5290
59 Language/08_Interfaces/*: Skip # ~30 failures, interfaces are going away, let's not waste time 59 Language/08_Interfaces/*: Skip # ~30 failures, interfaces are going away, let's not waste time
60 Language/09_Generics/09_Generics_A04_t03: Fail # http://code.google.com/p/dart/i ssues/detail?id=5290 60 Language/09_Generics/09_Generics_A04_t03: Fail # http://code.google.com/p/dart/i ssues/detail?id=5290
61 Language/09_Generics/09_Generics_A04_t04: Fail # inherited from dart2js 61 Language/09_Generics/09_Generics_A04_t04: Fail # inherited from dart2js
62 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 62 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188
63 # INVESTIGATE: for [] === null dart2dart emits back []=== which gets parsed by D artVM as []=, not clear who is to blame here
64 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail
65 Language/10_Expressions/20_Equality_A06_t01: Fail
66 # end of INVESTIGATE
67 # INVESTIGATE: another problem with []: const [] is emitted back as const[] whic h confuses vm.
68 Language/10_Expressions/06_Lists_A07_t01: Fail
69 Language/10_Expressions/06_Lists_A07_t02: Fail
70 # end of INVESTIGATE
71 Language/10_Expressions/01_Constants_A14_t01: Fail # inherited from dart2js 63 Language/10_Expressions/01_Constants_A14_t01: Fail # inherited from dart2js
72 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 64 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
73 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail # inherited fro m dart2js 65 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail # inherited fro m dart2js
74 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail # inherited fro m dart2js 66 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail # inherited fro m dart2js
75 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail # inherited fro m dart2js 67 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail # inherited fro m dart2js
76 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Pass 68 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Pass
77 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t01: Fail # BUG: operator * is not emitted back 69 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t01: Fail # BUG: operator * is not emitted back
78 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t02: Fail # BUG: operator / is not emitted back 70 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t02: Fail # BUG: operator / is not emitted back
79 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t03: Fail # BUG: operator ~/ is not emitted back 71 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t03: Fail # BUG: operator ~/ is not emitted back
80 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t04: Fail # BUG: operator % is not emitted back 72 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t04: Fail # BUG: operator % is not emitted back
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js 169 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js
178 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js 170 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js
179 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201 171 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201
180 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201 172 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201
181 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211 173 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211
182 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name 174 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name
183 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name 175 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name
184 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name 176 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name
185 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name 177 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name
186 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 178 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name
OLDNEW
« no previous file with comments | « lib/compiler/implementation/tree/unparser.dart ('k') | tests/compiler/dart2js/unparser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698