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

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
« no previous file with comments | « 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 Library4NegativeTest: Fail 175 Library4NegativeTest: Fail
176 Library5NegativeTest: Fail 176 Library5NegativeTest: Fail
177 Library5Test: Fail 177 Library5Test: Fail
178 LibraryPrefixesTest: Fail 178 LibraryPrefixesTest: Fail
179 LibrarySameNameUsedTest: Fail 179 LibrarySameNameUsedTest: Fail
180 ListLiteral2Test: Fail 180 ListLiteral2Test: Fail
181 ListLiteral3Test: Fail 181 ListLiteral3Test: Fail
182 ListLiteral4Test: Fail 182 ListLiteral4Test: Fail
183 ListLiteralTest: Fail 183 ListLiteralTest: Fail
184 ListTest: Fail 184 ListTest: Fail
185 LiteralUnaryPlusTest/01: Fail # Leg fails to reject '+ 1'
185 LocalFunction2Test: Fail 186 LocalFunction2Test: Fail
186 LocalFunction3Test: Fail 187 LocalFunction3Test: Fail
187 LocalFunctionTest: Fail 188 LocalFunctionTest: Fail
188 ManyCallsTest: Fail 189 ManyCallsTest: Fail
189 ManyGenericInstanceofTest: Fail 190 ManyGenericInstanceofTest: Fail
190 ManyOverriddenNoSuchMethodTest: Fail 191 ManyOverriddenNoSuchMethodTest: Fail
191 MapLiteral2Test: Fail 192 MapLiteral2Test: Fail
192 MapLiteral3Test: Fail 193 MapLiteral3Test: Fail
193 MapLiteral4Test: Fail 194 MapLiteral4Test: Fail
194 MapLiteralTest: Fail 195 MapLiteralTest: Fail
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 SuperImplicitClosureTest: Fail 328 SuperImplicitClosureTest: Fail
328 SuperOperatorTest: Fail 329 SuperOperatorTest: Fail
329 SuperSetterTest: Fail 330 SuperSetterTest: Fail
330 SuperTest: Fail 331 SuperTest: Fail
331 Switch6Test: Fail 332 Switch6Test: Fail
332 SwitchFallthruTest: Fail 333 SwitchFallthruTest: Fail
333 SwitchLabelTest: Fail 334 SwitchLabelTest: Fail
334 SwitchScopeTest: Fail 335 SwitchScopeTest: Fail
335 SwitchTest: Fail 336 SwitchTest: Fail
336 SyntaxTest/none: Fail 337 SyntaxTest/none: Fail
337 TernaryTest: Fail
338 Throw1Test: Fail 338 Throw1Test: Fail
339 Throw2Test: Fail 339 Throw2Test: Fail
340 Throw3Test: Fail 340 Throw3Test: Fail
341 Throw4Test: Fail 341 Throw4Test: Fail
342 Throw5Test: Fail 342 Throw5Test: Fail
343 Throw6Test: Fail 343 Throw6Test: Fail
344 ThrowTest: Fail 344 ThrowTest: Fail
345 ToStringAsFixedTest: Fail 345 ToStringAsFixedTest: Fail
346 TopLevelEntryTest: Fail 346 TopLevelEntryTest: Fail
347 TopLevelFuncTest: Fail 347 TopLevelFuncTest: Fail
(...skipping 14 matching lines...) Expand all
362 TypeVariableBoundsTest/02: Fail 362 TypeVariableBoundsTest/02: Fail
363 TypeVariableBoundsTest/03: Fail 363 TypeVariableBoundsTest/03: Fail
364 TypeVariableBoundsTest/04: Fail 364 TypeVariableBoundsTest/04: Fail
365 TypeVariableBoundsTest/05: Fail 365 TypeVariableBoundsTest/05: Fail
366 TypeVariableBoundsTest/06: Fail 366 TypeVariableBoundsTest/06: Fail
367 TypeVariableBoundsTest/09: Fail 367 TypeVariableBoundsTest/09: Fail
368 TypeVariableBoundsTest/10: Fail 368 TypeVariableBoundsTest/10: Fail
369 TypeVariableBoundsTest/none: Fail 369 TypeVariableBoundsTest/none: Fail
370 TypeVariableScopeTest/none: Fail 370 TypeVariableScopeTest/none: Fail
371 TypedMessageTest: Fail 371 TypedMessageTest: Fail
372 Unary2Test: Fail
373 UnaryTest: Fail
374 UnboundGetterTest: Fail 372 UnboundGetterTest: Fail
375 WhileTest: Fail 373 WhileTest: Fail
OLDNEW
« no previous file with comments | « frog/leg/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698