| 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 |
| 160 SyntaxTest/32: Fail |
| 161 SyntaxTest/33: Fail |
| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 PrivateMemberTest/04: Fail # test seems bad - see issue #353 | 306 PrivateMemberTest/04: Fail # test seems bad - see issue #353 |
| 304 StringConcatTest: Fail | 307 StringConcatTest: Fail |
| 305 | 308 |
| 306 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] | 309 [ ($component == frogsh || $component == frog || $component == frogium) && $che
cked ] |
| 307 PrivateMemberTest/none: Fail # test seems bad - see issue #353 | 310 PrivateMemberTest/none: Fail # test seems bad - see issue #353 |
| 308 | 311 |
| 309 [ $component == frog || $component == frogsh ] | 312 [ $component == frog || $component == frogsh ] |
| 310 # these tests are inconsistent in frogium and frogsh-node, investigate | 313 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 311 StaticField1RunNegativeTest: Pass | 314 StaticField1RunNegativeTest: Pass |
| 312 StaticField2RunNegativeTest: Pass | 315 StaticField2RunNegativeTest: Pass |
| 316 SyntaxTest/28: Fail |
| 317 SyntaxTest/29: Fail |
| 318 SyntaxTest/31: Fail |
| 319 SyntaxTest/32: Fail |
| 320 SyntaxTest/33: Fail |
| 321 SyntaxTest/53: Fail |
| 322 SyntaxTest/55: Fail |
| 323 SyntaxTest/59: Fail |
| 324 SyntaxTest/60: Fail |
| 325 SyntaxTest/61: Fail |
| 313 | 326 |
| 314 [ $component == frogium ] | 327 [ $component == frogium ] |
| 315 # these tests are inconsistent in frogium and frogsh-node, investigate | 328 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 316 StaticField1RunNegativeTest: Pass # but error is not correct | 329 StaticField1RunNegativeTest: Pass # but error is not correct |
| 317 StaticField2RunNegativeTest: Pass # but error is not correct | 330 StaticField2RunNegativeTest: Pass # but error is not correct |
| 318 | 331 |
| 319 | 332 |
| 320 [ $arch == x64 ] | 333 [ $arch == x64 ] |
| 321 *: Skip | 334 *: Skip |
| 322 | 335 |
| 323 [ $arch == simarm ] | 336 [ $arch == simarm ] |
| 324 *: Skip | 337 *: Skip |
| 325 | 338 |
| 326 [ $arch == arm ] | 339 [ $arch == arm ] |
| 327 *: Skip | 340 *: Skip |
| OLD | NEW |