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

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

Issue 9310066: Generate a resolution error if a unary + is used for something other than numbers. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 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
« frog/leg/resolver.dart ('K') | « frog/leg/warnings.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 prefix language 5 prefix language
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 AbstractStaticNegativeTest: Fail 8 AbstractStaticNegativeTest: Fail
9 ApplicationTest: Fail 9 ApplicationTest: Fail
10 ArithmeticTest: Fail 10 ArithmeticTest: Fail
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 Library4NegativeTest: Fail 174 Library4NegativeTest: Fail
175 Library5NegativeTest: Fail 175 Library5NegativeTest: Fail
176 Library5Test: Fail 176 Library5Test: Fail
177 LibraryPrefixesTest: Fail 177 LibraryPrefixesTest: Fail
178 LibrarySameNameUsedTest: Fail 178 LibrarySameNameUsedTest: Fail
179 ListLiteral2Test: Fail 179 ListLiteral2Test: Fail
180 ListLiteral3Test: Fail 180 ListLiteral3Test: Fail
181 ListLiteral4Test: Fail 181 ListLiteral4Test: Fail
182 ListLiteralTest: Fail 182 ListLiteralTest: Fail
183 ListTest: Fail 183 ListTest: Fail
184 LiteralUnaryPlusTest/01: Fail # '+ 1' is not allowed
ahe 2012/02/02 17:43:27 Leg fails to reject "+ 1".
ngeoffray 2012/02/03 08:43:46 Done.
184 LocalFunction2Test: Fail 185 LocalFunction2Test: Fail
185 LocalFunction3Test: Fail 186 LocalFunction3Test: Fail
186 LocalFunctionTest: Fail 187 LocalFunctionTest: Fail
187 ManyCallsTest: Fail 188 ManyCallsTest: Fail
188 ManyGenericInstanceofTest: Fail 189 ManyGenericInstanceofTest: Fail
189 ManyOverriddenNoSuchMethodTest: Fail 190 ManyOverriddenNoSuchMethodTest: Fail
190 MapLiteral2Test: Fail 191 MapLiteral2Test: Fail
191 MapLiteral3Test: Fail 192 MapLiteral3Test: Fail
192 MapLiteral4Test: Fail 193 MapLiteral4Test: Fail
193 MapLiteralTest: Fail 194 MapLiteralTest: Fail
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 SuperImplicitClosureTest: Fail 326 SuperImplicitClosureTest: Fail
326 SuperOperatorTest: Fail 327 SuperOperatorTest: Fail
327 SuperSetterTest: Fail 328 SuperSetterTest: Fail
328 SuperTest: Fail 329 SuperTest: Fail
329 Switch6Test: Fail 330 Switch6Test: Fail
330 SwitchFallthruTest: Fail 331 SwitchFallthruTest: Fail
331 SwitchLabelTest: Fail 332 SwitchLabelTest: Fail
332 SwitchScopeTest: Fail 333 SwitchScopeTest: Fail
333 SwitchTest: Fail 334 SwitchTest: Fail
334 SyntaxTest/none: Fail 335 SyntaxTest/none: Fail
335 TernaryTest: Fail
336 Throw1Test: Fail 336 Throw1Test: Fail
337 Throw2Test: Fail 337 Throw2Test: Fail
338 Throw3Test: Fail 338 Throw3Test: Fail
339 Throw4Test: Fail 339 Throw4Test: Fail
340 Throw5Test: Fail 340 Throw5Test: Fail
341 Throw6Test: Fail 341 Throw6Test: Fail
342 ThrowTest: Fail 342 ThrowTest: Fail
343 ToStringAsFixedTest: Fail 343 ToStringAsFixedTest: Fail
344 TopLevelEntryTest: Fail 344 TopLevelEntryTest: Fail
345 TopLevelFuncTest: Fail 345 TopLevelFuncTest: Fail
(...skipping 14 matching lines...) Expand all
360 TypeVariableBoundsTest/02: Fail 360 TypeVariableBoundsTest/02: Fail
361 TypeVariableBoundsTest/03: Fail 361 TypeVariableBoundsTest/03: Fail
362 TypeVariableBoundsTest/04: Fail 362 TypeVariableBoundsTest/04: Fail
363 TypeVariableBoundsTest/05: Fail 363 TypeVariableBoundsTest/05: Fail
364 TypeVariableBoundsTest/06: Fail 364 TypeVariableBoundsTest/06: Fail
365 TypeVariableBoundsTest/09: Fail 365 TypeVariableBoundsTest/09: Fail
366 TypeVariableBoundsTest/10: Fail 366 TypeVariableBoundsTest/10: Fail
367 TypeVariableBoundsTest/none: Fail 367 TypeVariableBoundsTest/none: Fail
368 TypeVariableScopeTest/none: Fail 368 TypeVariableScopeTest/none: Fail
369 TypedMessageTest: Fail 369 TypedMessageTest: Fail
370 Unary2Test: Fail
371 UnaryTest: Fail
372 UnboundGetterTest: Fail 370 UnboundGetterTest: Fail
373 WhileTest: Fail 371 WhileTest: Fail
OLDNEW
« frog/leg/resolver.dart ('K') | « frog/leg/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698