| 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 |
| 11 | 11 |
| 12 [ $compiler == dart2js && $runtime == drt ] | 12 [ $compiler == dart2js && $runtime == drt ] |
| 13 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 | 13 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 |
| 14 | 14 |
| 15 [ $compiler == none && $runtime == drt && $mode == debug ] | 15 [ $compiler == none && $runtime == drt && $mode == debug ] |
| 16 dromaeo_smoke_test: Crash # Issue 14218 | 16 dromaeo_smoke_test: Crash # Issue 14218 |
| 17 | 17 |
| 18 [ $runtime == ie9 ] | 18 [ $runtime == ie9 ] |
| 19 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 | 19 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 |
| 20 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 20 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 21 | 21 |
| 22 [ $runtime == safari ] | 22 [ $runtime == safari ] |
| 23 promise_based_test: Skip | 23 promise_based_test: Skip |
| 24 swarm/test/swarm_test: Pass, Fail # Issue 14523 |
| 25 |
| 26 [ $runtime == chrome ] |
| 27 swarm/test/swarm_test: Pass, Fail # Issue 14523 |
| 24 | 28 |
| 25 [ $runtime == opera ] | 29 [ $runtime == opera ] |
| 26 swarm/test/swarm_ui_lib/touch/touch_test: Fail | 30 swarm/test/swarm_ui_lib/touch/touch_test: Fail |
| 27 swarm/test/swarm_test: Fail | 31 swarm/test/swarm_test: Fail |
| 28 | 32 |
| 29 [ $runtime == vm ] | 33 [ $runtime == vm ] |
| 30 # Skip tests that use dart:html on the standalone VM | 34 # Skip tests that use dart:html on the standalone VM |
| 31 clock: Skip | 35 clock: Skip |
| 32 solar: Skip | 36 solar: Skip |
| 33 sunflower: Skip | 37 sunflower: Skip |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning | 91 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning |
| 88 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning | 92 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning |
| 89 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning | 93 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning |
| 90 swarm/test/swarm_ui_lib/util/util_test: StaticWarning | 94 swarm/test/swarm_ui_lib/util/util_test: StaticWarning |
| 91 swarm/test/swarm_ui_lib/view/view_test: StaticWarning | 95 swarm/test/swarm_ui_lib/view/view_test: StaticWarning |
| 92 third_party/todomvc/test/listorder_test: StaticWarning | 96 third_party/todomvc/test/listorder_test: StaticWarning |
| 93 third_party/todomvc/test/mainpage_test: StaticWarning | 97 third_party/todomvc/test/mainpage_test: StaticWarning |
| 94 third_party/todomvc/test/markdone_shadow_test: StaticWarning | 98 third_party/todomvc/test/markdone_shadow_test: StaticWarning |
| 95 third_party/todomvc/test/markdone_test: StaticWarning | 99 third_party/todomvc/test/markdone_test: StaticWarning |
| 96 | 100 |
| OLD | NEW |