| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 FunctionTypeParameterTest: Fail | 237 FunctionTypeParameterTest: Fail |
| 238 GenericDeepTest: Fail | 238 GenericDeepTest: Fail |
| 239 GenericInstanceofTest: Fail | 239 GenericInstanceofTest: Fail |
| 240 GenericSyntaxTest: Fail | 240 GenericSyntaxTest: Fail |
| 241 GenericTest: Fail | 241 GenericTest: Fail |
| 242 GenericsTest: Fail | 242 GenericsTest: Fail |
| 243 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case | 243 GetterClosureExecutionOrderTest: Pass # TODO(jmesserly): I don't think this is r
eally passing in the static case |
| 244 ImplicitScopeTest: Fail | 244 ImplicitScopeTest: Fail |
| 245 ImpliedInterfaceTest: Fail | 245 ImpliedInterfaceTest: Fail |
| 246 IncrOpTest: Fail | 246 IncrOpTest: Fail |
| 247 InstanceofTest: Fail |
| 247 Instanceof2Test: Fail | 248 Instanceof2Test: Fail |
| 248 InterfaceFactory3NegativeTest: Fail | 249 InterfaceFactory3NegativeTest: Fail |
| 249 IsNotClass4NegativeTest: Fail | 250 IsNotClass4NegativeTest: Fail |
| 250 LabelTest: Fail | 251 LabelTest: Fail |
| 251 Library1NegativeTest: Fail # issue with test see #354 | 252 Library1NegativeTest: Fail # issue with test see #354 |
| 252 Library4NegativeTest: Fail # issue with test see #354 | 253 Library4NegativeTest: Fail # issue with test see #354 |
| 253 Library5NegativeTest: Fail # issue with test see #354 | 254 Library5NegativeTest: Fail # issue with test see #354 |
| 254 Library6NegativeTest: Fail # issue with test see #354 | 255 Library6NegativeTest: Fail # issue with test see #354 |
| 255 ListLiteral3Test: Fail # vm and frog throw different exceptions | 256 ListLiteral3Test: Fail # vm and frog throw different exceptions |
| 256 ListLiteral4Test: Fail # missing type checks on index operations | 257 ListLiteral4Test: Fail # missing type checks on index operations |
| 257 ListTest: Fail # array bound checks not implemented | 258 ListTest: Fail # array bound checks not implemented |
| 258 LocalFunction3Test: Fail | 259 LocalFunction3Test: Fail |
| 259 LocalFunctionTest: Fail | 260 LocalFunctionTest: Fail |
| 260 ManyGenericInstanceofTest: Fail | 261 ManyGenericInstanceofTest: Fail |
| 261 MapLiteral4Test: Fail # missing checks on map index operations | 262 MapLiteral4Test: Fail # missing checks on map index operations |
| 262 MathTest: Fail | 263 MathTest: Fail |
| 263 MethodOverrideTest: Fail | 264 MethodOverrideTest: Fail |
| 264 NamedParametersPassingFalsyTest: Fail | 265 NamedParametersPassingFalsyTest: Fail |
| 265 NamedParametersTypeTest: Fail | 266 NamedParametersTypeTest: Fail |
| 266 NamedParametersWithConversionsTest: Fail | 267 NamedParametersWithConversionsTest: Fail |
| 267 NonConstSuperNegativeTest: Fail | 268 NonConstSuperNegativeTest: Fail |
| 268 NonParameterizedFactoryTest: Fail | 269 NonParameterizedFactoryTest: Fail |
| 269 NonParameterizedFactory2Test: Fail | 270 NonParameterizedFactory2Test: Fail |
| 270 NullPointerExceptionTest: Fail | 271 NullPointerExceptionTest: Fail |
| 271 NullTest: Fail | 272 NullTest: Fail |
| 272 NullToStringTest: Fail | 273 NullToStringTest: Fail |
| 273 NumbersTest: Fail | 274 NumbersTest: Fail |
| 275 NumberSyntaxTest: Fail |
| 274 ObjectDynamicMethodTest: Fail | 276 ObjectDynamicMethodTest: Fail |
| 275 OverrideMethodWithFieldTest/01: Fail | 277 OverrideMethodWithFieldTest/01: Fail |
| 276 OverrideFieldTest/01: Fail | 278 OverrideFieldTest/01: Fail |
| 277 OverrideFieldTest/04: Fail | 279 OverrideFieldTest/04: Fail |
| 278 ParameterInitializer5NegativeTest: Fail # Issue 581 | 280 ParameterInitializer5NegativeTest: Fail # Issue 581 |
| 279 Prefix3NegativeTest: Fail | 281 Prefix3NegativeTest: Fail |
| 280 Prefix7NegativeTest: Fail | 282 Prefix7NegativeTest: Fail |
| 281 Prefix8NegativeTest: Fail | 283 Prefix8NegativeTest: Fail |
| 282 Prefix9NegativeTest: Fail | 284 Prefix9NegativeTest: Fail |
| 283 Prefix11NegativeTest: Fail | 285 Prefix11NegativeTest: Fail |
| (...skipping 29 matching lines...) Expand all Loading... |
| 313 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 315 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 314 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 316 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 315 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 317 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 316 StringConcatTest: Fail | 318 StringConcatTest: Fail |
| 317 | 319 |
| 318 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 320 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 319 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 321 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 320 | 322 |
| 321 [ $component == frog || $component == frogsh ] | 323 [ $component == frog || $component == frogsh ] |
| 322 # these tests are inconsistent in frogium and frogsh-node, investigate | 324 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 323 InstanceofTest: Fail | |
| 324 StaticField1RunNegativeTest: Pass | 325 StaticField1RunNegativeTest: Pass |
| 325 StaticField2RunNegativeTest: Pass | 326 StaticField2RunNegativeTest: Pass |
| 326 NumberSyntaxTest: Fail | |
| 327 | 327 |
| 328 [ $component == frogium ] | 328 [ $component == frogium ] |
| 329 # these tests are inconsistent in frogium and frogsh-node, investigate | 329 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 330 StaticField1RunNegativeTest: Pass # but error is not correct | 330 StaticField1RunNegativeTest: Pass # but error is not correct |
| 331 StaticField2RunNegativeTest: Pass # but error is not correct | 331 StaticField2RunNegativeTest: Pass # but error is not correct |
| 332 InstanceofTest: Timeout | |
| 333 NumberSyntaxTest: Timeout | |
| 334 | 332 |
| 335 [ $arch == x64 ] | 333 [ $arch == x64 ] |
| 336 *: Skip | 334 *: Skip |
| 337 | 335 |
| 338 [ $arch == simarm ] | 336 [ $arch == simarm ] |
| 339 *: Skip | 337 *: Skip |
| 340 | 338 |
| 341 [ $arch == arm ] | 339 [ $arch == arm ] |
| 342 *: Skip | 340 *: Skip |
| OLD | NEW |