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

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

Issue 9427012: Allow binary operators on compile-time-constants. (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/tree/nodes.dart ('K') | « tests/co19/co19-leg.status ('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 && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 StaticFinalFieldTest: Fail 281 StaticFinalFieldTest: Fail
282 StaticTopLevelTest/00: Fail 282 StaticTopLevelTest/00: Fail
283 StaticTopLevelTest/01: Fail 283 StaticTopLevelTest/01: Fail
284 StaticTopLevelTest/02: Fail 284 StaticTopLevelTest/02: Fail
285 StaticTopLevelTest/03: Fail 285 StaticTopLevelTest/03: Fail
286 StaticTopLevelTest/04: Fail 286 StaticTopLevelTest/04: Fail
287 StaticTopLevelTest/05: Fail 287 StaticTopLevelTest/05: Fail
288 StringConcatTest: Fail 288 StringConcatTest: Fail
289 StringInterpolate2Test: Fail 289 StringInterpolate2Test: Fail
290 StringInterpolateNPETest: Fail 290 StringInterpolateNPETest: Fail
291 StringInterpolateTest: Fail
292 StringInterpolation7NegativeTest: Fail 291 StringInterpolation7NegativeTest: Fail
293 StringJoinTest: Fail 292 StringJoinTest: Fail
294 StringTest: Fail 293 StringTest: Fail
295 SuperAllNamedConstructorTest: Fail 294 SuperAllNamedConstructorTest: Fail
296 SuperFieldAccessTest: Fail 295 SuperFieldAccessTest: Fail
297 SuperFieldTest: Fail 296 SuperFieldTest: Fail
298 SuperFirstConstructorTest: Fail 297 SuperFirstConstructorTest: Fail
299 SuperImplicitClosureTest: Fail 298 SuperImplicitClosureTest: Fail
300 SuperOperatorTest: Fail 299 SuperOperatorTest: Fail
301 SuperSetterTest: Fail 300 SuperSetterTest: Fail
302 SuperTest: Fail 301 SuperTest: Fail
303 Switch6Test: Fail 302 Switch6Test: Fail
304 SwitchFallthruTest: Fail 303 SwitchFallthruTest: Fail
305 SwitchLabelTest: Fail 304 SwitchLabelTest: Fail
306 SwitchScopeTest: Fail 305 SwitchScopeTest: Fail
307 SwitchTest: Fail 306 SwitchTest: Fail
308 SyntaxTest/none: Fail 307 SyntaxTest/none: Fail
309 Throw1Test: Fail 308 Throw1Test: Fail
310 Throw2Test: Fail 309 Throw2Test: Fail
311 Throw3Test: Fail 310 Throw3Test: Fail
312 Throw4Test: Fail 311 Throw4Test: Fail
313 Throw5Test: Fail 312 Throw5Test: Fail
314 Throw6Test: Fail 313 Throw6Test: Fail
315 Throw7NegativeTest: Fail 314 Throw7NegativeTest: Fail
316 ThrowTest: Fail 315 ThrowTest: Fail
317 ToStringAsFixedTest: Fail 316 ToStringAsFixedTest: Fail
318 TopLevelFuncTest: Fail 317 TopLevelFuncTest: Fail
319 TopLevelPrefixedDeclarationTest: Fail 318 TopLevelPrefixedDeclarationTest: Fail
320 TopLevelVarTest: Fail
321 ToplevelCollision2Test/none: Fail 319 ToplevelCollision2Test/none: Fail
322 TryCatch2Test: Fail 320 TryCatch2Test: Fail
323 TryCatch3Test: Fail 321 TryCatch3Test: Fail
324 TryCatchSyntaxTest/08: Fail 322 TryCatchSyntaxTest/08: Fail
325 TypeChecksInFactoryMethodTest: Fail # Issue 925 323 TypeChecksInFactoryMethodTest: Fail # Issue 925
326 TypeDartcTest: Fail 324 TypeDartcTest: Fail
327 TypeVMTest: Fail 325 TypeVMTest: Fail
328 TypeVariableBoundsTest/00: Fail 326 TypeVariableBoundsTest/00: Fail
329 TypeVariableBoundsTest/07: Fail 327 TypeVariableBoundsTest/07: Fail
330 TypeVariableBoundsTest/08: Fail 328 TypeVariableBoundsTest/08: Fail
331 TypeVariableIdentifierExpressionNegativeTest: Fail 329 TypeVariableIdentifierExpressionNegativeTest: Fail
332 TypeVariableScopeTest/00: Fail 330 TypeVariableScopeTest/00: Fail
333 TypeVariableScopeTest/01: Fail 331 TypeVariableScopeTest/01: Fail
334 TypeVariableScopeTest/02: Fail 332 TypeVariableScopeTest/02: Fail
335 TypeVariableScopeTest/03: Fail 333 TypeVariableScopeTest/03: Fail
336 TypeVariableScopeTest/04: Fail 334 TypeVariableScopeTest/04: Fail
337 TypeVariableScopeTest/05: Fail 335 TypeVariableScopeTest/05: Fail
338 TypedMessageTest: Fail 336 TypedMessageTest: Fail
339 WhileTest: Fail 337 WhileTest: Fail
340 338
341 339
342 [ $component == leg && $mode == release] 340 [ $component == leg && $mode == release]
343 AssignTopMethodNegativeTest: Crash 341 AssignTopMethodNegativeTest: Crash
OLDNEW
« frog/leg/tree/nodes.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