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

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

Issue 8490019: Capturing for loop variables correctly (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/src/For2Test.dart » ('j') | 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 NamedParameters6NegativeTest: Crash # Implementation in progress. 90 NamedParameters6NegativeTest: Crash # Implementation in progress.
91 RegExp3Test: Fail # 5299683 91 RegExp3Test: Fail # 5299683
92 InterfaceFactory3NegativeTest: Fail # Bug 5387405 92 InterfaceFactory3NegativeTest: Fail # Bug 5387405
93 GenericParameterizedExtendsTest: Skip # Bug 5392297 93 GenericParameterizedExtendsTest: Skip # Bug 5392297
94 ConstObjectsAreImmutableTest: Fail # Bug 5202940 94 ConstObjectsAreImmutableTest: Fail # Bug 5202940
95 SuperNegativeTest: Fail # Now that super calls are automatically injected this t est doesn't make sense 95 SuperNegativeTest: Fail # Now that super calls are automatically injected this t est doesn't make sense
96 NullToStringTest: Fail # Bug 5421978 96 NullToStringTest: Fail # Bug 5421978
97 FunctionTypeAliasTest: Crash # Bug 4519208. 97 FunctionTypeAliasTest: Crash # Bug 4519208.
98 98
99 # Other bugs (or unimplemented features) in dartc. 99 # Other bugs (or unimplemented features) in dartc.
100 For2Test: Fail # Bug 4995208.
100 SuperOperatorTest: Fail # Bug 4995463. 101 SuperOperatorTest: Fail # Bug 4995463.
101 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 102 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
102 Throw7NegativeTest: Fail # Bug 4208459. 103 Throw7NegativeTest: Fail # Bug 4208459.
103 SwitchLabelTest: Fail # Bug 4208467. 104 SwitchLabelTest: Fail # Bug 4208467.
104 Switch7NegativeTest: Fail # Bug 4208467. 105 Switch7NegativeTest: Fail # Bug 4208467.
105 StackOverflowTest: Fail # Bug 4591172. 106 StackOverflowTest: Fail # Bug 4591172.
106 ScopeNegativeTest: Fail # Bug 4207538. 107 ScopeNegativeTest: Fail # Bug 4207538.
107 PseudoKWNegativeTest: Fail # Bug 4979760. 108 PseudoKWNegativeTest: Fail # Bug 4979760.
108 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 109 OverriddenNoSuchMethodTest: Fail # Bug 4202974.
109 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 110 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings 225 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings
225 FauxverrideTest/03: Fail 226 FauxverrideTest/03: Fail
226 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings 227 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings
227 FauxverrideTest/05: Fail 228 FauxverrideTest/05: Fail
228 FieldOverrideTest/01: Fail 229 FieldOverrideTest/01: Fail
229 FieldOverrideTest/02: Fail 230 FieldOverrideTest/02: Fail
230 Field3NegativeTest: Fail 231 Field3NegativeTest: Fail
231 FieldNegativeTest: Fail 232 FieldNegativeTest: Fail
232 FinalParamNegativeTest: Fail 233 FinalParamNegativeTest: Fail
233 FinalVarNegativeTest: Fail 234 FinalVarNegativeTest: Fail
235 For2Test: Fail
234 FunctionLiterals2Test: Fail 236 FunctionLiterals2Test: Fail
235 FunctionSyntaxTest: Fail 237 FunctionSyntaxTest: Fail
236 FunctionTest: Fail 238 FunctionTest: Fail
237 FunctionTypeAliasNegativeTest: Fail 239 FunctionTypeAliasNegativeTest: Fail
238 FunctionTypeAliasTest: Fail 240 FunctionTypeAliasTest: Fail
239 FunctionTypeParameter2Test: Fail 241 FunctionTypeParameter2Test: Fail
240 FunctionTypeParameterTest: Fail 242 FunctionTypeParameterTest: Fail
241 GenericDeepTest: Fail 243 GenericDeepTest: Fail
242 GenericInstanceofTest: Fail 244 GenericInstanceofTest: Fail
243 GenericSyntaxTest: Fail 245 GenericSyntaxTest: Fail
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 DoubleComparisonTest: Fail 325 DoubleComparisonTest: Fail
324 326
325 [ $arch == x64 ] 327 [ $arch == x64 ]
326 *: Skip 328 *: Skip
327 329
328 [ $arch == simarm ] 330 [ $arch == simarm ]
329 *: Skip 331 *: Skip
330 332
331 [ $arch == arm ] 333 [ $arch == arm ]
332 *: Skip 334 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/src/For2Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698