| OLD | NEW |
| 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 prefix language | 5 prefix language |
| 6 | 6 |
| 7 [ $component == leg ] | 7 [ $component == leg ] |
| 8 AbstractStaticNegativeTest: Fail | 8 AbstractStaticNegativeTest: Fail |
| 9 AllocateTest: Fail | 9 AllocateTest: Fail |
| 10 ApplicationTest: Fail | 10 ApplicationTest: Fail |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 ConstructorRedirect3NegativeTest: Crash | 71 ConstructorRedirect3NegativeTest: Crash |
| 72 ConstructorRedirect4NegativeTest: Crash | 72 ConstructorRedirect4NegativeTest: Crash |
| 73 ConstructorRedirect5NegativeTest: Crash | 73 ConstructorRedirect5NegativeTest: Crash |
| 74 ConstructorRedirectTest: Crash | 74 ConstructorRedirectTest: Crash |
| 75 ConstructorReturnNegativeTest: Fail | 75 ConstructorReturnNegativeTest: Fail |
| 76 ConstructorReturnTest: Fail | 76 ConstructorReturnTest: Fail |
| 77 ConstructorReturnWithArrowNegativeTest: Fail | 77 ConstructorReturnWithArrowNegativeTest: Fail |
| 78 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 78 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
| 79 ConstructorReturnWithInitNegativeTest: Fail | 79 ConstructorReturnWithInitNegativeTest: Fail |
| 80 ConstructorTest: Crash | 80 ConstructorTest: Crash |
| 81 ContextArgsWithDefaultsTest: Crash | 81 ContextArgsWithDefaultsTest: Fail |
| 82 ContextTest: Crash | 82 ContextTest: Crash |
| 83 ContinueTest: Fail | 83 ContinueTest: Fail |
| 84 CyclicImportTest: Fail | 84 CyclicImportTest: Fail |
| 85 DefaultClassImplicitConstructorTest: Fail | 85 DefaultClassImplicitConstructorTest: Fail |
| 86 DefaultFactory2Test: Fail | 86 DefaultFactory2Test: Fail |
| 87 DefaultFactoryLibraryTest: Fail | 87 DefaultFactoryLibraryTest: Fail |
| 88 DefaultFactoryTest: Fail | 88 DefaultFactoryTest: Fail |
| 89 DefaultImplementationTest: Fail | 89 DefaultImplementationTest: Fail |
| 90 DefaultInitTest: Fail | 90 DefaultInitTest: Fail |
| 91 DeoptNoFeedbackTest: Fail | 91 DeoptNoFeedbackTest: Fail |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 StringInterpolationTest/none: Fail | 336 StringInterpolationTest/none: Fail |
| 337 StringJoinTest: Fail | 337 StringJoinTest: Fail |
| 338 StringTest: Fail | 338 StringTest: Fail |
| 339 StringUnicode1NegativeTest: Fail | 339 StringUnicode1NegativeTest: Fail |
| 340 StringUnicode2NegativeTest: Fail | 340 StringUnicode2NegativeTest: Fail |
| 341 StringUnicode3NegativeTest: Fail | 341 StringUnicode3NegativeTest: Fail |
| 342 StringUnicode4NegativeTest: Fail | 342 StringUnicode4NegativeTest: Fail |
| 343 SuperCall2Test: Fail | 343 SuperCall2Test: Fail |
| 344 SuperCallTest: Fail | 344 SuperCallTest: Fail |
| 345 SuperFieldTest: Fail | 345 SuperFieldTest: Fail |
| 346 SuperImplicitClosureTest: Crash | 346 SuperImplicitClosureTest: Fail |
| 347 SuperOperatorTest: Fail | 347 SuperOperatorTest: Fail |
| 348 SuperSetterTest: Fail | 348 SuperSetterTest: Fail |
| 349 SuperTest: Crash | 349 SuperTest: Crash |
| 350 Switch6Test: Fail | 350 Switch6Test: Fail |
| 351 SwitchFallthruTest: Fail | 351 SwitchFallthruTest: Fail |
| 352 SwitchLabelTest: Fail | 352 SwitchLabelTest: Fail |
| 353 SwitchScopeTest: Fail | 353 SwitchScopeTest: Fail |
| 354 SwitchTest: Fail | 354 SwitchTest: Fail |
| 355 TernaryTest: Fail | 355 TernaryTest: Fail |
| 356 TestNegativeTest: Crash | 356 TestNegativeTest: Crash |
| (...skipping 28 matching lines...) Expand all Loading... |
| 385 TypeVariableBoundsTest/06: Fail | 385 TypeVariableBoundsTest/06: Fail |
| 386 TypeVariableBoundsTest/09: Fail | 386 TypeVariableBoundsTest/09: Fail |
| 387 TypeVariableBoundsTest/10: Fail | 387 TypeVariableBoundsTest/10: Fail |
| 388 TypeVariableBoundsTest/none: Fail | 388 TypeVariableBoundsTest/none: Fail |
| 389 TypeVariableScopeTest/none: Fail | 389 TypeVariableScopeTest/none: Fail |
| 390 TypedMessageTest: Fail | 390 TypedMessageTest: Fail |
| 391 Unary2Test: Fail | 391 Unary2Test: Fail |
| 392 UnaryTest: Fail | 392 UnaryTest: Fail |
| 393 UnboundGetterTest: Fail | 393 UnboundGetterTest: Fail |
| 394 WhileTest: Fail | 394 WhileTest: Fail |
| OLD | NEW |