| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin
g the test harness? Leg is bailing on all these tests after seeing the "extends"
factory syntax. | 320 TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusin
g the test harness? Leg is bailing on all these tests after seeing the "extends"
factory syntax. |
| 321 TypeVariableBoundsTest/03: Pass | 321 TypeVariableBoundsTest/03: Pass |
| 322 TypeVariableBoundsTest/04: Pass | 322 TypeVariableBoundsTest/04: Pass |
| 323 TypeVariableBoundsTest/02: Fail | 323 TypeVariableBoundsTest/02: Fail |
| 324 TypeVariableBoundsTest/06: Fail | 324 TypeVariableBoundsTest/06: Fail |
| 325 | 325 |
| 326 | 326 |
| 327 [ $component == frog || $component == frogsh || $component == leg ] | 327 [ $component == frog || $component == frogsh || $component == leg ] |
| 328 # these tests are inconsistent in frogium and frogsh-node, investigate | 328 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 329 InstanceofTest: Fail | 329 InstanceofTest: Fail |
| 330 ParameterInitializerTest: Pass | |
| 331 StaticField1RunNegativeTest: Pass | 330 StaticField1RunNegativeTest: Pass |
| 332 StaticField2RunNegativeTest: Pass | 331 StaticField2RunNegativeTest: Pass |
| 333 NumberSyntaxTest: Fail | 332 NumberSyntaxTest: Fail |
| 334 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. | 333 NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined. |
| 335 | 334 |
| 336 [ $component == frogium ] | 335 [ $component == frogium ] |
| 337 # these tests are inconsistent in frogium and frogsh-node, investigate | 336 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 338 ParameterInitializerTest: Fail | 337 StaticField1RunNegativeTest: Pass # but error is not correct |
| 339 StaticField1RunNegativeTest: Fail | 338 StaticField2RunNegativeTest: Pass # but error is not correct |
| 340 StaticField2RunNegativeTest: Fail | |
| 341 InstanceofTest: Timeout | 339 InstanceofTest: Timeout |
| 342 NumberSyntaxTest: Timeout | 340 NumberSyntaxTest: Timeout |
| 343 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. | 341 NativeNamedConstructors2FrogTest: Timeout # ReferenceError: A is not defined. |
| 344 | 342 |
| 345 [ $arch == x64 ] | 343 [ $arch == x64 ] |
| 346 *: Skip | 344 *: Skip |
| 347 | 345 |
| 348 [ $arch == simarm ] | 346 [ $arch == simarm ] |
| 349 *: Skip | 347 *: Skip |
| 350 | 348 |
| 351 [ $arch == arm ] | 349 [ $arch == arm ] |
| 352 *: Skip | 350 *: Skip |
| OLD | NEW |