| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 StaticField2RunNegativeTest: Fail # issue 1662 | 170 StaticField2RunNegativeTest: Fail # issue 1662 |
| 171 StaticField2aRunNegativeTest: Fail # issue 1662 | 171 StaticField2aRunNegativeTest: Fail # issue 1662 |
| 172 StringEscape1NegativeTest: Fail # Issue 1351. | 172 StringEscape1NegativeTest: Fail # Issue 1351. |
| 173 StringEscape4NegativeTest: Fail # Issue 1351. | 173 StringEscape4NegativeTest: Fail # Issue 1351. |
| 174 SuperOperatorTest: Fail # Bug 4995463. | 174 SuperOperatorTest: Fail # Bug 4995463. |
| 175 Switch3NegativeTest: Fail # issue 1663 | 175 Switch3NegativeTest: Fail # issue 1663 |
| 176 Switch7NegativeTest: Fail # Bug 4208467. | 176 Switch7NegativeTest: Fail # Bug 4208467. |
| 177 SwitchLabelTest: Fail # Bug 4208467. | 177 SwitchLabelTest: Fail # Bug 4208467. |
| 178 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 178 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 179 Throw7NegativeTest: Fail # Bug 4208459. | 179 Throw7NegativeTest: Fail # Bug 4208459. |
| 180 TypeVariableBoundsTest*: Skip # issue 1900 and multiple error annotations are r
equired | |
| 181 TypeVariableBounds2Test*: Skip # multiple error annotations are required | |
| 182 | 180 |
| 183 # | 181 # |
| 184 # Add new dartc annotations above in alphabetical order | 182 # Add new dartc annotations above in alphabetical order |
| 185 # | 183 # |
| 186 | 184 |
| 187 # VM or Frog specific tests that should not be run by DartC. | 185 # VM or Frog specific tests that should not be run by DartC. |
| 188 *VMTest: Skip | 186 *VMTest: Skip |
| 189 *VMNegativeTest: Skip | 187 *VMNegativeTest: Skip |
| 190 *FrogTest: Skip | 188 *FrogTest: Skip |
| 191 *FrogNegativeTest: Skip | 189 *FrogNegativeTest: Skip |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 [ $component == frog && $mode == debug ] | 446 [ $component == frog && $mode == debug ] |
| 449 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 447 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 450 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 448 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 451 | 449 |
| 452 [ $arch == simarm ] | 450 [ $arch == simarm ] |
| 453 *: Skip | 451 *: Skip |
| 454 | 452 |
| 455 [ $arch == arm ] | 453 [ $arch == arm ] |
| 456 *: Skip | 454 *: Skip |
| 457 | 455 |
| OLD | NEW |