| 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 && $checked ] | 7 [ $component == leg && $checked ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 | 10 |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 NativeClassInheritance1FrogTest: Fail | 207 NativeClassInheritance1FrogTest: Fail |
| 208 NativeClassInheritance2FrogTest: Fail | 208 NativeClassInheritance2FrogTest: Fail |
| 209 NativeClassInheritance3FrogTest: Fail | 209 NativeClassInheritance3FrogTest: Fail |
| 210 NativeClassIsCheck1FrogTest: Fail | 210 NativeClassIsCheck1FrogTest: Fail |
| 211 NativeClassIsCheck2FrogTest: Fail | 211 NativeClassIsCheck2FrogTest: Fail |
| 212 NativeLibrarySameNameUsedFrogTest: Fail | 212 NativeLibrarySameNameUsedFrogTest: Fail |
| 213 NativeNamedConstructors1FrogTest: Fail | 213 NativeNamedConstructors1FrogTest: Fail |
| 214 NativeNamedConstructors2FrogTest: Fail | 214 NativeNamedConstructors2FrogTest: Fail |
| 215 NativePropertyFrogTest: Fail | 215 NativePropertyFrogTest: Fail |
| 216 NewExpressionTypeArgsFrogTest/02: Fail | 216 NewExpressionTypeArgsFrogTest/02: Fail |
| 217 NonConstConstructorWithoutBodyTest: Fail | |
| 218 NonConstSuperNegativeTest: Fail | 217 NonConstSuperNegativeTest: Fail |
| 219 NonParameterizedFactory2Test: Fail | 218 NonParameterizedFactory2Test: Fail |
| 220 NullPointerExceptionTest: Fail | 219 NullPointerExceptionTest: Fail |
| 221 NullToStringTest: Fail | 220 NullToStringTest: Fail |
| 222 NumberIdentifierNegativeTest: Fail | 221 NumberIdentifierNegativeTest: Fail |
| 223 NumberSyntaxTest: Fail | 222 NumberSyntaxTest: Fail |
| 224 NumbersTest: Fail | 223 NumbersTest: Fail |
| 225 ObjectDynamicMethodTest: Fail | 224 ObjectDynamicMethodTest: Fail |
| 226 Operator1NegativeTest: Fail | 225 Operator1NegativeTest: Fail |
| 227 OptimizationTest: Fail | 226 OptimizationTest: Fail |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 StringConcatTest: Fail | 298 StringConcatTest: Fail |
| 300 StringInterpolate2Test: Fail | 299 StringInterpolate2Test: Fail |
| 301 StringInterpolateNPETest: Fail | 300 StringInterpolateNPETest: Fail |
| 302 StringInterpolateTest: Fail | 301 StringInterpolateTest: Fail |
| 303 StringInterpolation7NegativeTest: Fail | 302 StringInterpolation7NegativeTest: Fail |
| 304 StringJoinTest: Fail | 303 StringJoinTest: Fail |
| 305 StringTest: Fail | 304 StringTest: Fail |
| 306 SuperAllNamedConstructorTest: Fail | 305 SuperAllNamedConstructorTest: Fail |
| 307 SuperFieldAccessTest: Fail | 306 SuperFieldAccessTest: Fail |
| 308 SuperFieldTest: Fail | 307 SuperFieldTest: Fail |
| 309 SuperFirstConstructorTest: Fail | |
| 310 SuperImplicitClosureTest: Fail | 308 SuperImplicitClosureTest: Fail |
| 311 SuperOperatorTest: Fail | 309 SuperOperatorTest: Fail |
| 312 SuperSetterTest: Fail | 310 SuperSetterTest: Fail |
| 313 SuperTest: Fail | 311 SuperTest: Fail |
| 314 Switch6Test: Fail | 312 Switch6Test: Fail |
| 315 SwitchFallthruTest: Fail | 313 SwitchFallthruTest: Fail |
| 316 SwitchLabelTest: Fail | 314 SwitchLabelTest: Fail |
| 317 SwitchScopeTest: Fail | 315 SwitchScopeTest: Fail |
| 318 SwitchTest: Fail | 316 SwitchTest: Fail |
| 319 SyntaxTest/none: Fail | 317 SyntaxTest/none: Fail |
| (...skipping 27 matching lines...) Expand all Loading... |
| 347 TypeVariableScopeTest/02: Fail | 345 TypeVariableScopeTest/02: Fail |
| 348 TypeVariableScopeTest/03: Fail | 346 TypeVariableScopeTest/03: Fail |
| 349 TypeVariableScopeTest/04: Fail | 347 TypeVariableScopeTest/04: Fail |
| 350 TypeVariableScopeTest/05: Fail | 348 TypeVariableScopeTest/05: Fail |
| 351 TypedMessageTest: Fail | 349 TypedMessageTest: Fail |
| 352 WhileTest: Fail | 350 WhileTest: Fail |
| 353 | 351 |
| 354 | 352 |
| 355 [ $component == leg && $mode == release] | 353 [ $component == leg && $mode == release] |
| 356 AssignTopMethodNegativeTest: Crash | 354 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |