| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 BlackListedTest/08: Fail # Bug 5469684 | 165 BlackListedTest/08: Fail # Bug 5469684 |
| 166 BlackListedTest/09: Fail # Bug 5469684 | 166 BlackListedTest/09: Fail # Bug 5469684 |
| 167 BlackListedTest/10: Fail # Bug 5469684 | 167 BlackListedTest/10: Fail # Bug 5469684 |
| 168 BlackListedTest/11: Fail # Bug 5469684 | 168 BlackListedTest/11: Fail # Bug 5469684 |
| 169 BlackListedTest/12: Fail # Bug 5469684 | 169 BlackListedTest/12: Fail # Bug 5469684 |
| 170 BlackListedTest/13: Crash # Bug 5469684 | 170 BlackListedTest/13: Crash # Bug 5469684 |
| 171 BlackListedTest/14: Crash # Bug 5469684 | 171 BlackListedTest/14: Crash # Bug 5469684 |
| 172 | 172 |
| 173 ImplicitThisTest/none: Fail # Issue 375 | 173 ImplicitThisTest/none: Fail # Issue 375 |
| 174 | 174 |
| 175 IsObjectTest: Skip # Hasn't be tested on DartC yet |
| 176 |
| 175 # VM or Frog specific tests that should not be run by DartC. | 177 # VM or Frog specific tests that should not be run by DartC. |
| 176 *VMTest: Skip | 178 *VMTest: Skip |
| 177 *VMNegativeTest: Skip | 179 *VMNegativeTest: Skip |
| 178 *FrogTest: Skip | 180 *FrogTest: Skip |
| 179 *FrogNegativeTest: Skip | 181 *FrogNegativeTest: Skip |
| 180 | 182 |
| 181 | 183 |
| 182 [ $component == dartium ] | 184 [ $component == dartium ] |
| 183 # TODO: These need to be retriaged. | 185 # TODO: These need to be retriaged. |
| 184 ExpectTest: Fail | 186 ExpectTest: Fail |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 StaticField2RunNegativeTest: Fail | 352 StaticField2RunNegativeTest: Fail |
| 351 | 353 |
| 352 [ $arch == x64 ] | 354 [ $arch == x64 ] |
| 353 *: Skip | 355 *: Skip |
| 354 | 356 |
| 355 [ $arch == simarm ] | 357 [ $arch == simarm ] |
| 356 *: Skip | 358 *: Skip |
| 357 | 359 |
| 358 [ $arch == arm ] | 360 [ $arch == arm ] |
| 359 *: Skip | 361 *: Skip |
| OLD | NEW |