| 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 build_dart: Skip | 7 build_dart: Skip |
| 8 build_dart_simple: Skip | 8 build_dart_simple: Skip |
| 9 sample_extension: Skip | 9 sample_extension: Skip |
| 10 | 10 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 [ $runtime == chrome ] | 25 [ $runtime == chrome ] |
| 26 swarm/test/swarm_test: Pass, Fail # Issue 14523 | 26 swarm/test/swarm_test: Pass, Fail # Issue 14523 |
| 27 | 27 |
| 28 [ $runtime == opera ] | 28 [ $runtime == opera ] |
| 29 swarm/test/swarm_ui_lib/touch/touch_test: Fail | 29 swarm/test/swarm_ui_lib/touch/touch_test: Fail |
| 30 swarm/test/swarm_test: Fail | 30 swarm/test/swarm_test: Fail |
| 31 | 31 |
| 32 [ $runtime == vm ] | 32 [ $runtime == vm ] |
| 33 # Skip tests that use dart:html on the standalone VM | 33 # Skip tests that use dart:html on the standalone VM |
| 34 clock: Skip | 34 clock: Skip |
| 35 google_maps: Skip |
| 36 jsonp: Skip |
| 35 solar: Skip | 37 solar: Skip |
| 36 sunflower: Skip | 38 sunflower: Skip |
| 37 swarm: Skip | 39 swarm: Skip |
| 38 swipe: Skip | 40 swipe: Skip |
| 39 | 41 |
| 40 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 42 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 41 third_party/todomvc: Skip # uses dart:html | 43 third_party/todomvc: Skip # uses dart:html |
| 42 | 44 |
| 43 [ $compiler == dart2js && $browser ] | 45 [ $compiler == dart2js && $browser ] |
| 44 | 46 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 | 79 |
| 78 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 80 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 79 chat/test/chat_server_test: StaticWarning | 81 chat/test/chat_server_test: StaticWarning |
| 80 swarm/test/swarm_test: StaticWarning | 82 swarm/test/swarm_test: StaticWarning |
| 81 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning | 83 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning |
| 82 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning | 84 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning |
| 83 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning | 85 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning |
| 84 swarm/test/swarm_ui_lib/util/util_test: StaticWarning | 86 swarm/test/swarm_ui_lib/util/util_test: StaticWarning |
| 85 swarm/test/swarm_ui_lib/view/view_test: StaticWarning | 87 swarm/test/swarm_ui_lib/view/view_test: StaticWarning |
| 86 | 88 |
| OLD | NEW |