| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 | 98 |
| 99 DefaultFactory2Test/01: Fail # Issue 943 | 99 DefaultFactory2Test/01: Fail # Issue 943 |
| 100 WrongNumberTypeArgumentsTest: Fail # This test should be negative | 100 WrongNumberTypeArgumentsTest: Fail # This test should be negative |
| 101 | 101 |
| 102 [ $component == vm && $mode == debug ] | 102 [ $component == vm && $mode == debug ] |
| 103 GCTest: Skip # Takes too long. | 103 GCTest: Skip # Takes too long. |
| 104 | 104 |
| 105 [ $component == vm && $mode == release ] | 105 [ $component == vm && $mode == release ] |
| 106 | 106 |
| 107 [ $component == dartc || $component == chromium ] | 107 [ $component == dartc || $component == chromium ] |
| 108 AbstractSyntaxTest/01: Fail |
| 108 | 109 |
| 109 # Marked failed after code generation removed from dartc | 110 # Marked failed after code generation removed from dartc |
| 110 | 111 |
| 111 ApplicationNegativeTest: Fail # status change with --check-only | 112 ApplicationNegativeTest: Fail # status change with --check-only |
| 112 AssertKeywordNegativeTest: Fail # status change with --check-only | 113 AssertKeywordNegativeTest: Fail # status change with --check-only |
| 113 AssignInstanceMethodNegativeTest: Fail # status change with --check-only | 114 AssignInstanceMethodNegativeTest: Fail # status change with --check-only |
| 114 BitOperationsTest: Pass # status change with --check-only | 115 BitOperationsTest: Pass # status change with --check-only |
| 115 BodyLessConstructorWrongArgNegativeTest: Fail # status change with --check-on
ly | 116 BodyLessConstructorWrongArgNegativeTest: Fail # status change with --check-on
ly |
| 116 CallOperatorTest: Pass # status change with --check-only | 117 CallOperatorTest: Pass # status change with --check-only |
| 117 CallThroughNullGetterTest: Pass # status change with --check-only | 118 CallThroughNullGetterTest: Pass # status change with --check-only |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 GetSetSyntaxTest/12: Fail # Issue 1571 | 316 GetSetSyntaxTest/12: Fail # Issue 1571 |
| 316 GetSetSyntaxTest/13: Fail # Issue 1571 | 317 GetSetSyntaxTest/13: Fail # Issue 1571 |
| 317 GetSetSyntaxTest/14: Fail # Issue 1571 | 318 GetSetSyntaxTest/14: Fail # Issue 1571 |
| 318 GetSetSyntaxTest/15: Fail # Issue 1571 | 319 GetSetSyntaxTest/15: Fail # Issue 1571 |
| 319 ImplementTypeParameterNegativeTest: Skip # Issue 887 | 320 ImplementTypeParameterNegativeTest: Skip # Issue 887 |
| 320 FactoryImplementationTest: Fail # Issue 523 | 321 FactoryImplementationTest: Fail # Issue 523 |
| 321 PseudoKWTest: Fail # Issue 356 | 322 PseudoKWTest: Fail # Issue 356 |
| 322 NamingTest: Fail # Issue 356 | 323 NamingTest: Fail # Issue 356 |
| 323 DuplicateImplementsTest: Skip # Issue 976 | 324 DuplicateImplementsTest: Skip # Issue 976 |
| 324 ThirdTest: Fail # Issue 1511 | 325 ThirdTest: Fail # Issue 1511 |
| 325 | 326 TryCatchSyntaxTest/08: Fail |
| 327 TryCatchSyntaxTest/09: Fail |
| 326 CondExprTest: Fail | 328 CondExprTest: Fail |
| 327 | 329 |
| 328 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. | 330 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. |
| 329 | 331 |
| 330 # VM or DartC specific tests not to be run by Frog. See language.status | 332 # VM or DartC specific tests not to be run by Frog. See language.status |
| 331 *VMTest: Skip | 333 *VMTest: Skip |
| 332 *VMNegativeTest: Skip | 334 *VMNegativeTest: Skip |
| 333 *DartcTest: Skip | 335 *DartcTest: Skip |
| 334 *DartcNegativeTest: Skip | 336 *DartcNegativeTest: Skip |
| 335 # Currently, these patterns skip three tests: | 337 # Currently, these patterns skip three tests: |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 [ $component == frog && $mode == debug ] | 529 [ $component == frog && $mode == debug ] |
| 528 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 530 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 529 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 531 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 530 | 532 |
| 531 [ $arch == simarm ] | 533 [ $arch == simarm ] |
| 532 *: Skip | 534 *: Skip |
| 533 | 535 |
| 534 [ $arch == arm ] | 536 [ $arch == arm ] |
| 535 *: Skip | 537 *: Skip |
| 536 | 538 |
| OLD | NEW |