| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 RegExp3Test: Fail # 5299683 | 154 RegExp3Test: Fail # 5299683 |
| 155 ScopeNegativeTest: Fail # Bug 4207538. | 155 ScopeNegativeTest: Fail # Bug 4207538. |
| 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 | 164 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 165 | 165 |
| 166 # VM or Frog specific tests that should not be run by DartC. | 166 # VM or Frog specific tests that should not be run by DartC. |
| 167 *VMTest: Skip | 167 *VMTest: Skip |
| 168 *VMNegativeTest: Skip | 168 *VMNegativeTest: Skip |
| 169 *FrogTest: Skip | 169 *FrogTest: Skip |
| 170 *FrogNegativeTest: Skip | 170 *FrogNegativeTest: Skip |
| 171 | 171 |
| 172 | 172 |
| 173 [ $component == dartium ] | 173 [ $component == dartium ] |
| 174 # TODO: These need to be retriaged. | 174 # TODO: These need to be retriaged. |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 NumberSyntaxTest: Timeout | 333 NumberSyntaxTest: Timeout |
| 334 | 334 |
| 335 [ $arch == x64 ] | 335 [ $arch == x64 ] |
| 336 *: Skip | 336 *: Skip |
| 337 | 337 |
| 338 [ $arch == simarm ] | 338 [ $arch == simarm ] |
| 339 *: Skip | 339 *: Skip |
| 340 | 340 |
| 341 [ $arch == arm ] | 341 [ $arch == arm ] |
| 342 *: Skip | 342 *: Skip |
| OLD | NEW |