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

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

Issue 9360039: Create values for literal Strings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add removed line again. 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
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 && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ConstListTest: Fail 49 ConstListTest: Fail
50 ConstNamedTest: Fail 50 ConstNamedTest: Fail
51 ConstObjectsAreImmutableTest: Fail 51 ConstObjectsAreImmutableTest: Fail
52 ConstSyntaxTest/01: Fail 52 ConstSyntaxTest/01: Fail
53 ConstSyntaxTest/02: Fail 53 ConstSyntaxTest/02: Fail
54 ConstSyntaxTest/03: Fail 54 ConstSyntaxTest/03: Fail
55 ConstTest: Fail 55 ConstTest: Fail
56 Constructor2NegativeTest: Fail 56 Constructor2NegativeTest: Fail
57 Constructor2Test: Fail 57 Constructor2Test: Fail
58 Constructor3Test: Fail 58 Constructor3Test: Fail
59 Constructor4Test: Fail
60 Constructor5Test: Fail 59 Constructor5Test: Fail
61 Constructor6Test: Fail 60 Constructor6Test: Fail
62 ConstructorDefaultTest: Fail 61 ConstructorDefaultTest: Fail
63 ConstructorDuplicateInitializersTest/02: Fail 62 ConstructorDuplicateInitializersTest/02: Fail
64 ConstructorNegativeTest: Pass # For the wrong reason. 63 ConstructorNegativeTest: Pass # For the wrong reason.
65 ConstructorRedirectTest: Fail 64 ConstructorRedirectTest: Fail
66 ConstructorReturnNegativeTest: Fail 65 ConstructorReturnNegativeTest: Fail
67 ConstructorReturnWithArrowNegativeTest: Fail 66 ConstructorReturnWithArrowNegativeTest: Fail
68 ConstructorReturnWithInitAndArrowNegativeTest: Fail 67 ConstructorReturnWithInitAndArrowNegativeTest: Fail
69 ConstructorReturnWithInitNegativeTest: Fail 68 ConstructorReturnWithInitNegativeTest: Fail
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 Prefix11Test: Fail 240 Prefix11Test: Fail
242 Prefix12Test: Fail 241 Prefix12Test: Fail
243 Prefix14Test: Fail 242 Prefix14Test: Fail
244 Prefix15Test: Fail 243 Prefix15Test: Fail
245 Prefix17Test: Fail 244 Prefix17Test: Fail
246 Prefix18NegativeTest: Fail 245 Prefix18NegativeTest: Fail
247 Prefix20NegativeTest: Fail 246 Prefix20NegativeTest: Fail
248 Prefix21Test: Fail 247 Prefix21Test: Fail
249 Prefix22Test: Fail 248 Prefix22Test: Fail
250 Prefix23NegativeTest: Fail 249 Prefix23NegativeTest: Fail
251 Private3Test: Fail
252 PrivateMember3NegativeTest: Crash # NPE in TypeCheckerVisitor.visitSend. 250 PrivateMember3NegativeTest: Crash # NPE in TypeCheckerVisitor.visitSend.
253 PrivateMemberTest: Fail 251 PrivateMemberTest: Fail
254 PrivateTest: Fail 252 PrivateTest: Fail
255 PropertyFieldOverrideTest: Fail 253 PropertyFieldOverrideTest: Fail
256 PseudoKWIllegalTest/01: Fail 254 PseudoKWIllegalTest/01: Fail
257 PseudoKWIllegalTest/02: Fail 255 PseudoKWIllegalTest/02: Fail
258 PseudoKWIllegalTest/03: Fail 256 PseudoKWIllegalTest/03: Fail
259 PseudoKWIllegalTest/04: Fail 257 PseudoKWIllegalTest/04: Fail
260 PseudoKWIllegalTest/05: Fail 258 PseudoKWIllegalTest/05: Fail
261 PseudoKWIllegalTest/06: Fail 259 PseudoKWIllegalTest/06: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 StaticTopLevelTest/01: Fail 292 StaticTopLevelTest/01: Fail
295 StaticTopLevelTest/02: Fail 293 StaticTopLevelTest/02: Fail
296 StaticTopLevelTest/03: Fail 294 StaticTopLevelTest/03: Fail
297 StaticTopLevelTest/04: Fail 295 StaticTopLevelTest/04: Fail
298 StaticTopLevelTest/05: Fail 296 StaticTopLevelTest/05: Fail
299 StringConcatTest: Fail 297 StringConcatTest: Fail
300 StringInterpolate2Test: Fail 298 StringInterpolate2Test: Fail
301 StringInterpolateNPETest: Fail 299 StringInterpolateNPETest: Fail
302 StringInterpolateTest: Fail 300 StringInterpolateTest: Fail
303 StringInterpolation7NegativeTest: Fail 301 StringInterpolation7NegativeTest: Fail
304 StringInterpolationTest/01: Fail
305 StringInterpolationTest/none: Fail
306 StringJoinTest: Fail 302 StringJoinTest: Fail
307 StringTest: Fail 303 StringTest: Fail
308 SuperAllNamedConstructorTest: Fail 304 SuperAllNamedConstructorTest: Fail
309 SuperFieldTest: Fail 305 SuperFieldTest: Fail
310 SuperFirstConstructorTest: Fail 306 SuperFirstConstructorTest: Fail
311 SuperImplicitClosureTest: Fail 307 SuperImplicitClosureTest: Fail
312 SuperOperatorTest: Fail 308 SuperOperatorTest: Fail
313 SuperSetterTest: Fail 309 SuperSetterTest: Fail
314 SuperTest: Fail 310 SuperTest: Fail
315 Switch6Test: Fail 311 Switch6Test: Fail
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 TypeVariableBoundsTest/06: Fail 343 TypeVariableBoundsTest/06: Fail
348 TypeVariableBoundsTest/09: Fail 344 TypeVariableBoundsTest/09: Fail
349 TypeVariableBoundsTest/10: Fail 345 TypeVariableBoundsTest/10: Fail
350 TypeVariableBoundsTest/none: Fail 346 TypeVariableBoundsTest/none: Fail
351 TypeVariableScopeTest/none: Fail 347 TypeVariableScopeTest/none: Fail
352 TypedMessageTest: Fail 348 TypedMessageTest: Fail
353 WhileTest: Fail 349 WhileTest: Fail
354 350
355 [ $component == leg && $mode == release] 351 [ $component == leg && $mode == release]
356 AssignTopMethodNegativeTest: Crash 352 AssignTopMethodNegativeTest: Crash
OLDNEW
« frog/leg/compile_time_constants.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698