| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 http/test/http_test: StaticWarning | 356 http/test/http_test: StaticWarning |
| 357 http/test/mock_client_test: StaticWarning | 357 http/test/mock_client_test: StaticWarning |
| 358 http/test/multipart_test: StaticWarning | 358 http/test/multipart_test: StaticWarning |
| 359 http/test/request_test: StaticWarning | 359 http/test/request_test: StaticWarning |
| 360 http/test/streamed_request_test: StaticWarning | 360 http/test/streamed_request_test: StaticWarning |
| 361 intl/test/date_time_format_file_even_test: StaticWarning | 361 intl/test/date_time_format_file_even_test: StaticWarning |
| 362 intl/test/date_time_format_file_odd_test: StaticWarning | 362 intl/test/date_time_format_file_odd_test: StaticWarning |
| 363 intl/test/date_time_format_http_request_test: StaticWarning | 363 intl/test/date_time_format_http_request_test: StaticWarning |
| 364 intl/test/date_time_format_local_even_test: StaticWarning | 364 intl/test/date_time_format_local_even_test: StaticWarning |
| 365 intl/test/date_time_format_local_odd_test: StaticWarning | 365 intl/test/date_time_format_local_odd_test: StaticWarning |
| 366 mutation_observer/test/mutation_observer_test: StaticWarning | |
| 367 observe/test/list_change_test: StaticWarning | 366 observe/test/list_change_test: StaticWarning |
| 368 observe/test/observable_list_test: StaticWarning | 367 observe/test/observable_list_test: StaticWarning |
| 369 observe/test/observable_map_test: StaticWarning | 368 observe/test/observable_map_test: StaticWarning |
| 370 observe/test/path_observer_test: StaticWarning | 369 observe/test/path_observer_test: StaticWarning |
| 371 observe/test/transform_test: CompileTimeError, StaticWarning | 370 observe/test/transform_test: CompileTimeError, StaticWarning |
| 372 polymer/example/component/news/test/news_index_test: StaticWarning | 371 polymer/example/component/news/test/news_index_test: StaticWarning |
| 373 polymer_expressions/test/bindings_test: StaticWarning | 372 polymer_expressions/test/bindings_test: StaticWarning |
| 374 polymer_expressions/test/eval_test: StaticWarning | 373 polymer_expressions/test/eval_test: StaticWarning |
| 375 polymer_expressions/test/globals_test: StaticWarning | 374 polymer_expressions/test/globals_test: StaticWarning |
| 376 polymer_expressions/test/syntax_test: StaticWarning | 375 polymer_expressions/test/syntax_test: StaticWarning |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 template_binding/test/binding_syntax_test: StaticWarning | 423 template_binding/test/binding_syntax_test: StaticWarning |
| 425 template_binding/test/custom_element_bindings_test: StaticWarning | 424 template_binding/test/custom_element_bindings_test: StaticWarning |
| 426 template_binding/test/element_bindings_test: StaticWarning | 425 template_binding/test/element_bindings_test: StaticWarning |
| 427 template_binding/test/node_bindings_test: StaticWarning | 426 template_binding/test/node_bindings_test: StaticWarning |
| 428 template_binding/test/template_element_test: StaticWarning | 427 template_binding/test/template_element_test: StaticWarning |
| 429 unittest/test/matchers_test: StaticWarning | 428 unittest/test/matchers_test: StaticWarning |
| 430 unittest/test/mock_test: StaticWarning | 429 unittest/test/mock_test: StaticWarning |
| 431 watcher/test/directory_watcher_test: StaticWarning | 430 watcher/test/directory_watcher_test: StaticWarning |
| 432 watcher/test/no_subscription_test: StaticWarning | 431 watcher/test/no_subscription_test: StaticWarning |
| 433 watcher/test/ready_test: StaticWarning | 432 watcher/test/ready_test: StaticWarning |
| OLD | NEW |