| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 SuperImplicitClosureTest: Fail | 311 SuperImplicitClosureTest: Fail |
| 312 SuperTest: Fail # this is testing precise ordering of super constructor call | 312 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 313 SwitchLabelTest: Fail | 313 SwitchLabelTest: Fail |
| 314 TryCatch9NegativeTest: Fail | 314 TryCatch9NegativeTest: Fail |
| 315 TypeVariableBoundsTest/none: Fail # Issue 417 | 315 TypeVariableBoundsTest/none: Fail # Issue 417 |
| 316 TypeVariableBoundsTest/00: Fail # Issue 417 | 316 TypeVariableBoundsTest/00: Fail # Issue 417 |
| 317 TypeVariableBoundsTest/03: Fail # Issue 417 | 317 TypeVariableBoundsTest/03: Fail # Issue 417 |
| 318 TypeVariableBoundsTest/04: Fail # Issue 417 | 318 TypeVariableBoundsTest/04: Fail # Issue 417 |
| 319 TypeVariableScopeTest/none: Fail # Issue 417 | 319 TypeVariableScopeTest/none: Fail # Issue 417 |
| 320 UnboundGetterTest: Fail | 320 UnboundGetterTest: Fail |
| 321 VarInitTest: Fail | |
| 322 WrongNumberTypeArgumentsTest: Fail | 321 WrongNumberTypeArgumentsTest: Fail |
| 323 ImplicitThisTest/01: Fail # Issue 376 | 322 ImplicitThisTest/01: Fail # Issue 376 |
| 324 ImplicitThisTest/02: Fail # Issue 376 | 323 ImplicitThisTest/02: Fail # Issue 376 |
| 325 ImplicitThisTest/03: Fail # Issue 376 | 324 ImplicitThisTest/03: Fail # Issue 376 |
| 326 ImplicitThisTest/04: Fail # Issue 376 | 325 ImplicitThisTest/04: Fail # Issue 376 |
| 327 ImplicitThisTest/none: Fail # Issue 376 | 326 ImplicitThisTest/none: Fail # Issue 376 |
| 328 FinalVarNegativeTest: Fail | 327 FinalVarNegativeTest: Fail |
| 329 | 328 |
| 330 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $unchecked ] | 329 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $unchecked ] |
| 331 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 330 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 353 StaticField2RunNegativeTest: Fail | 352 StaticField2RunNegativeTest: Fail |
| 354 | 353 |
| 355 [ $arch == x64 ] | 354 [ $arch == x64 ] |
| 356 *: Skip | 355 *: Skip |
| 357 | 356 |
| 358 [ $arch == simarm ] | 357 [ $arch == simarm ] |
| 359 *: Skip | 358 *: Skip |
| 360 | 359 |
| 361 [ $arch == arm ] | 360 [ $arch == arm ] |
| 362 *: Skip | 361 *: Skip |
| OLD | NEW |