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

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

Issue 10105031: Check number of type arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove accidental edits. Created 8 years, 8 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 | « 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 [ $compiler == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $compiler == dart2js] 9 [ $compiler == dart2js]
10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 StaticTopLevelTest/01: Fail, OK # Negative language test. 173 StaticTopLevelTest/01: Fail, OK # Negative language test.
174 StaticTopLevelTest/02: Fail, OK # Negative language test. 174 StaticTopLevelTest/02: Fail, OK # Negative language test.
175 StaticTopLevelTest/03: Fail, OK # Negative language test. 175 StaticTopLevelTest/03: Fail, OK # Negative language test.
176 StaticTopLevelTest/04: Fail, OK # Negative language test. 176 StaticTopLevelTest/04: Fail, OK # Negative language test.
177 StaticTopLevelTest/05: Fail, OK # Negative language test. 177 StaticTopLevelTest/05: Fail, OK # Negative language test.
178 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 178 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
179 SyntaxTest/47: Fail, OK # No error on body in const constructor. 179 SyntaxTest/47: Fail, OK # No error on body in const constructor.
180 Throw7NegativeTest: Fail, OK # Negative language test. 180 Throw7NegativeTest: Fail, OK # Negative language test.
181 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 181 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
182 TypeVariableBoundsTest/00: Fail, OK # Negative language test. 182 TypeVariableBoundsTest/00: Fail, OK # Negative language test.
183 TypeVariableBoundsTest/08: Fail, OK # Negative language test.
184 TypeVariableScopeTest/00: Fail, OK # Negative language test. 183 TypeVariableScopeTest/00: Fail, OK # Negative language test.
185 TypeVariableScopeTest/01: Fail, OK # Negative language test. 184 TypeVariableScopeTest/01: Fail, OK # Negative language test.
186 TypeVariableScopeTest/02: Fail, OK # Negative language test. 185 TypeVariableScopeTest/02: Fail, OK # Negative language test.
187 TypeVariableScopeTest/03: Fail, OK # Negative language test. 186 TypeVariableScopeTest/03: Fail, OK # Negative language test.
188 TypeVariableScopeTest/04: Fail, OK # Negative language test. 187 TypeVariableScopeTest/04: Fail, OK # Negative language test.
189 TypeVariableScopeTest/05: Fail, OK # Negative language test. 188 TypeVariableScopeTest/05: Fail, OK # Negative language test.
190 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test.
191 189
192 190
193 TypeVMTest: Fail, OK # VM specific test. 191 TypeVMTest: Fail, OK # VM specific test.
194 DisablePrivacyTest: Fail, OK # VM specific test. 192 DisablePrivacyTest: Fail, OK # VM specific test.
195 NumbersTest: Fail, OK # (unintended?) VM specific test. 193 NumbersTest: Fail, OK # (unintended?) VM specific test.
196 194
197 195
198 DivByZeroTest: Fail, OK # Leg only has doubles. 196 DivByZeroTest: Fail, OK # Leg only has doubles.
199 BitOperationsTest: Fail, OK # Tests bit operations outside the 32 bit range. 197 BitOperationsTest: Fail, OK # Tests bit operations outside the 32 bit range.
200 198
201 ExpectTest: Fail, OK # JavaScript canonicalizes all strings. This test assumes t hat string-concatenation returns a new string. 199 ExpectTest: Fail, OK # JavaScript canonicalizes all strings. This test assumes t hat string-concatenation returns a new string.
202 200
203 RegExp3Test: Fail, OK # Expects exception from const constructor. 201 RegExp3Test: Fail, OK # Expects exception from const constructor.
204 202
205 203
206 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 204 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
207 205
208 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 206 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
209 207
210 [ $compiler == dart2js && $mode == release ] 208 [ $compiler == dart2js && $mode == release ]
211 AssignTopMethodNegativeTest: Crash 209 AssignTopMethodNegativeTest: Crash
212 210
213 [ $compiler == dart2js && $runtime == none ] 211 [ $compiler == dart2js && $runtime == none ]
214 *: Fail, Pass # TODO(ahe): Triage these tests. 212 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698