| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 StackOverflowTest: Fail # Bug 4591172. | 156 StackOverflowTest: Fail # Bug 4591172. |
| 157 StackTraceTest: Fail # Bug 4971920. | 157 StackTraceTest: Fail # Bug 4971920. |
| 158 StringConcatTest: Fail # Bug 5196164 | 158 StringConcatTest: Fail # Bug 5196164 |
| 159 SuperOperatorTest: Fail # Bug 4995463. | 159 SuperOperatorTest: Fail # Bug 4995463. |
| 160 Switch7NegativeTest: Fail # Bug 4208467. | 160 Switch7NegativeTest: Fail # Bug 4208467. |
| 161 SwitchLabelTest: Fail # Bug 4208467. | 161 SwitchLabelTest: Fail # Bug 4208467. |
| 162 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 162 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 163 Throw7NegativeTest: Fail # Bug 4208459. | 163 Throw7NegativeTest: Fail # Bug 4208459. |
| 164 TypeVariableBoundsTest/none: Fail # Issue 417 | 164 TypeVariableBoundsTest/none: Fail # Issue 417 |
| 165 TypeVariableScopeTest/none: Fail # Issue 417 | 165 TypeVariableScopeTest/none: Fail # Issue 417 |
| 166 ToplevelCollision2Test/none: Fail # Issue 647 |
| 167 ToplevelCollision2Test/00: Fail # Issue 647 |
| 168 ToplevelCollision2Test/01: Fail # Issue 647 |
| 166 | 169 |
| 167 # VM or Frog specific tests that should not be run by DartC. | 170 # VM or Frog specific tests that should not be run by DartC. |
| 168 *VMTest: Skip | 171 *VMTest: Skip |
| 169 *VMNegativeTest: Skip | 172 *VMNegativeTest: Skip |
| 170 *FrogTest: Skip | 173 *FrogTest: Skip |
| 171 *FrogNegativeTest: Skip | 174 *FrogNegativeTest: Skip |
| 172 | 175 |
| 173 | 176 |
| 174 [ $component == dartium ] | 177 [ $component == dartium ] |
| 175 # TODO: These need to be retriaged. | 178 # TODO: These need to be retriaged. |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 StaticField2RunNegativeTest: Fail | 351 StaticField2RunNegativeTest: Fail |
| 349 | 352 |
| 350 [ $arch == x64 ] | 353 [ $arch == x64 ] |
| 351 *: Skip | 354 *: Skip |
| 352 | 355 |
| 353 [ $arch == simarm ] | 356 [ $arch == simarm ] |
| 354 *: Skip | 357 *: Skip |
| 355 | 358 |
| 356 [ $arch == arm ] | 359 [ $arch == arm ] |
| 357 *: Skip | 360 *: Skip |
| OLD | NEW |