| 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 | 120 |
| 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 |
| 130 | 131 |
| 131 [ $compiler == dart2js && $csp && $runtime == drt ] | 132 [ $compiler == dart2js && $csp && $runtime == drt ] |
| 132 unittest/test/unittest_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9
407 | 133 unittest/test/unittest_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9
407 |
| 133 | 134 |
| 134 [ $compiler == none && $runtime == drt ] | 135 [ $compiler == none && $runtime == drt ] |
| 135 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. | 136 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. |
| 136 | 137 |
| 137 [ $arch == arm ] | 138 [ $arch == arm ] |
| 138 *: Skip | 139 *: Skip |
| 139 | 140 |
| 140 [ $arch == simarm ] | 141 [ $arch == simarm ] |
| 141 *: Skip | 142 *: Skip |
| 142 | 143 |
| 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 |