| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 305 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 306 TypeVariableBoundsTest/01: Fail | 306 TypeVariableBoundsTest/01: Fail |
| 307 TypeVariableBoundsTest/10: Fail | 307 TypeVariableBoundsTest/10: Fail |
| 308 WrongNumberTypeArgumentsTest: Fail | 308 WrongNumberTypeArgumentsTest: Fail |
| 309 ImplicitThisTest/01: Fail # Issue 376 | 309 ImplicitThisTest/01: Fail # Issue 376 |
| 310 ImplicitThisTest/02: Fail # Issue 376 | 310 ImplicitThisTest/02: Fail # Issue 376 |
| 311 ImplicitThisTest/03: Fail # Issue 376 | 311 ImplicitThisTest/03: Fail # Issue 376 |
| 312 ImplicitThisTest/04: Fail # Issue 376 | 312 ImplicitThisTest/04: Fail # Issue 376 |
| 313 ImplicitThisTest/none: Fail # Issue 376 | 313 ImplicitThisTest/none: Fail # Issue 376 |
| 314 | 314 |
| 315 PseudoKWIllegalTest/01: Fail # Issue 356 | |
| 316 PseudoKWIllegalTest/02: Fail # Issue 356 | |
| 317 PseudoKWIllegalTest/03: Fail # Issue 356 | |
| 318 PseudoKWIllegalTest/05: Fail # Issue 356 | |
| 319 PseudoKWIllegalTest/06: Fail # Issue 356 | |
| 320 PseudoKWIllegalTest/07: Fail # Issue 356 | |
| 321 PseudoKWIllegalTest/08: Fail # Issue 356 | |
| 322 PseudoKWIllegalTest/09: Fail # Issue 356 | |
| 323 PseudoKWIllegalTest/10: Fail # Issue 356 | |
| 324 PseudoKWIllegalTest/11: Fail # Issue 356 | |
| 325 PseudoKWIllegalTest/12: Fail # Issue 356 | |
| 326 PseudoKWIllegalTest/13: Fail # Issue 356 | |
| 327 PseudoKWIllegalTest/14: Fail # Issue 356 | |
| 328 PseudoKWIllegalTest/15: Fail # Issue 356 | |
| 329 PseudoKWIllegalTest/16: Fail # Issue 356 | |
| 330 | |
| 331 | 315 |
| 332 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 316 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 333 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 317 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 334 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 318 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 335 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 319 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 336 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 320 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 337 StringConcatTest: Fail | 321 StringConcatTest: Fail |
| 338 | 322 |
| 339 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 323 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 340 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 324 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| (...skipping 19 matching lines...) Expand all Loading... |
| 360 | 344 |
| 361 | 345 |
| 362 [ $arch == x64 ] | 346 [ $arch == x64 ] |
| 363 *: Skip | 347 *: Skip |
| 364 | 348 |
| 365 [ $arch == simarm ] | 349 [ $arch == simarm ] |
| 366 *: Skip | 350 *: Skip |
| 367 | 351 |
| 368 [ $arch == arm ] | 352 [ $arch == arm ] |
| 369 *: Skip | 353 *: Skip |
| OLD | NEW |