| 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 # 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 ScopeNegativeTest: Fail | 322 ScopeNegativeTest: Fail |
| 323 ScriptNegativeTest: Fail | 323 ScriptNegativeTest: Fail |
| 324 StringTest: Fail | 324 StringTest: Fail |
| 325 SuperImplicitClosureTest: Fail | 325 SuperImplicitClosureTest: Fail |
| 326 SuperTest: Fail # this is testing precise ordering of super constructor call | 326 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 327 SwitchLabelTest: Fail | 327 SwitchLabelTest: Fail |
| 328 TryCatch9NegativeTest: Fail | 328 TryCatch9NegativeTest: Fail |
| 329 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 329 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 330 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 330 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 331 TypeVariableBoundsTest/10: Fail | 331 TypeVariableBoundsTest/10: Fail |
| 332 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 |
| 332 TypeVariableShadowsClass: Fail # Issue 643 | 333 TypeVariableShadowsClass: Fail # Issue 643 |
| 333 WrongNumberTypeArgumentsTest: Fail | 334 WrongNumberTypeArgumentsTest: Fail |
| 334 ImplicitThisTest/01: Fail # Issue 376 | 335 ImplicitThisTest/01: Fail # Issue 376 |
| 335 ImplicitThisTest/02: Fail # Issue 376 | 336 ImplicitThisTest/02: Fail # Issue 376 |
| 336 ImplicitThisTest/03: Fail # Issue 376 | 337 ImplicitThisTest/03: Fail # Issue 376 |
| 337 ImplicitThisTest/04: Fail # Issue 376 | 338 ImplicitThisTest/04: Fail # Issue 376 |
| 338 ImplicitThisTest/none: Fail # Issue 376 | 339 ImplicitThisTest/none: Fail # Issue 376 |
| 339 | 340 |
| 340 #Issue 1308 | 341 #Issue 1308 |
| 341 NamedParameters2Test: Fail | 342 NamedParameters2Test: Fail |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 # these tests are inconsistent in frogium and frogsh-node, investigate | 423 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 423 StaticField1RunNegativeTest: Pass # but error is not correct | 424 StaticField1RunNegativeTest: Pass # but error is not correct |
| 424 StaticField2RunNegativeTest: Pass # but error is not correct | 425 StaticField2RunNegativeTest: Pass # but error is not correct |
| 425 | 426 |
| 426 | 427 |
| 427 [ $arch == simarm ] | 428 [ $arch == simarm ] |
| 428 *: Skip | 429 *: Skip |
| 429 | 430 |
| 430 [ $arch == arm ] | 431 [ $arch == arm ] |
| 431 *: Skip | 432 *: Skip |
| OLD | NEW |