| 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 # Don't run any test-like files that show up in packages directories. It | 5 # Don't run any test-like files that show up in packages directories. It |
| 6 # shouldn't be necessary to run "pub install" in these packages, but if you do | 6 # shouldn't be necessary to run "pub install" in these packages, but if you do |
| 7 # it shouldn't break the tests. | 7 # it shouldn't break the tests. |
| 8 */packages/*/*: Skip | 8 */packages/*/*: Skip |
| 9 */*/packages/*/*: Skip | 9 */*/packages/*/*: Skip |
| 10 */*/*/packages/*/*: Skip | 10 */*/*/packages/*/*: Skip |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 | 131 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 |
| 132 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 | 132 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 |
| 133 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 | 133 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 |
| 134 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 | 134 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 |
| 135 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 | 135 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 |
| 136 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 | 136 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 |
| 137 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 | 137 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 |
| 138 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 | 138 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 |
| 139 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 | 139 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 |
| 140 | 140 |
| 141 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| 141 | 142 |
| 142 [ $runtime == safari] | 143 [ $runtime == safari] |
| 143 # Bug in JSC: the test only passes when being debugged. | 144 # Bug in JSC: the test only passes when being debugged. |
| 144 crypto/test/hmac_md5_test: Fail, Pass | 145 crypto/test/hmac_md5_test: Fail, Pass |
| 145 | 146 |
| 146 [ $minified == false ] | 147 [ $minified == false ] |
| 147 # The minified unittest tests test that the minified names of Dart types are | 148 # The minified unittest tests test that the minified names of Dart types are |
| 148 # printed. Unminified versions of these tests exist that test the behavior when | 149 # printed. Unminified versions of these tests exist that test the behavior when |
| 149 # not minified. | 150 # not minified. |
| 150 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 151 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
| (...skipping 19 matching lines...) Expand all Loading... |
| 170 serialization/test/no_library_test: Skip # Expected Failure | 171 serialization/test/no_library_test: Skip # Expected Failure |
| 171 | 172 |
| 172 # Skip tests on the VM if the package depends on dart:html | 173 # Skip tests on the VM if the package depends on dart:html |
| 173 [ $runtime == vm ] | 174 [ $runtime == vm ] |
| 174 custom_element: Skip | 175 custom_element: Skip |
| 175 mdv: Skip | 176 mdv: Skip |
| 176 | 177 |
| 177 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] | 178 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] |
| 178 docgen/test/single_library_test: Skip # Uses dart:io | 179 docgen/test/single_library_test: Skip # Uses dart:io |
| 179 | 180 |
| OLD | NEW |