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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 | 214 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/
8440 |
215 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 | 215 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.
com/8440 |
216 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 | 216 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 |
217 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 | 217 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/
8440 |
218 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 | 218 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 |
219 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 | 219 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug
.com/8440 |
220 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 | 220 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 |
221 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 | 221 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84
40 |
222 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 | 222 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
440 |
223 | 223 |
| 224 |
224 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 225 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
225 | 226 |
226 # Skip tests on the browser if the test depends on dart:io | 227 # Skip tests on the browser if the test depends on dart:io |
227 third_party/html5lib/test/parser_test: Skip | 228 third_party/html5lib/test/parser_test: Skip |
228 third_party/html5lib/test/tokenizer_test: Skip | 229 third_party/html5lib/test/tokenizer_test: Skip |
229 | 230 |
230 [ $runtime == safari] | 231 [ $runtime == safari] |
231 # Bug in JSC: the test only passes when being debugged. | 232 # Bug in JSC: the test only passes when being debugged. |
232 crypto/test/hmac_md5_test: Fail, Pass | 233 crypto/test/hmac_md5_test: Fail, Pass |
233 | 234 |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 scheduled_test/test/scheduled_test/simple_test: StaticWarning | 377 scheduled_test/test/scheduled_test/simple_test: StaticWarning |
377 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning | 378 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning |
378 scheduled_test/test/scheduled_test/timeout_test: StaticWarning | 379 scheduled_test/test/scheduled_test/timeout_test: StaticWarning |
379 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning | 380 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning |
380 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning | 381 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning |
381 unittest/test/matchers_test: StaticWarning | 382 unittest/test/matchers_test: StaticWarning |
382 unittest/test/mock_test: StaticWarning | 383 unittest/test/mock_test: StaticWarning |
383 watcher/test/directory_watcher_test: StaticWarning | 384 watcher/test/directory_watcher_test: StaticWarning |
384 watcher/test/no_subscription_test: StaticWarning | 385 watcher/test/no_subscription_test: StaticWarning |
385 watcher/test/ready_test: StaticWarning | 386 watcher/test/ready_test: StaticWarning |
| 387 |
| 388 [ $runtime == vm ] |
| 389 # Issue surfaced after removing deprecated async features. |
| 390 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError |
OLD | NEW |