| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 StackOverflowTest: Fail # Bug 4591172. | 153 StackOverflowTest: Fail # Bug 4591172. |
| 154 StackTraceTest: Fail # Bug 4971920. | 154 StackTraceTest: Fail # Bug 4971920. |
| 155 StringConcatTest: Fail # Bug 5196164 | 155 StringConcatTest: Fail # Bug 5196164 |
| 156 SuperOperatorTest: Fail # Bug 4995463. | 156 SuperOperatorTest: Fail # Bug 4995463. |
| 157 Switch7NegativeTest: Fail # Bug 4208467. | 157 Switch7NegativeTest: Fail # Bug 4208467. |
| 158 SwitchLabelTest: Fail # Bug 4208467. | 158 SwitchLabelTest: Fail # Bug 4208467. |
| 159 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 159 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 160 Throw7NegativeTest: Fail # Bug 4208459. | 160 Throw7NegativeTest: Fail # Bug 4208459. |
| 161 TypeVariableBoundsTest/none: Fail # Issue 417 | 161 TypeVariableBoundsTest/none: Fail # Issue 417 |
| 162 TypeVariableScopeTest/none: Fail # Issue 417 | 162 TypeVariableScopeTest/none: Fail # Issue 417 |
| 163 ToplevelCollision2Test/none: Fail # Issue 647 | |
| 164 | 163 |
| 165 # VM or Frog specific tests that should not be run by DartC. | 164 # VM or Frog specific tests that should not be run by DartC. |
| 166 *VMTest: Skip | 165 *VMTest: Skip |
| 167 *VMNegativeTest: Skip | 166 *VMNegativeTest: Skip |
| 168 *FrogTest: Skip | 167 *FrogTest: Skip |
| 169 *FrogNegativeTest: Skip | 168 *FrogNegativeTest: Skip |
| 170 | 169 |
| 171 | 170 |
| 172 [ $component == dartium ] | 171 [ $component == dartium ] |
| 173 # TODO: These need to be retriaged. | 172 # TODO: These need to be retriaged. |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 StaticField2RunNegativeTest: Fail | 361 StaticField2RunNegativeTest: Fail |
| 363 | 362 |
| 364 [ $arch == x64 ] | 363 [ $arch == x64 ] |
| 365 *: Skip | 364 *: Skip |
| 366 | 365 |
| 367 [ $arch == simarm ] | 366 [ $arch == simarm ] |
| 368 *: Skip | 367 *: Skip |
| 369 | 368 |
| 370 [ $arch == arm ] | 369 [ $arch == arm ] |
| 371 *: Skip | 370 *: Skip |
| OLD | NEW |