| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 StringEscapesTest: Fail | 305 StringEscapesTest: Fail |
| 306 StringTest: Fail | 306 StringTest: Fail |
| 307 SuperImplicitClosureTest: Fail | 307 SuperImplicitClosureTest: Fail |
| 308 SuperTest: Fail # this is testing precise ordering of super constructor call | 308 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 309 SwitchLabelTest: Fail | 309 SwitchLabelTest: Fail |
| 310 TryCatch9NegativeTest: Fail | 310 TryCatch9NegativeTest: Fail |
| 311 TypeVariableBoundsTest/01: Fail # these tests would work if the type was constru
cted | 311 TypeVariableBoundsTest/01: Fail # these tests would work if the type was constru
cted |
| 312 TypeVariableBoundsTest/02: Fail | 312 TypeVariableBoundsTest/02: Fail |
| 313 TypeVariableBoundsTest/05: Fail | 313 TypeVariableBoundsTest/05: Fail |
| 314 TypeVariableBoundsTest/06: Fail | 314 TypeVariableBoundsTest/06: Fail |
| 315 TypeVariableScopeTest/00: Fail | |
| 316 TypeVariableScopeTest/02: Fail | |
| 317 TypeVariableScopeTest/03: Fail | |
| 318 TypeVariableScopeTest/04: Fail | |
| 319 TypeVariableScopeTest/06: Fail | |
| 320 WrongNumberTypeArgumentsTest: Fail | 315 WrongNumberTypeArgumentsTest: Fail |
| 321 ImplicitThisTest/01: Fail # Issue 376 | 316 ImplicitThisTest/01: Fail # Issue 376 |
| 322 ImplicitThisTest/02: Fail # Issue 376 | 317 ImplicitThisTest/02: Fail # Issue 376 |
| 323 ImplicitThisTest/03: Fail # Issue 376 | 318 ImplicitThisTest/03: Fail # Issue 376 |
| 324 ImplicitThisTest/04: Fail # Issue 376 | 319 ImplicitThisTest/04: Fail # Issue 376 |
| 325 ImplicitThisTest/none: Fail # Issue 376 | 320 ImplicitThisTest/none: Fail # Issue 376 |
| 326 | 321 |
| 327 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $unchecked ] | 322 [ ($component == frogsh || $component == frog || $component == leg || $componen
t == frogium) && $unchecked ] |
| 328 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 323 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 329 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 324 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 StaticField2RunNegativeTest: Fail | 368 StaticField2RunNegativeTest: Fail |
| 374 | 369 |
| 375 [ $arch == x64 ] | 370 [ $arch == x64 ] |
| 376 *: Skip | 371 *: Skip |
| 377 | 372 |
| 378 [ $arch == simarm ] | 373 [ $arch == simarm ] |
| 379 *: Skip | 374 *: Skip |
| 380 | 375 |
| 381 [ $arch == arm ] | 376 [ $arch == arm ] |
| 382 *: Skip | 377 *: Skip |
| OLD | NEW |