| 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 time: Skip | 11 time: Skip |
| 12 | 12 |
| 13 [ $compiler == dart2js && $runtime == drt ] | 13 [ $compiler == dart2js && $runtime == drt ] |
| 14 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 | 14 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 |
| 15 | 15 |
| 16 [ $compiler == none && $runtime == drt && $mode == debug ] | 16 [ $compiler == none && $runtime == drt && $mode == debug ] |
| 17 dromaeo_smoke_test: Crash # Issue 14218 | 17 dromaeo_smoke_test: Crash # Issue 14218 |
| 18 | 18 |
| 19 [ $runtime == ie9 ] | 19 [ $runtime == ie9 ] |
| 20 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 | 20 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 |
| 21 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 21 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 22 | 22 |
| 23 [ $runtime == safari ] | 23 [ $runtime == safari ] |
| 24 promise_based_test: Skip | 24 promise_based_test: Skip |
| 25 | 25 |
| 26 [ $system == windows && $runtime == ff ] | |
| 27 third_party/todomvc: Pass, Fail, Timeout # Issue 13260, 14162 | |
| 28 | |
| 29 [ $system == windows && $runtime == chrome ] | |
| 30 third_party/todomvc: Pass, Timeout # Issue 13260 | |
| 31 | |
| 32 [ $runtime == opera ] | 26 [ $runtime == opera ] |
| 33 swarm/test/swarm_ui_lib/touch/touch_test: Fail | 27 swarm/test/swarm_ui_lib/touch/touch_test: Fail |
| 34 swarm/test/swarm_test: Fail | 28 swarm/test/swarm_test: Fail |
| 35 | 29 |
| 36 [ $runtime == vm ] | 30 [ $runtime == vm ] |
| 37 # Skip tests that use dart:html on the standalone VM | 31 # Skip tests that use dart:html on the standalone VM |
| 38 clock: Skip | 32 clock: Skip |
| 39 solar: Skip | 33 solar: Skip |
| 40 sunflower: Skip | 34 sunflower: Skip |
| 41 swarm: Skip | 35 swarm: Skip |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 *: Skip | 74 *: Skip |
| 81 | 75 |
| 82 [ $arch == simarm ] | 76 [ $arch == simarm ] |
| 83 *: Skip | 77 *: Skip |
| 84 | 78 |
| 85 [ $arch == mips ] | 79 [ $arch == mips ] |
| 86 *: Skip | 80 *: Skip |
| 87 | 81 |
| 88 [ $arch == simmips ] | 82 [ $arch == simmips ] |
| 89 *: Skip | 83 *: Skip |
| OLD | NEW |