| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 Issue4295001Test: Crash | 193 Issue4295001Test: Crash |
| 194 Issue4515170Test: Fail | 194 Issue4515170Test: Fail |
| 195 LabelTest: Fail | 195 LabelTest: Fail |
| 196 Library1Test: Fail | 196 Library1Test: Fail |
| 197 Library5Test: Fail | 197 Library5Test: Fail |
| 198 LibraryPrefixesTest: Fail | 198 LibraryPrefixesTest: Fail |
| 199 LibrarySameNameUsedTest: Fail | 199 LibrarySameNameUsedTest: Fail |
| 200 ListLiteral2Test: Fail | 200 ListLiteral2Test: Fail |
| 201 ListLiteral3Test: Fail | 201 ListLiteral3Test: Fail |
| 202 ListLiteral4Test: Fail | 202 ListLiteral4Test: Fail |
| 203 ListLiteralNegativeTest: Crash | |
| 204 ListLiteralTest: Fail | 203 ListLiteralTest: Fail |
| 205 ListTest: Fail | 204 ListTest: Fail |
| 206 LocalFunction2Test: Fail | 205 LocalFunction2Test: Fail |
| 207 LocalFunction3Test: Crash | 206 LocalFunction3Test: Crash |
| 208 LocalFunctionTest: Crash | 207 LocalFunctionTest: Crash |
| 209 ManyCallsTest: Fail | 208 ManyCallsTest: Fail |
| 210 ManyGenericInstanceofTest: Fail | 209 ManyGenericInstanceofTest: Fail |
| 211 ManyOverriddenNoSuchMethodTest: Fail | 210 ManyOverriddenNoSuchMethodTest: Fail |
| 212 MapLiteral2Test: Fail | 211 MapLiteral2Test: Fail |
| 213 MapLiteral3Test: Fail | 212 MapLiteral3Test: Fail |
| 214 MapLiteral4Test: Fail | 213 MapLiteral4Test: Fail |
| 215 MapLiteralNegativeTest: Crash | |
| 216 MapLiteralTest: Fail | 214 MapLiteralTest: Fail |
| 217 MapTest: Fail | 215 MapTest: Fail |
| 218 MathVMTest: Fail | 216 MathVMTest: Fail |
| 219 MethodBindingTest: Crash | 217 MethodBindingTest: Crash |
| 220 MethodInvocationTest: Fail | 218 MethodInvocationTest: Fail |
| 221 MethodOverrideTest: Fail | 219 MethodOverrideTest: Fail |
| 222 MultiPass2Test: Fail | 220 MultiPass2Test: Fail |
| 223 MultiPassTest: Fail | 221 MultiPassTest: Fail |
| 224 NamedConstructorTest: Crash | 222 NamedConstructorTest: Crash |
| 225 NamedParametersNamedCountTest: Fail | 223 NamedParametersNamedCountTest: Fail |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 SuperFieldTest: Fail | 337 SuperFieldTest: Fail |
| 340 SuperImplicitClosureTest: Fail | 338 SuperImplicitClosureTest: Fail |
| 341 SuperOperatorTest: Fail | 339 SuperOperatorTest: Fail |
| 342 SuperSetterTest: Fail | 340 SuperSetterTest: Fail |
| 343 SuperTest: Crash | 341 SuperTest: Crash |
| 344 Switch6Test: Fail | 342 Switch6Test: Fail |
| 345 SwitchFallthruTest: Fail | 343 SwitchFallthruTest: Fail |
| 346 SwitchLabelTest: Fail | 344 SwitchLabelTest: Fail |
| 347 SwitchScopeTest: Fail | 345 SwitchScopeTest: Fail |
| 348 SwitchTest: Fail | 346 SwitchTest: Fail |
| 347 SyntaxTest/none: Fail |
| 349 TernaryTest: Fail | 348 TernaryTest: Fail |
| 350 TestNegativeTest: Crash | 349 TestNegativeTest: Crash |
| 351 Throw1Test: Fail | 350 Throw1Test: Fail |
| 352 Throw2Test: Fail | 351 Throw2Test: Fail |
| 353 Throw3Test: Fail | 352 Throw3Test: Fail |
| 354 Throw4Test: Fail | 353 Throw4Test: Fail |
| 355 Throw5Test: Fail | 354 Throw5Test: Fail |
| 356 Throw6Test: Fail | 355 Throw6Test: Fail |
| 357 ThrowTest: Fail | 356 ThrowTest: Fail |
| 358 ToStringAsFixedTest: Fail | 357 ToStringAsFixedTest: Fail |
| (...skipping 20 matching lines...) Expand all Loading... |
| 379 TypeVariableBoundsTest/06: Fail | 378 TypeVariableBoundsTest/06: Fail |
| 380 TypeVariableBoundsTest/09: Fail | 379 TypeVariableBoundsTest/09: Fail |
| 381 TypeVariableBoundsTest/10: Fail | 380 TypeVariableBoundsTest/10: Fail |
| 382 TypeVariableBoundsTest/none: Fail | 381 TypeVariableBoundsTest/none: Fail |
| 383 TypeVariableScopeTest/none: Fail | 382 TypeVariableScopeTest/none: Fail |
| 384 TypedMessageTest: Fail | 383 TypedMessageTest: Fail |
| 385 Unary2Test: Fail | 384 Unary2Test: Fail |
| 386 UnaryTest: Fail | 385 UnaryTest: Fail |
| 387 UnboundGetterTest: Fail | 386 UnboundGetterTest: Fail |
| 388 WhileTest: Fail | 387 WhileTest: Fail |
| OLD | NEW |