| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 Factory3Test: Fail # Issue 417 | 242 Factory3Test: Fail # Issue 417 |
| 243 Factory2NegativeTest: Fail | 243 Factory2NegativeTest: Fail |
| 244 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 244 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 245 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 245 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 246 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 246 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 247 ImplementTypeParameterNegativeTest: Skip # Issue 887 | 247 ImplementTypeParameterNegativeTest: Skip # Issue 887 |
| 248 FactoryImplementationTest: Fail # Issue 523 | 248 FactoryImplementationTest: Fail # Issue 523 |
| 249 PseudoKWTest: Fail # Issue 356 | 249 PseudoKWTest: Fail # Issue 356 |
| 250 NamingTest: Fail # Issue 356 | 250 NamingTest: Fail # Issue 356 |
| 251 DuplicateImplementsTest: Skip # Issue 976 | 251 DuplicateImplementsTest: Skip # Issue 976 |
| 252 ThirdTest: Fail # Issue 1511 |
| 252 | 253 |
| 253 CondExprTest: Fail | 254 CondExprTest: Fail |
| 254 | 255 |
| 255 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. | 256 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. |
| 256 | 257 |
| 257 # VM or DartC specific tests not to be run by Frog. See language.status | 258 # VM or DartC specific tests not to be run by Frog. See language.status |
| 258 *VMTest: Skip | 259 *VMTest: Skip |
| 259 *VMNegativeTest: Skip | 260 *VMNegativeTest: Skip |
| 260 *DartcTest: Skip | 261 *DartcTest: Skip |
| 261 *DartcNegativeTest: Skip | 262 *DartcNegativeTest: Skip |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 [ $component == frogium ] | 446 [ $component == frogium ] |
| 446 # these tests are inconsistent in frogium and frogsh-node, investigate | 447 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 447 StaticField1RunNegativeTest: Pass # but error is not correct | 448 StaticField1RunNegativeTest: Pass # but error is not correct |
| 448 StaticField2RunNegativeTest: Pass # but error is not correct | 449 StaticField2RunNegativeTest: Pass # but error is not correct |
| 449 | 450 |
| 450 [ $arch == simarm ] | 451 [ $arch == simarm ] |
| 451 *: Skip | 452 *: Skip |
| 452 | 453 |
| 453 [ $arch == arm ] | 454 [ $arch == arm ] |
| 454 *: Skip | 455 *: Skip |
| OLD | NEW |