| 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 10 matching lines...) Expand all Loading... |
| 21 | 21 |
| 22 [ $runtime == ie9 ] | 22 [ $runtime == ie9 ] |
| 23 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 | 23 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 |
| 24 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 24 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 25 | 25 |
| 26 [ $runtime == safari ] | 26 [ $runtime == safari ] |
| 27 promise_based_test: Skip | 27 promise_based_test: Skip |
| 28 third_party/todomvc: Pass, Fail # Flaky? Issue 12865 | 28 third_party/todomvc: Pass, Fail # Flaky? Issue 12865 |
| 29 | 29 |
| 30 [ $system == windows && $runtime == ff ] | 30 [ $system == windows && $runtime == ff ] |
| 31 third_party/todomvc: pass, Timeout # Issue 13260 | 31 third_party/todomvc: Pass, Fail, Timeout # Issue 13260, 13281 |
| 32 | 32 |
| 33 [ $system == windows && $runtime == chrome ] | 33 [ $system == windows && $runtime == chrome ] |
| 34 third_party/todomvc: pass, Timeout # Issue 13260 | 34 third_party/todomvc: Pass, Fail, Timeout # Issue 13260, 13281 |
| 35 | 35 |
| 36 [ $runtime == opera ] | 36 [ $runtime == opera ] |
| 37 swarm/test/swarm_ui_lib/touch/touch_test: Fail | 37 swarm/test/swarm_ui_lib/touch/touch_test: Fail |
| 38 swarm/test/swarm_test: Fail | 38 swarm/test/swarm_test: Fail |
| 39 | 39 |
| 40 [ $runtime == vm ] | 40 [ $runtime == vm ] |
| 41 # Skip tests that use dart:html on the standalone VM | 41 # Skip tests that use dart:html on the standalone VM |
| 42 clock: Skip | 42 clock: Skip |
| 43 dartcombat: Skip | 43 dartcombat: Skip |
| 44 hi: Skip | 44 hi: Skip |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 *: Skip | 78 *: Skip |
| 79 | 79 |
| 80 [ $arch == simarm ] | 80 [ $arch == simarm ] |
| 81 *: Skip | 81 *: Skip |
| 82 | 82 |
| 83 [ $arch == mips ] | 83 [ $arch == mips ] |
| 84 *: Skip | 84 *: Skip |
| 85 | 85 |
| 86 [ $arch == simmips ] | 86 [ $arch == simmips ] |
| 87 *: Skip | 87 *: Skip |
| OLD | NEW |