| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 PrivateMember2NegativeTest: Fail | 318 PrivateMember2NegativeTest: Fail |
| 319 PrivateMember3NegativeTest: Fail | 319 PrivateMember3NegativeTest: Fail |
| 320 PrivateTest: Fail | 320 PrivateTest: Fail |
| 321 RegExp3Test: Fail | 321 RegExp3Test: Fail |
| 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 TopLevelPrefixedDeclarationTest: Fail | |
| 329 TryCatch9NegativeTest: Fail | 328 TryCatch9NegativeTest: Fail |
| 330 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 329 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 331 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 |
| 332 TypeVariableBoundsTest/10: Fail | 331 TypeVariableBoundsTest/10: Fail |
| 333 TypeVariableShadowsClass: Fail # Issue 643 | 332 TypeVariableShadowsClass: Fail # Issue 643 |
| 334 WrongNumberTypeArgumentsTest: Fail | 333 WrongNumberTypeArgumentsTest: Fail |
| 335 ImplicitThisTest/01: Fail # Issue 376 | 334 ImplicitThisTest/01: Fail # Issue 376 |
| 336 ImplicitThisTest/02: Fail # Issue 376 | 335 ImplicitThisTest/02: Fail # Issue 376 |
| 337 ImplicitThisTest/03: Fail # Issue 376 | 336 ImplicitThisTest/03: Fail # Issue 376 |
| 338 ImplicitThisTest/04: Fail # Issue 376 | 337 ImplicitThisTest/04: Fail # Issue 376 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 # these tests are inconsistent in frogium and frogsh-node, investigate | 422 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 424 StaticField1RunNegativeTest: Pass # but error is not correct | 423 StaticField1RunNegativeTest: Pass # but error is not correct |
| 425 StaticField2RunNegativeTest: Pass # but error is not correct | 424 StaticField2RunNegativeTest: Pass # but error is not correct |
| 426 | 425 |
| 427 | 426 |
| 428 [ $arch == simarm ] | 427 [ $arch == simarm ] |
| 429 *: Skip | 428 *: Skip |
| 430 | 429 |
| 431 [ $arch == arm ] | 430 [ $arch == arm ] |
| 432 *: Skip | 431 *: Skip |
| OLD | NEW |