| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 unittest/test/mock_test: Fail # MirrorSystem.getName not yet implemented in dart
2js. | 120 unittest/test/mock_test: Fail # MirrorSystem.getName not yet implemented in dart
2js. |
| 121 | 121 |
| 122 [ $compiler == dart2js && $runtime == drt ] | 122 [ $compiler == dart2js && $runtime == drt ] |
| 123 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 |
| 124 | 124 |
| 125 [ $compiler == dart2js && $minified ] | 125 [ $compiler == dart2js && $minified ] |
| 126 # The unittest package relies on getting the original (non-minified) method | 126 # The unittest package relies on getting the original (non-minified) method |
| 127 # names in Invocation. You can't get that when minifying. | 127 # names in Invocation. You can't get that when minifying. |
| 128 # 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. |
| 129 unittest/test/mock_test: Fail | 129 unittest/test/mock_test: Fail |
| 130 unittest/test/mock_regexp_negative_test: Fail | |
| 131 | 130 |
| 132 [ $compiler == dart2js && $csp && $runtime == drt ] | 131 [ $compiler == dart2js && $csp && $runtime == drt ] |
| 133 unittest/test/unittest_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9
407 | 132 unittest/test/unittest_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9
407 |
| 134 | 133 |
| 135 [ $compiler == none && $runtime == drt ] | 134 [ $compiler == none && $runtime == drt ] |
| 136 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. | 135 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. |
| 137 | 136 |
| 138 [ $arch == arm ] | 137 [ $arch == arm ] |
| 139 *: Skip | 138 *: Skip |
| 140 | 139 |
| 141 [ $arch == simarm ] | 140 [ $arch == simarm ] |
| 142 *: Skip | 141 *: Skip |
| 143 | 142 |
| 144 [ $arch == mips ] | 143 [ $arch == mips ] |
| 145 *: Skip | 144 *: Skip |
| 146 | 145 |
| 147 [ $arch == simmips ] | 146 [ $arch == simmips ] |
| 148 *: Skip | 147 *: Skip |
| 149 | 148 |
| 150 # Skip serialization test that explicitly has no library declaration in the | 149 # Skip serialization test that explicitly has no library declaration in the |
| 151 # test on Dartium, which requires all tests to have a library. | 150 # test on Dartium, which requires all tests to have a library. |
| 152 [ $runtime == dartium || $runtime == drt ] | 151 [ $runtime == dartium || $runtime == drt ] |
| 153 serialization/test/no_library_test: Skip # Expected Failure | 152 serialization/test/no_library_test: Skip # Expected Failure |
| OLD | NEW |