| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 ScopeNegativeTest: Fail # Bug 4207538. | 149 ScopeNegativeTest: Fail # Bug 4207538. |
| 150 StackOverflowTest: Fail # Bug 4591172. | 150 StackOverflowTest: Fail # Bug 4591172. |
| 151 StackTraceTest: Fail # Bug 4971920. | 151 StackTraceTest: Fail # Bug 4971920. |
| 152 StringConcatTest: Fail # Bug 5196164 | 152 StringConcatTest: Fail # Bug 5196164 |
| 153 SuperOperatorTest: Fail # Bug 4995463. | 153 SuperOperatorTest: Fail # Bug 4995463. |
| 154 Switch7NegativeTest: Fail # Bug 4208467. | 154 Switch7NegativeTest: Fail # Bug 4208467. |
| 155 SwitchLabelTest: Fail # Bug 4208467. | 155 SwitchLabelTest: Fail # Bug 4208467. |
| 156 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 156 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 157 Throw7NegativeTest: Fail # Bug 4208459. | 157 Throw7NegativeTest: Fail # Bug 4208459. |
| 158 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 158 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 159 SyntaxTest/31: Fail # Issue 1108 |
| 160 SyntaxTest/32: Fail # Issue 1108 |
| 161 SyntaxTest/33: Fail # Issue 1108 |
| 159 | 162 |
| 160 # VM or Frog specific tests that should not be run by DartC. | 163 # VM or Frog specific tests that should not be run by DartC. |
| 161 *VMTest: Skip | 164 *VMTest: Skip |
| 162 *VMNegativeTest: Skip | 165 *VMNegativeTest: Skip |
| 163 *FrogTest: Skip | 166 *FrogTest: Skip |
| 164 *FrogNegativeTest: Skip | 167 *FrogNegativeTest: Skip |
| 165 | 168 |
| 166 | 169 |
| 167 [ $component == dartium ] | 170 [ $component == dartium ] |
| 168 # TODO: These need to be retriaged. | 171 # TODO: These need to be retriaged. |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 308 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 306 StringConcatTest: Fail | 309 StringConcatTest: Fail |
| 307 | 310 |
| 308 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 311 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 309 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 312 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 310 | 313 |
| 311 [ $component == frog || $component == frogsh ] | 314 [ $component == frog || $component == frogsh ] |
| 312 # these tests are inconsistent in frogium and frogsh-node, investigate | 315 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 313 StaticField1RunNegativeTest: Pass | 316 StaticField1RunNegativeTest: Pass |
| 314 StaticField2RunNegativeTest: Pass | 317 StaticField2RunNegativeTest: Pass |
| 318 SyntaxTest/28: Fail # Issue 1109 |
| 319 SyntaxTest/29: Fail # Issue 1109 |
| 320 SyntaxTest/31: Fail # Issue 1109 |
| 321 SyntaxTest/32: Fail # Issue 1109 |
| 322 SyntaxTest/33: Fail # Issue 1109 |
| 323 SyntaxTest/55: Fail # Issue 1110 |
| 324 SyntaxTest/60: Fail # Issue 1110 |
| 325 SyntaxTest/61: Fail # Issue 1110 |
| 326 SyntaxTest/62: Fail # Issue 1110 |
| 315 | 327 |
| 316 [ $component == frogium ] | 328 [ $component == frogium ] |
| 317 # these tests are inconsistent in frogium and frogsh-node, investigate | 329 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 318 StaticField1RunNegativeTest: Pass # but error is not correct | 330 StaticField1RunNegativeTest: Pass # but error is not correct |
| 319 StaticField2RunNegativeTest: Pass # but error is not correct | 331 StaticField2RunNegativeTest: Pass # but error is not correct |
| 320 | 332 |
| 321 | 333 |
| 322 [ $arch == x64 ] | 334 [ $arch == x64 ] |
| 323 *: Skip | 335 *: Skip |
| 324 | 336 |
| 325 [ $arch == simarm ] | 337 [ $arch == simarm ] |
| 326 *: Skip | 338 *: Skip |
| 327 | 339 |
| 328 [ $arch == arm ] | 340 [ $arch == arm ] |
| 329 *: Skip | 341 *: Skip |
| OLD | NEW |