| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 MethodBindingTest: Fail | 179 MethodBindingTest: Fail |
| 180 MethodInvocationTest: Fail | 180 MethodInvocationTest: Fail |
| 181 MethodNameTest: Fail | 181 MethodNameTest: Fail |
| 182 MethodOverrideTest: Fail | 182 MethodOverrideTest: Fail |
| 183 NamedArgumentInConstCreationTest: Fail | 183 NamedArgumentInConstCreationTest: Fail |
| 184 NamedParameters2Test: Fail | 184 NamedParameters2Test: Fail |
| 185 NamedParameters3Test: Fail | 185 NamedParameters3Test: Fail |
| 186 NamedParameters4Test: Fail | 186 NamedParameters4Test: Fail |
| 187 NamedParametersPassingFalsyTest: Fail | 187 NamedParametersPassingFalsyTest: Fail |
| 188 NamedParametersTypeTest: Fail | 188 NamedParametersTypeTest: Fail |
| 189 NamedParametersWithDollarsTest: Fail | |
| 190 NamingTest: Fail | 189 NamingTest: Fail |
| 191 NativeClassInheritance1FrogTest: Fail | 190 NativeClassInheritance1FrogTest: Fail |
| 192 NativeClassInheritance2FrogTest: Fail | 191 NativeClassInheritance2FrogTest: Fail |
| 193 NativeClassInheritance3FrogTest: Fail | 192 NativeClassInheritance3FrogTest: Fail |
| 194 NativeClassIsCheck1FrogTest: Fail | 193 NativeClassIsCheck1FrogTest: Fail |
| 195 NativeClassIsCheck2FrogTest: Fail | 194 NativeClassIsCheck2FrogTest: Fail |
| 196 NativeLibrarySameNameUsedFrogTest: Fail | 195 NativeLibrarySameNameUsedFrogTest: Fail |
| 197 NativeNamedConstructors1FrogTest: Fail | 196 NativeNamedConstructors1FrogTest: Fail |
| 198 NativeNamedConstructors2FrogTest: Fail | 197 NativeNamedConstructors2FrogTest: Fail |
| 199 NativePropertyFrogTest: Fail | 198 NativePropertyFrogTest: Fail |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 StaticTopLevelTest/00: Fail | 275 StaticTopLevelTest/00: Fail |
| 277 StaticTopLevelTest/01: Fail | 276 StaticTopLevelTest/01: Fail |
| 278 StaticTopLevelTest/02: Fail | 277 StaticTopLevelTest/02: Fail |
| 279 StaticTopLevelTest/03: Fail | 278 StaticTopLevelTest/03: Fail |
| 280 StaticTopLevelTest/04: Fail | 279 StaticTopLevelTest/04: Fail |
| 281 StaticTopLevelTest/05: Fail | 280 StaticTopLevelTest/05: Fail |
| 282 StringConcatTest: Fail | 281 StringConcatTest: Fail |
| 283 StringInterpolate2Test: Fail | 282 StringInterpolate2Test: Fail |
| 284 StringInterpolateNPETest: Fail | 283 StringInterpolateNPETest: Fail |
| 285 StringInterpolation7NegativeTest: Fail | 284 StringInterpolation7NegativeTest: Fail |
| 286 StringJoinTest: Fail | |
| 287 StringTest: Fail | 285 StringTest: Fail |
| 288 SuperAllNamedConstructorTest: Fail | 286 SuperAllNamedConstructorTest: Fail |
| 289 SuperFieldAccessTest: Fail | 287 SuperFieldAccessTest: Fail |
| 290 SuperFieldTest: Fail | 288 SuperFieldTest: Fail |
| 291 SuperFirstConstructorTest: Fail | 289 SuperFirstConstructorTest: Fail |
| 292 SuperImplicitClosureTest: Fail | 290 SuperImplicitClosureTest: Fail |
| 293 SuperOperatorTest: Fail | 291 SuperOperatorTest: Fail |
| 294 SuperSetterTest: Fail | 292 SuperSetterTest: Fail |
| 295 SuperTest: Fail | 293 SuperTest: Fail |
| 296 Switch6Test: Fail | 294 Switch6Test: Fail |
| (...skipping 29 matching lines...) Expand all Loading... |
| 326 TypeVariableScopeTest/02: Fail | 324 TypeVariableScopeTest/02: Fail |
| 327 TypeVariableScopeTest/03: Fail | 325 TypeVariableScopeTest/03: Fail |
| 328 TypeVariableScopeTest/04: Fail | 326 TypeVariableScopeTest/04: Fail |
| 329 TypeVariableScopeTest/05: Fail | 327 TypeVariableScopeTest/05: Fail |
| 330 TypedMessageTest: Fail | 328 TypedMessageTest: Fail |
| 331 WhileTest: Fail | 329 WhileTest: Fail |
| 332 | 330 |
| 333 | 331 |
| 334 [ $component == leg && $mode == release] | 332 [ $component == leg && $mode == release] |
| 335 AssignTopMethodNegativeTest: Crash | 333 AssignTopMethodNegativeTest: Crash |
| OLD | NEW |