| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 166 ToplevelCollision2Test/none: Fail # Issue 647 |
| 167 ToplevelCollision2Test/00: Fail # Issue 647 | |
| 168 ToplevelCollision2Test/01: Fail # Issue 647 | |
| 169 | 167 |
| 170 # VM or Frog specific tests that should not be run by DartC. | 168 # VM or Frog specific tests that should not be run by DartC. |
| 171 *VMTest: Skip | 169 *VMTest: Skip |
| 172 *VMNegativeTest: Skip | 170 *VMNegativeTest: Skip |
| 173 *FrogTest: Skip | 171 *FrogTest: Skip |
| 174 *FrogNegativeTest: Skip | 172 *FrogNegativeTest: Skip |
| 175 | 173 |
| 176 | 174 |
| 177 [ $component == dartium ] | 175 [ $component == dartium ] |
| 178 # TODO: These need to be retriaged. | 176 # TODO: These need to be retriaged. |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 StaticField2RunNegativeTest: Fail | 349 StaticField2RunNegativeTest: Fail |
| 352 | 350 |
| 353 [ $arch == x64 ] | 351 [ $arch == x64 ] |
| 354 *: Skip | 352 *: Skip |
| 355 | 353 |
| 356 [ $arch == simarm ] | 354 [ $arch == simarm ] |
| 357 *: Skip | 355 *: Skip |
| 358 | 356 |
| 359 [ $arch == arm ] | 357 [ $arch == arm ] |
| 360 *: Skip | 358 *: Skip |
| OLD | NEW |