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 serialization/test/*: Skip # http://dartbug.com/9894 | 5 serialization/test/*: Skip # http://dartbug.com/9894 |
6 | 6 |
7 | 7 |
8 # Run this test manually to verify that the fixnum library produces | 8 # Run this test manually to verify that the fixnum library produces |
9 # the same results as native ints on a set of directed and random inputs. | 9 # the same results as native ints on a set of directed and random inputs. |
10 # Skip it when running automated tests because it times out. This | 10 # Skip it when running automated tests because it times out. This |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 analyzer_experimental/test/generated/resolver_test: Skip | 110 analyzer_experimental/test/generated/resolver_test: Skip |
111 analyzer_experimental/test/generated/scanner_test: Skip | 111 analyzer_experimental/test/generated/scanner_test: Skip |
112 | 112 |
113 [ $compiler == dartc ] | 113 [ $compiler == dartc ] |
114 unittest/test/mock_regexp_negative_test: Fail | 114 unittest/test/mock_regexp_negative_test: Fail |
115 unittest/test/mock_stepwise_negative_test: Fail | 115 unittest/test/mock_stepwise_negative_test: Fail |
116 | 116 |
117 | 117 |
118 [ $compiler == dart2js ] | 118 [ $compiler == dart2js ] |
119 unittest/test/instance_test: Skip | 119 unittest/test/instance_test: Skip |
| 120 unittest/test/mock_test: Fail # MirrorSystem.getName not yet implemented in dart
2js. |
120 | 121 |
121 [ $compiler == dart2js && $runtime == drt ] | 122 [ $compiler == dart2js && $runtime == drt ] |
122 intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9
000 | 123 intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9
000 |
123 | 124 |
124 [ $compiler == dart2js && $minified ] | 125 [ $compiler == dart2js && $minified ] |
125 # The unittest package relies on getting the original (non-minified) method | 126 # The unittest package relies on getting the original (non-minified) method |
126 # names in Invocation. You can't get that when minifying. | 127 # names in Invocation. You can't get that when minifying. |
127 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol. | 128 # TODO(ahe/erikcorry): But soon you can, now that we use Symbol. |
128 unittest/test/mock_test: Fail | 129 unittest/test/mock_test: Fail |
129 unittest/test/mock_regexp_negative_test: Fail | 130 unittest/test/mock_regexp_negative_test: Fail |
(...skipping 13 matching lines...) Expand all Loading... |
143 [ $arch == mips ] | 144 [ $arch == mips ] |
144 *: Skip | 145 *: Skip |
145 | 146 |
146 [ $arch == simmips ] | 147 [ $arch == simmips ] |
147 *: Skip | 148 *: Skip |
148 | 149 |
149 # Skip serialization test that explicitly has no library declaration in the | 150 # Skip serialization test that explicitly has no library declaration in the |
150 # test on Dartium, which requires all tests to have a library. | 151 # test on Dartium, which requires all tests to have a library. |
151 [ $runtime == dartium || $runtime == drt ] | 152 [ $runtime == dartium || $runtime == drt ] |
152 serialization/test/no_library_test: Skip # Expected Failure | 153 serialization/test/no_library_test: Skip # Expected Failure |
OLD | NEW |