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

Side by Side Diff: dart/tests/language/language-leg.status

Issue 9724032: Resolve type Dynamic and implement black listing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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
« dart/frog/leg/resolver.dart ('K') | « dart/tests/co19/co19-leg.status ('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 [ $component == dart2js && $checked ] 5 [ $component == dart2js && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == dart2js || $component == legium ] 9 [ $component == dart2js || $component == legium ]
10 AdjacentConstStringLiteralsTest: Crash # Issue 2110 10 AdjacentConstStringLiteralsTest: Crash # Issue 2110
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 97
98 98
99 # 99 #
100 # The following tests are all semantic tests that we can rely on dartc 100 # The following tests are all semantic tests that we can rely on dartc
101 # catching for now. 101 # catching for now.
102 # 102 #
103 AbstractStaticNegativeTest: Fail, OK # Negative language test. 103 AbstractStaticNegativeTest: Fail, OK # Negative language test.
104 AbstractSyntaxTest/01: Fail, OK # Negative language test. 104 AbstractSyntaxTest/01: Fail, OK # Negative language test.
105 AbstractSyntaxTest/02: Fail, OK # Negative language test. 105 AbstractSyntaxTest/02: Fail, OK # Negative language test.
106 AssignTopMethodNegativeTest: Fail, OK # Negative language test. 106 AssignTopMethodNegativeTest: Fail, OK # Negative language test.
107 BlackListedTest/01: Fail, OK # Negative language test.
108 BlackListedTest/02: Fail, OK # Negative language test.
109 BlackListedTest/03: Fail, OK # Negative language test.
110 BlackListedTest/04: Fail, OK # Negative language test.
111 BlackListedTest/05: Fail, OK # Negative language test.
112 BlackListedTest/06: Fail, OK # Negative language test.
113 BlackListedTest/07: Fail, OK # Negative language test.
114 BlackListedTest/08: Fail, OK # Negative language test.
115 BlackListedTest/09: Fail, OK # Negative language test.
116 BlackListedTest/10: Fail, OK # Negative language test.
117 BlackListedTest/11: Fail, OK # Negative language test.
118 BlackListedTest/12: Fail, OK # Negative language test.
119 ClassCycleNegativeTest: Fail, OK # Negative language test. 107 ClassCycleNegativeTest: Fail, OK # Negative language test.
120 ClassExtendsNegativeTest: Fail, OK # Negative language test. 108 ClassExtendsNegativeTest: Fail, OK # Negative language test.
121 ClassOverrideNegativeTest: Fail, OK # Negative language test. 109 ClassOverrideNegativeTest: Fail, OK # Negative language test.
122 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test. 110 ConstConstructorSyntaxTest/01: Fail, OK # Negative language test.
123 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test. 111 ConstConstructorSyntaxTest/02: Fail, OK # Negative language test.
124 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test. 112 ConstConstructorSyntaxTest/03: Fail, OK # Negative language test.
125 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test. 113 ConstConstructorSyntaxTest/04: Fail, OK # Negative language test.
126 ConstConstructorSyntaxTest/05: Fail, OK # Negative language test. 114 ConstConstructorSyntaxTest/05: Fail, OK # Negative language test.
127 ConstCounterNegativeTest: Fail, OK # Negative language test. 115 ConstCounterNegativeTest: Fail, OK # Negative language test.
128 ConstFactoryNegativeTest: Fail, OK # Negative language test. 116 ConstFactoryNegativeTest: Fail, OK # Negative language test.
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 OverrideFieldTest/01: Fail, OK # Negative language test. 175 OverrideFieldTest/01: Fail, OK # Negative language test.
188 OverrideFieldTest/04: Fail, OK # Negative language test. 176 OverrideFieldTest/04: Fail, OK # Negative language test.
189 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test. 177 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test.
190 Prefix16NegativeTest: Fail, OK # Negative language test. 178 Prefix16NegativeTest: Fail, OK # Negative language test.
191 Prefix18NegativeTest: Fail, OK # Negative language test. 179 Prefix18NegativeTest: Fail, OK # Negative language test.
192 Prefix20NegativeTest: Fail, OK # Negative language test. 180 Prefix20NegativeTest: Fail, OK # Negative language test.
193 Prefix23NegativeTest: Fail, OK # Negative language test. 181 Prefix23NegativeTest: Fail, OK # Negative language test.
194 Prefix9NegativeTest: Fail, OK # Negative language test. 182 Prefix9NegativeTest: Fail, OK # Negative language test.
195 PseudoKWIllegalTest/01: Fail, OK # Negative language test. 183 PseudoKWIllegalTest/01: Fail, OK # Negative language test.
196 PseudoKWIllegalTest/03: Fail, OK # Negative language test. 184 PseudoKWIllegalTest/03: Fail, OK # Negative language test.
197 PseudoKWIllegalTest/04: Fail, OK # Negative language test.
198 PseudoKWIllegalTest/05: Fail, OK # Negative language test. 185 PseudoKWIllegalTest/05: Fail, OK # Negative language test.
199 PseudoKWIllegalTest/06: Fail, OK # Negative language test. 186 PseudoKWIllegalTest/06: Fail, OK # Negative language test.
200 PseudoKWIllegalTest/07: Fail, OK # Negative language test. 187 PseudoKWIllegalTest/07: Fail, OK # Negative language test.
201 PseudoKWIllegalTest/08: Fail, OK # Negative language test. 188 PseudoKWIllegalTest/08: Fail, OK # Negative language test.
202 PseudoKWIllegalTest/09: Fail, OK # Negative language test. 189 PseudoKWIllegalTest/09: Fail, OK # Negative language test.
203 PseudoKWIllegalTest/10: Fail, OK # Negative language test. 190 PseudoKWIllegalTest/10: Fail, OK # Negative language test.
204 PseudoKWIllegalTest/11: Fail, OK # Negative language test. 191 PseudoKWIllegalTest/11: Fail, OK # Negative language test.
205 PseudoKWIllegalTest/12: Fail, OK # Negative language test. 192 PseudoKWIllegalTest/12: Fail, OK # Negative language test.
206 PseudoKWIllegalTest/13: Fail, OK # Negative language test. 193 PseudoKWIllegalTest/13: Fail, OK # Negative language test.
207 PseudoKWIllegalTest/14: Fail, OK # Negative language test. 194 PseudoKWIllegalTest/14: Fail, OK # Negative language test.
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 232
246 RegExp3Test: Fail, OK # Expects exception from const constructor. 233 RegExp3Test: Fail, OK # Expects exception from const constructor.
247 234
248 235
249 # TODO(ahe): Categorize these failures. 236 # TODO(ahe): Categorize these failures.
250 ExecuteFinally3Test: Fail 237 ExecuteFinally3Test: Fail
251 238
252 239
253 [ $component == dart2js && $mode == release ] 240 [ $component == dart2js && $mode == release ]
254 AssignTopMethodNegativeTest: Crash 241 AssignTopMethodNegativeTest: Crash
OLDNEW
« dart/frog/leg/resolver.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698