Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 55 TypeVariableBoundsTest/10: Fail | 55 TypeVariableBoundsTest/10: Fail |
| 56 | 56 |
| 57 #Issue 1307. | 57 #Issue 1307. |
| 58 NamedParameters2Test: Fail | 58 NamedParameters2Test: Fail |
| 59 NamedParameters3Test: Fail | 59 NamedParameters3Test: Fail |
| 60 NamedParameters4Test: Fail | 60 NamedParameters4Test: Fail |
| 61 | 61 |
| 62 UnaryPlusNegativeTest: Fail # Issue 1229 | 62 UnaryPlusNegativeTest: Fail # Issue 1229 |
| 63 | 63 |
| 64 # Issue 1350. | 64 # Issue 1350. |
| 65 StringEscape1NegativeTest: Fail | 65 StringEscape1NegativeTest: Skip |
|
ahe
2012/01/27 12:19:43
This test is now skipped on both dartium and vm co
antonm
2012/01/27 12:48:06
No, thanks a lot for catching, see https://chromiu
| |
| 66 StringEscape4NegativeTest: Fail | 66 StringEscape4NegativeTest: Fail |
| 67 | 67 |
| 68 | 68 |
| 69 # DartC or Frog specific tests that should not be run by the VM | 69 # DartC or Frog specific tests that should not be run by the VM |
| 70 *DartcTest: Skip | 70 *DartcTest: Skip |
| 71 *DartcNegativeTest: Skip | 71 *DartcNegativeTest: Skip |
| 72 *FrogTest: Skip | 72 *FrogTest: Skip |
| 73 *FrogNegativeTest: Skip | 73 *FrogNegativeTest: Skip |
| 74 | 74 |
| 75 # Issue 1034 | 75 # Issue 1034 |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 392 # these tests are inconsistent in frogium and frogsh-node, investigate | 392 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 393 StaticField1RunNegativeTest: Pass # but error is not correct | 393 StaticField1RunNegativeTest: Pass # but error is not correct |
| 394 StaticField2RunNegativeTest: Pass # but error is not correct | 394 StaticField2RunNegativeTest: Pass # but error is not correct |
| 395 | 395 |
| 396 | 396 |
| 397 [ $arch == simarm ] | 397 [ $arch == simarm ] |
| 398 *: Skip | 398 *: Skip |
| 399 | 399 |
| 400 [ $arch == arm ] | 400 [ $arch == arm ] |
| 401 *: Skip | 401 *: Skip |
| OLD | NEW |