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 # dart:io v2 issues | |
Mads Ager (google)
2013/02/21 10:26:49
I don't think this fails. Remove this line?
Søren Gjesse
2013/02/21 11:44:25
Removed.
| |
6 ct_const2_test: Fail, Pass # Fails in compile-all version. | |
7 | |
8 | |
5 # This directory contains tests that are intended to show the | 9 # This directory contains tests that are intended to show the |
6 # current state of the language. | 10 # current state of the language. |
7 | 11 |
8 # In order to maintain maximum test coverage for all builds, | 12 # In order to maintain maximum test coverage for all builds, |
9 # please use the following procedure to mark a test | 13 # please use the following procedure to mark a test |
10 # failed on architectures other than the one you are working on. | 14 # failed on architectures other than the one you are working on. |
11 # | 15 # |
12 # 1) Copy the old version of the test to | 16 # 1) Copy the old version of the test to |
13 # tests/language/src/test_name_[dartc|vm]_test.dart. | 17 # tests/language/src/test_name_[dartc|vm]_test.dart. |
14 # to maintain coverage. | 18 # to maintain coverage. |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
555 *: Skip | 559 *: Skip |
556 | 560 |
557 [ $arch == simarm ] | 561 [ $arch == simarm ] |
558 *: Skip | 562 *: Skip |
559 | 563 |
560 [ $arch == mips ] | 564 [ $arch == mips ] |
561 *: Skip | 565 *: Skip |
562 | 566 |
563 [ $arch == simmips ] | 567 [ $arch == simmips ] |
564 *: Skip | 568 *: Skip |
OLD | NEW |