| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 Prefix11NegativeTest: Fail # Bug 5406175 | 148 Prefix11NegativeTest: Fail # Bug 5406175 |
| 149 Prefix12NegativeTest: Fail # Bug 5406175 | 149 Prefix12NegativeTest: Fail # Bug 5406175 |
| 150 Prefix14NegativeTest: Fail # Issue 575 | 150 Prefix14NegativeTest: Fail # Issue 575 |
| 151 Prefix16NegativeTest: Fail # Bug 5532534 | 151 Prefix16NegativeTest: Fail # Bug 5532534 |
| 152 Prefix3NegativeTest: Fail # Bug 5406175 | 152 Prefix3NegativeTest: Fail # Bug 5406175 |
| 153 PseudoKWNegativeTest: Fail # Bug 4979760. | 153 PseudoKWNegativeTest: Fail # Bug 4979760. |
| 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 TypeVariableBoundsTest/none: Fail # Issue 417 | 164 TypeVariableBoundsTest/none: Fail # Issue 417 |
| 165 TypeVariableScopeTest/none: Fail # Issue 417 | 165 TypeVariableScopeTest/none: Fail # Issue 417 |
| 166 | 166 |
| 167 # VM or Frog specific tests that should not be run by DartC. | 167 # VM or Frog specific tests that should not be run by DartC. |
| 168 *VMTest: Skip | 168 *VMTest: Skip |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 StaticField2RunNegativeTest: Fail | 351 StaticField2RunNegativeTest: Fail |
| 352 | 352 |
| 353 [ $arch == x64 ] | 353 [ $arch == x64 ] |
| 354 *: Skip | 354 *: Skip |
| 355 | 355 |
| 356 [ $arch == simarm ] | 356 [ $arch == simarm ] |
| 357 *: Skip | 357 *: Skip |
| 358 | 358 |
| 359 [ $arch == arm ] | 359 [ $arch == arm ] |
| 360 *: Skip | 360 *: Skip |
| OLD | NEW |