| 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 [ $browser ] | 5 [ $browser ] |
| 6 # Skip tests that uses dart:io | 6 # Skip tests that uses dart:io |
| 7 chat/test/chat_server_test: Skip | 7 chat/test/chat_server_test: Skip |
| 8 build_dart: Skip | 8 build_dart: Skip |
| 9 build_dart_simple: Skip | 9 build_dart_simple: Skip |
| 10 sample_extension: Skip | 10 sample_extension: Skip |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 *: Skip | 86 *: Skip |
| 87 | 87 |
| 88 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 88 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 89 chat/test/chat_server_test: StaticWarning | 89 chat/test/chat_server_test: StaticWarning |
| 90 swarm/test/swarm_test: StaticWarning | 90 swarm/test/swarm_test: StaticWarning |
| 91 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning | 91 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning |
| 92 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning | 92 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning |
| 93 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning | 93 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning |
| 94 swarm/test/swarm_ui_lib/util/util_test: StaticWarning | 94 swarm/test/swarm_ui_lib/util/util_test: StaticWarning |
| 95 swarm/test/swarm_ui_lib/view/view_test: StaticWarning | 95 swarm/test/swarm_ui_lib/view/view_test: StaticWarning |
| 96 third_party/todomvc/test/listorder_test: StaticWarning | |
| 97 third_party/todomvc/test/mainpage_test: StaticWarning | |
| 98 third_party/todomvc/test/markdone_shadow_test: StaticWarning | |
| 99 third_party/todomvc/test/markdone_test: StaticWarning | |
| 100 | 96 |
| OLD | NEW |