| OLD | NEW |
| 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 ] | 7 [ $component == leg ] |
| 8 AbstractStaticNegativeTest: Fail | 8 AbstractStaticNegativeTest: Fail |
| 9 AllocateTest: Fail | 9 AllocateTest: Fail |
| 10 ApplicationTest: Fail | 10 ApplicationTest: Fail |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 GenericsTest: Fail | 141 GenericsTest: Fail |
| 142 GetterClosureExecutionOrderTest: Fail | 142 GetterClosureExecutionOrderTest: Fail |
| 143 GettersSettersTest: Fail | 143 GettersSettersTest: Fail |
| 144 HelloScriptTest: Fail | 144 HelloScriptTest: Fail |
| 145 IfTest: Fail | 145 IfTest: Fail |
| 146 ImplicitClosure1Test: Fail | 146 ImplicitClosure1Test: Fail |
| 147 ImplicitClosureTest: Fail | 147 ImplicitClosureTest: Fail |
| 148 ImplicitScopeTest: Fail | 148 ImplicitScopeTest: Fail |
| 149 ImpliedInterfaceTest: Fail | 149 ImpliedInterfaceTest: Fail |
| 150 ImportCoreImplNoPrefixTest: Fail | 150 ImportCoreImplNoPrefixTest: Fail |
| 151 IncrOpTest: Fail | |
| 152 InlineGetterTest: Fail | 151 InlineGetterTest: Fail |
| 153 InstFieldInitializer1NegativeTest: Fail | 152 InstFieldInitializer1NegativeTest: Fail |
| 154 InstFieldInitializerTest: Fail | 153 InstFieldInitializerTest: Fail |
| 155 InstanceCompoundAssignmentOperatorTest: Fail | 154 InstanceCompoundAssignmentOperatorTest: Fail |
| 156 InstanceFieldInitializerTest: Fail | 155 InstanceFieldInitializerTest: Fail |
| 157 Instanceof2Test: Fail | 156 Instanceof2Test: Fail |
| 158 InstanceofTest: Fail | 157 InstanceofTest: Fail |
| 159 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. | 158 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. |
| 160 IntTest: Fail | 159 IntTest: Fail |
| 161 InterfaceCycleNegativeTest: Fail | 160 InterfaceCycleNegativeTest: Fail |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 RegExp2Test: Fail | 292 RegExp2Test: Fail |
| 294 RegExp3Test: Fail | 293 RegExp3Test: Fail |
| 295 RegExpTest: Fail | 294 RegExpTest: Fail |
| 296 RethrowTest: Fail | 295 RethrowTest: Fail |
| 297 SavannahTest: Fail | 296 SavannahTest: Fail |
| 298 ScopeNegativeTest: Fail | 297 ScopeNegativeTest: Fail |
| 299 Script1NegativeTest: Fail | 298 Script1NegativeTest: Fail |
| 300 Script2NegativeTest: Fail | 299 Script2NegativeTest: Fail |
| 301 ScriptNegativeTest: Fail | 300 ScriptNegativeTest: Fail |
| 302 Setter0Test: Fail | 301 Setter0Test: Fail |
| 303 Setter1Test: Fail | |
| 304 SourceSelfNegativeTest: Fail | 302 SourceSelfNegativeTest: Fail |
| 305 StackOverflowTest: Fail | 303 StackOverflowTest: Fail |
| 306 StackTraceTest: Fail | 304 StackTraceTest: Fail |
| 307 StatementTest: Fail | 305 StatementTest: Fail |
| 308 StaticFieldTest: Fail | 306 StaticFieldTest: Fail |
| 309 StaticFinalField2NegativeTest: Fail | 307 StaticFinalField2NegativeTest: Fail |
| 310 StaticFinalFieldNegativeTest: Fail | 308 StaticFinalFieldNegativeTest: Fail |
| 311 StaticFinalFieldTest: Fail | 309 StaticFinalFieldTest: Fail |
| 312 StaticImplicitClosureTest: Fail | 310 StaticImplicitClosureTest: Fail |
| 313 StaticImplicitClosureTest: Fail | 311 StaticImplicitClosureTest: Fail |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 TypeVariableBoundsTest/06: Fail | 369 TypeVariableBoundsTest/06: Fail |
| 372 TypeVariableBoundsTest/09: Fail | 370 TypeVariableBoundsTest/09: Fail |
| 373 TypeVariableBoundsTest/10: Fail | 371 TypeVariableBoundsTest/10: Fail |
| 374 TypeVariableBoundsTest/none: Fail | 372 TypeVariableBoundsTest/none: Fail |
| 375 TypeVariableScopeTest/none: Fail | 373 TypeVariableScopeTest/none: Fail |
| 376 TypedMessageTest: Fail | 374 TypedMessageTest: Fail |
| 377 Unary2Test: Fail | 375 Unary2Test: Fail |
| 378 UnaryTest: Fail | 376 UnaryTest: Fail |
| 379 UnboundGetterTest: Fail | 377 UnboundGetterTest: Fail |
| 380 WhileTest: Fail | 378 WhileTest: Fail |
| OLD | NEW |