| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 TypeVariableBoundsTest/06: Fail | 50 TypeVariableBoundsTest/06: Fail |
| 51 TypeVariableBoundsTest/09: Fail | 51 TypeVariableBoundsTest/09: Fail |
| 52 TypeVariableBoundsTest/10: Fail | 52 TypeVariableBoundsTest/10: Fail |
| 53 | 53 |
| 54 # DartC or Frog specific tests that should not be run by the VM | 54 # DartC or Frog specific tests that should not be run by the VM |
| 55 *DartcTest: Skip | 55 *DartcTest: Skip |
| 56 *DartcNegativeTest: Skip | 56 *DartcNegativeTest: Skip |
| 57 *FrogTest: Skip | 57 *FrogTest: Skip |
| 58 *FrogNegativeTest: Skip | 58 *FrogNegativeTest: Skip |
| 59 | 59 |
| 60 # Issue 1034 |
| 61 ConstructorDuplicateInitializersTest/01: Fail |
| 62 ConstructorDuplicateInitializersTest/02: Fail |
| 60 | 63 |
| 61 [ $component == vm && $mode == debug ] | 64 [ $component == vm && $mode == debug ] |
| 62 | 65 |
| 63 [ $component == vm && $mode == release ] | 66 [ $component == vm && $mode == release ] |
| 64 | 67 |
| 65 # Problems specific to dartc optimized mode | 68 # Problems specific to dartc optimized mode |
| 66 [ ($component == dartc || $component == chromium) && $mode == release ] | 69 [ ($component == dartc || $component == chromium) && $mode == release ] |
| 67 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME | 70 BadNamedParametersTest: Fail # Bug 4202974 - release mode is not thr
owing NSME |
| 68 CTConst2Test: Fail # Codesite issue 124 | 71 CTConst2Test: Fail # Codesite issue 124 |
| 69 CallThroughNullGetterTest: Fail # Bug 5391976 | 72 CallThroughNullGetterTest: Fail # Bug 5391976 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 93 BlackListedTest/10: Fail # Bug 5469684 | 96 BlackListedTest/10: Fail # Bug 5469684 |
| 94 BlackListedTest/11: Fail # Bug 5469684 | 97 BlackListedTest/11: Fail # Bug 5469684 |
| 95 BlackListedTest/12: Fail # Bug 5469684 | 98 BlackListedTest/12: Fail # Bug 5469684 |
| 96 BlackListedTest/13: Fail # Bug 5469684 | 99 BlackListedTest/13: Fail # Bug 5469684 |
| 97 BlackListedTest/14: Fail # Bug 5469684 | 100 BlackListedTest/14: Fail # Bug 5469684 |
| 98 CTConstTest: Fail # Bug 4510015. | 101 CTConstTest: Fail # Bug 4510015. |
| 99 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 102 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 100 CharEscapeTest: Fail | 103 CharEscapeTest: Fail |
| 101 ConstInit6NegativeTest: Fail # Issue 811 | 104 ConstInit6NegativeTest: Fail # Issue 811 |
| 102 ConstObjectsAreImmutableTest: Fail # Bug 5202940 | 105 ConstObjectsAreImmutableTest: Fail # Bug 5202940 |
| 103 Constructor2NegativeTest: Fail # Bug 4208594. | |
| 104 Constructor2Test: Fail # Issue 255 | 106 Constructor2Test: Fail # Issue 255 |
| 105 Constructor3Test: Fail # Issue 257 | 107 Constructor3Test: Fail # Issue 257 |
| 106 Constructor4Test: Fail # Issue 286 | 108 Constructor4Test: Fail # Issue 286 |
| 107 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 109 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 108 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 110 Constructor6Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| 109 DefaultFactoryLibraryTest: Fail # Issue 514 | 111 DefaultFactoryLibraryTest: Fail # Issue 514 |
| 110 DivByZeroTest: Fail # Bug 5184183 | 112 DivByZeroTest: Fail # Bug 5184183 |
| 111 DynamicTest: Fail # Bug 5527899. | 113 DynamicTest: Fail # Bug 5527899. |
| 112 ExampleConstructorTest: Fail # Bug 4205742. | 114 ExampleConstructorTest: Fail # Bug 4205742. |
| 113 ExpectTest: Fail # Missing extensions to class Expect. | 115 ExpectTest: Fail # Missing extensions to class Expect. |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 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 |
| 304 TypeVariableBoundsTest/01: Fail | 306 TypeVariableBoundsTest/01: Fail |
| 305 TypeVariableBoundsTest/10: Fail | 307 TypeVariableBoundsTest/10: Fail |
| 306 WrongNumberTypeArgumentsTest: Fail | 308 WrongNumberTypeArgumentsTest: Fail |
| 307 ImplicitThisTest/01: Fail # Issue 376 | 309 ImplicitThisTest/01: Fail # Issue 376 |
| 308 ImplicitThisTest/02: Fail # Issue 376 | 310 ImplicitThisTest/02: Fail # Issue 376 |
| 309 ImplicitThisTest/03: Fail # Issue 376 | 311 ImplicitThisTest/03: Fail # Issue 376 |
| 310 ImplicitThisTest/04: Fail # Issue 376 | 312 ImplicitThisTest/04: Fail # Issue 376 |
| 311 ImplicitThisTest/none: Fail # Issue 376 | 313 ImplicitThisTest/none: Fail # Issue 376 |
| 312 | 314 |
| 315 # Issue 1035 |
| 316 ConstructorDuplicateInitializersTest/01: Fail |
| 317 ConstructorDuplicateInitializersTest/02: Fail |
| 318 |
| 313 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 319 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 314 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 320 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| 315 PrivateMemberTest/02: Fail # test seems bad - see issue #353 | 321 PrivateMemberTest/02: Fail # test seems bad - see issue #353 |
| 316 PrivateMemberTest/03: Fail # test seems bad - see issue #353 | 322 PrivateMemberTest/03: Fail # test seems bad - see issue #353 |
| 317 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 323 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 318 StringConcatTest: Fail | 324 StringConcatTest: Fail |
| 319 | 325 |
| 320 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 326 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 321 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 327 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 322 | 328 |
| 323 [ $component == frog || $component == frogsh ] | 329 [ $component == frog || $component == frogsh ] |
| 324 # these tests are inconsistent in frogium and frogsh-node, investigate | 330 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 325 StaticField1RunNegativeTest: Pass | 331 StaticField1RunNegativeTest: Pass |
| 326 StaticField2RunNegativeTest: Pass | 332 StaticField2RunNegativeTest: Pass |
| 327 | 333 |
| 328 [ $component == frogium ] | 334 [ $component == frogium ] |
| 329 # these tests are inconsistent in frogium and frogsh-node, investigate | 335 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 330 StaticField1RunNegativeTest: Pass # but error is not correct | 336 StaticField1RunNegativeTest: Pass # but error is not correct |
| 331 StaticField2RunNegativeTest: Pass # but error is not correct | 337 StaticField2RunNegativeTest: Pass # but error is not correct |
| 332 | 338 |
| 333 [ $arch == x64 ] | 339 [ $arch == x64 ] |
| 334 *: Skip | 340 *: Skip |
| 335 | 341 |
| 336 [ $arch == simarm ] | 342 [ $arch == simarm ] |
| 337 *: Skip | 343 *: Skip |
| 338 | 344 |
| 339 [ $arch == arm ] | 345 [ $arch == arm ] |
| 340 *: Skip | 346 *: Skip |
| OLD | NEW |