| 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 26 matching lines...) Expand all Loading... |
| 37 # Regular bugs which should be fixed. | 37 # Regular bugs which should be fixed. |
| 38 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. | 38 SuperNegativeTest: Fail # Bug 4400118 - Language still in flux. |
| 39 ManyEchoServerTest: Skip # Bug 5103754 | 39 ManyEchoServerTest: Skip # Bug 5103754 |
| 40 | 40 |
| 41 NonParameterizedFactory2Test: Fail # Bug 5257789 | 41 NonParameterizedFactory2Test: Fail # Bug 5257789 |
| 42 | 42 |
| 43 WrongNumberTypeArgumentsTest: Fail # Bug 5532690 | 43 WrongNumberTypeArgumentsTest: Fail # Bug 5532690 |
| 44 Prefix18NegativeTest: Fail # Issue 307 | 44 Prefix18NegativeTest: Fail # Issue 307 |
| 45 Prefix20NegativeTest: Fail # Issue 307 | 45 Prefix20NegativeTest: Fail # Issue 307 |
| 46 | 46 |
| 47 ImplicitThisTest/01: Fail # Issue TBD |
| 48 ImplicitThisTest/02: Fail # Issue TBD |
| 49 ImplicitThisTest/03: Fail # Issue TBD |
| 50 ImplicitThisTest/04: Fail # Issue TBD |
| 51 ImplicitThisTest/none: Fail # Issue TBD |
| 52 |
| 47 # DartC or Frog specific tests that should not be run by the VM | 53 # DartC or Frog specific tests that should not be run by the VM |
| 48 *DartcTest: Skip | 54 *DartcTest: Skip |
| 49 *DartcNegativeTest: Skip | 55 *DartcNegativeTest: Skip |
| 50 *FrogTest: Skip | 56 *FrogTest: Skip |
| 51 *FrogNegativeTest: Skip | 57 *FrogNegativeTest: Skip |
| 52 | 58 |
| 53 | 59 |
| 54 [ $component == vm && $mode == debug ] | 60 [ $component == vm && $mode == debug ] |
| 55 NonParameterizedFactoryTest: Crash # Issue 226 | 61 NonParameterizedFactoryTest: Crash # Issue 226 |
| 56 | 62 |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 BlackListedTest/06: Fail # Bug 5469684 | 164 BlackListedTest/06: Fail # Bug 5469684 |
| 159 BlackListedTest/07: Fail # Bug 5469684 | 165 BlackListedTest/07: Fail # Bug 5469684 |
| 160 BlackListedTest/08: Fail # Bug 5469684 | 166 BlackListedTest/08: Fail # Bug 5469684 |
| 161 BlackListedTest/09: Fail # Bug 5469684 | 167 BlackListedTest/09: Fail # Bug 5469684 |
| 162 BlackListedTest/10: Fail # Bug 5469684 | 168 BlackListedTest/10: Fail # Bug 5469684 |
| 163 BlackListedTest/11: Fail # Bug 5469684 | 169 BlackListedTest/11: Fail # Bug 5469684 |
| 164 BlackListedTest/12: Fail # Bug 5469684 | 170 BlackListedTest/12: Fail # Bug 5469684 |
| 165 BlackListedTest/13: Crash # Bug 5469684 | 171 BlackListedTest/13: Crash # Bug 5469684 |
| 166 BlackListedTest/14: Crash # Bug 5469684 | 172 BlackListedTest/14: Crash # Bug 5469684 |
| 167 | 173 |
| 174 ImplicitThisTest/none: Fail # Issue TBD. |
| 175 |
| 168 # VM or Frog specific tests that should not be run by DartC. | 176 # VM or Frog specific tests that should not be run by DartC. |
| 169 *VMTest: Skip | 177 *VMTest: Skip |
| 170 *VMNegativeTest: Skip | 178 *VMNegativeTest: Skip |
| 171 *FrogTest: Skip | 179 *FrogTest: Skip |
| 172 *FrogNegativeTest: Skip | 180 *FrogNegativeTest: Skip |
| 173 | 181 |
| 174 | 182 |
| 175 [ $component == dartium ] | 183 [ $component == dartium ] |
| 176 # TODO: These need to be retriaged. | 184 # TODO: These need to be retriaged. |
| 177 ExpectTest: Fail | 185 ExpectTest: Fail |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 SuperNegativeTest: Fail # test seems clearly broken - see issue #358 | 317 SuperNegativeTest: Fail # test seems clearly broken - see issue #358 |
| 310 SuperTest: Fail # this is testing precise ordering of super constructor call | 318 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 311 SwitchLabelTest: Fail | 319 SwitchLabelTest: Fail |
| 312 TryCatch9NegativeTest: Fail | 320 TryCatch9NegativeTest: Fail |
| 313 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. | 321 TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error. |
| 314 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 | 322 TypeVariableBoundsTest/05: Fail # issue with test filed as #354 |
| 315 UnboundGetterTest: Fail | 323 UnboundGetterTest: Fail |
| 316 VarInitTest: Fail | 324 VarInitTest: Fail |
| 317 WrongNumberTypeArgumentsTest: Fail | 325 WrongNumberTypeArgumentsTest: Fail |
| 318 GetterClosureExecutionOrderTest: Fail | 326 GetterClosureExecutionOrderTest: Fail |
| 327 ImplicitThisTest/01: Fail # Issue TBD |
| 328 ImplicitThisTest/02: Fail # Issue TBD |
| 329 ImplicitThisTest/03: Fail # Issue TBD |
| 330 ImplicitThisTest/04: Fail # Issue TBD |
| 331 ImplicitThisTest/none: Fail # Issue TBD |
| 319 | 332 |
| 320 | 333 |
| 321 [ $component == leg] | 334 [ $component == leg] |
| 322 StaticTopLevelTest/00: Fail | 335 StaticTopLevelTest/00: Fail |
| 323 StaticTopLevelTest/03: Fail | 336 StaticTopLevelTest/03: Fail |
| 324 DoubleComparisonTest: Fail | 337 DoubleComparisonTest: Fail |
| 325 | 338 |
| 326 [ $arch == x64 ] | 339 [ $arch == x64 ] |
| 327 *: Skip | 340 *: Skip |
| 328 | 341 |
| 329 [ $arch == simarm ] | 342 [ $arch == simarm ] |
| 330 *: Skip | 343 *: Skip |
| 331 | 344 |
| 332 [ $arch == arm ] | 345 [ $arch == arm ] |
| 333 *: Skip | 346 *: Skip |
| OLD | NEW |