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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 *: Skip | 74 *: Skip |
75 | 75 |
76 [ $arch == simarm ] | 76 [ $arch == simarm ] |
77 *: Skip | 77 *: Skip |
78 | 78 |
79 [ $arch == mips ] | 79 [ $arch == mips ] |
80 *: Skip | 80 *: Skip |
81 | 81 |
82 [ $arch == simmips ] | 82 [ $arch == simmips ] |
83 *: Skip | 83 *: Skip |
| 84 |
| 85 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 86 swarm/test/swarm_test: StaticWarning |
| 87 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning |
| 88 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning |
| 89 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning |
| 90 swarm/test/swarm_ui_lib/util/util_test: StaticWarning |
| 91 swarm/test/swarm_ui_lib/view/view_test: StaticWarning |
| 92 third_party/todomvc/test/listorder_test: StaticWarning |
| 93 third_party/todomvc/test/mainpage_test: StaticWarning |
| 94 third_party/todomvc/test/markdone_shadow_test: StaticWarning |
| 95 third_party/todomvc/test/markdone_test: StaticWarning |
OLD | NEW |