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

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

Issue 10970006: Correctly handle const constructors with type parameters. (Closed) Base URL: http://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
« no previous file with comments | « lib/compiler/implementation/warnings.dart ('k') | tests/co19/co19-dart2js.status » ('j') | 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 == 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/2_Privacy_A01_t06: Fail # New import syntax 8 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
9 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js 9 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js
10 Language/07_Classes/6_Constructors_A03_t03: Fail # Issue 5349
10 Language/06_Functions/06_Functions_A01_t03: Fail # TRIAGE! 11 Language/06_Functions/06_Functions_A01_t03: Fail # TRIAGE!
11 # TODO(antonm): adjust suppressions to drop Pass expectations which 12 # TODO(antonm): adjust suppressions to drop Pass expectations which
12 # are currently due to runtime suppressions. 13 # are currently due to runtime suppressions.
13 Language/07_Classes/07_Classes_A03_t07: Pass 14 Language/07_Classes/07_Classes_A03_t07: Pass
14 Language/07_Classes/07_Classes_A03_t08: Fail # inherited from dart2js 15 Language/07_Classes/07_Classes_A03_t08: Fail # inherited from dart2js
15 Language/07_Classes/07_Classes_A03_t09: Fail # inherited from dart2js 16 Language/07_Classes/07_Classes_A03_t09: Fail # inherited from dart2js
16 Language/07_Classes/07_Classes_A04_t19: Fail # inherited from dart2js 17 Language/07_Classes/07_Classes_A04_t19: Fail # inherited from dart2js
17 Language/07_Classes/07_Classes_A04_t21: Fail # inherited from dart2js 18 Language/07_Classes/07_Classes_A04_t21: Fail # inherited from dart2js
18 Language/07_Classes/07_Classes_A04_t22: Fail # inherited from dart2js 19 Language/07_Classes/07_Classes_A04_t22: Fail # inherited from dart2js
19 Language/07_Classes/07_Classes_A04_t24: Fail # inherited from dart2js 20 Language/07_Classes/07_Classes_A04_t24: Fail # inherited from dart2js
(...skipping 22 matching lines...) Expand all
42 Language/07_Classes/1_Instance_Methods_A05_t02: Pass 43 Language/07_Classes/1_Instance_Methods_A05_t02: Pass
43 Language/07_Classes/1_Instance_Methods_A05_t03: Pass 44 Language/07_Classes/1_Instance_Methods_A05_t03: Pass
44 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Pass 45 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Pass
45 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Pass 46 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Pass
46 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Pass 47 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Pass
47 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Pass 48 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Pass
48 Language/07_Classes/4_Abstract_Instance_Members_A06_t02: Pass 49 Language/07_Classes/4_Abstract_Instance_Members_A06_t02: Pass
49 Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Pass 50 Language/07_Classes/4_Abstract_Instance_Members_A06_t03: Pass
50 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # inherited from d art2js 51 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # inherited from d art2js
51 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Pass 52 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Pass
52 Language/07_Classes/6_Constructors_A03_t03: Fail # http://code.google.com/p/dart /issues/detail?id=5290
53 Language/08_Interfaces/*: Skip # ~30 failures, interfaces are going away, let's not waste time 53 Language/08_Interfaces/*: Skip # ~30 failures, interfaces are going away, let's not waste time
54 Language/09_Generics/09_Generics_A04_t03: Fail # http://code.google.com/p/dart/i ssues/detail?id=5290
55 Language/09_Generics/09_Generics_A04_t04: Fail # inherited from dart2js 54 Language/09_Generics/09_Generics_A04_t04: Fail # inherited from dart2js
56 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188 55 Language/10_Expressions/02_Null_A04_t01: Fail, OK # co19 issue 188
57 Language/10_Expressions/01_Constants_A14_t01: Fail # inherited from dart2js 56 Language/10_Expressions/01_Constants_A14_t01: Fail # inherited from dart2js
58 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 57 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
59 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail # inherited fro m dart2js 58 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail # inherited fro m dart2js
60 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail # inherited fro m dart2js 59 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail # inherited fro m dart2js
61 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail # inherited fro m dart2js 60 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail # inherited fro m dart2js
62 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Pass 61 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Pass
63 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t01: Fail # BUG: operator * is not emitted back 62 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t01: Fail # BUG: operator * is not emitted back
64 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t02: Fail # BUG: operator / is not emitted back 63 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A02_t02: Fail # BUG: operator / is not emitted back
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js 157 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # inherited from dart2js
159 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js 158 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # inherited from dart2js
160 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201 159 LibTest/core/InternalError/InternalError_A01_t01: Fail, OK # co19 issue 201
161 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201 160 LibTest/core/InternalError/toString_A01_t01: Fail, OK # co19 issue 201
162 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211 161 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211
163 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name 162 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail, OK # Problems with the test: encoded file name
164 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name 163 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail, OK # Problems with the test: encoded file name
165 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name 164 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail, OK # Problems with the test: encoded file name
166 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name 165 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail, OK # Problems with the test: encoded file name
167 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 166 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/warnings.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698