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