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

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

Issue 9320064: Parse unary plus corretly (i.e., by ignoring it when it's valid). (Closed) Base URL: https://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/scanner/parser.dart ('K') | « frog/leg/scanner/parser.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'
186 LocalFunction2Test: Fail 185 LocalFunction2Test: Fail
187 LocalFunction3Test: Fail 186 LocalFunction3Test: Fail
188 LocalFunctionTest: Fail 187 LocalFunctionTest: Fail
189 ManyCallsTest: Fail 188 ManyCallsTest: Fail
190 ManyGenericInstanceofTest: Fail 189 ManyGenericInstanceofTest: Fail
191 ManyOverriddenNoSuchMethodTest: Fail 190 ManyOverriddenNoSuchMethodTest: Fail
192 MapLiteral2Test: Fail 191 MapLiteral2Test: Fail
193 MapLiteral3Test: Fail 192 MapLiteral3Test: Fail
194 MapLiteral4Test: Fail 193 MapLiteral4Test: Fail
195 MapLiteralTest: Fail 194 MapLiteralTest: Fail
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 TypeVariableBoundsTest/04: Fail 363 TypeVariableBoundsTest/04: Fail
365 TypeVariableBoundsTest/05: Fail 364 TypeVariableBoundsTest/05: Fail
366 TypeVariableBoundsTest/06: Fail 365 TypeVariableBoundsTest/06: Fail
367 TypeVariableBoundsTest/09: Fail 366 TypeVariableBoundsTest/09: Fail
368 TypeVariableBoundsTest/10: Fail 367 TypeVariableBoundsTest/10: Fail
369 TypeVariableBoundsTest/none: Fail 368 TypeVariableBoundsTest/none: Fail
370 TypeVariableScopeTest/none: Fail 369 TypeVariableScopeTest/none: Fail
371 TypedMessageTest: Fail 370 TypedMessageTest: Fail
372 UnboundGetterTest: Fail 371 UnboundGetterTest: Fail
373 WhileTest: Fail 372 WhileTest: Fail
OLDNEW
« frog/leg/scanner/parser.dart ('K') | « frog/leg/scanner/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698