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

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

Issue 8497011: Parse formal parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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/presubmit.py ('K') | « dart/frog/presubmit.py ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings 232 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings
233 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings 233 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings
234 FauxverrideTest/03: Fail 234 FauxverrideTest/03: Fail
235 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings 235 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings
236 FauxverrideTest/05: Fail 236 FauxverrideTest/05: Fail
237 FieldOverrideTest/01: Fail 237 FieldOverrideTest/01: Fail
238 FieldOverrideTest/02: Fail 238 FieldOverrideTest/02: Fail
239 Field3NegativeTest: Fail 239 Field3NegativeTest: Fail
240 FieldNegativeTest: Fail 240 FieldNegativeTest: Fail
241 FinalParamNegativeTest: Fail 241 FinalParamNegativeTest: Fail
242 FinalVarNegativeTest: Fail
243 For2Test: Fail 242 For2Test: Fail
244 FunctionLiterals2Test: Fail 243 FunctionLiterals2Test: Fail
245 FunctionSyntaxTest: Fail 244 FunctionSyntaxTest: Fail
246 FunctionTest: Fail 245 FunctionTest: Fail
247 FunctionTypeAliasNegativeTest: Fail 246 FunctionTypeAliasNegativeTest: Fail
248 FunctionTypeAliasTest: Fail 247 FunctionTypeAliasTest: Fail
249 FunctionTypeParameter2Test: Fail 248 FunctionTypeParameter2Test: Fail
250 FunctionTypeParameterTest: Fail 249 FunctionTypeParameterTest: Fail
251 GenericDeepTest: Fail 250 GenericDeepTest: Fail
252 GenericInstanceofTest: Fail 251 GenericInstanceofTest: Fail
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ImplicitThisTest/03: Fail # Issue 376 328 ImplicitThisTest/03: Fail # Issue 376
330 ImplicitThisTest/04: Fail # Issue 376 329 ImplicitThisTest/04: Fail # Issue 376
331 ImplicitThisTest/none: Fail # Issue 376 330 ImplicitThisTest/none: Fail # Issue 376
332 331
333 332
334 [ $component == leg] 333 [ $component == leg]
335 StaticTopLevelTest/00: Fail 334 StaticTopLevelTest/00: Fail
336 StaticTopLevelTest/03: Fail 335 StaticTopLevelTest/03: Fail
337 DoubleComparisonTest: Fail 336 DoubleComparisonTest: Fail
338 337
338 [ $component == frogsh || $component == frog ]
339 FinalVarNegativeTest: Fail
340
339 [ $arch == x64 ] 341 [ $arch == x64 ]
340 *: Skip 342 *: Skip
341 343
342 [ $arch == simarm ] 344 [ $arch == simarm ]
343 *: Skip 345 *: Skip
344 346
345 [ $arch == arm ] 347 [ $arch == arm ]
346 *: Skip 348 *: Skip
OLDNEW
« dart/frog/presubmit.py ('K') | « dart/frog/presubmit.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698