| 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 third_party/todomvc: Pass, Fail, Timeout # Issue 14247 | |
| 14 | |
| 15 [ $compiler == dart2js && $runtime == drt ] | 13 [ $compiler == dart2js && $runtime == drt ] |
| 16 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 | 14 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 |
| 17 | 15 |
| 18 [ $compiler == none && $runtime == drt && $mode == debug ] | 16 [ $compiler == none && $runtime == drt && $mode == debug ] |
| 19 dromaeo_smoke_test: Crash # Issue 14218 | 17 dromaeo_smoke_test: Crash # Issue 14218 |
| 20 | 18 |
| 21 [ $runtime == ie9 ] | 19 [ $runtime == ie9 ] |
| 22 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 |
| 23 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 21 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 24 | 22 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 *: Skip | 80 *: Skip |
| 83 | 81 |
| 84 [ $arch == simarm ] | 82 [ $arch == simarm ] |
| 85 *: Skip | 83 *: Skip |
| 86 | 84 |
| 87 [ $arch == mips ] | 85 [ $arch == mips ] |
| 88 *: Skip | 86 *: Skip |
| 89 | 87 |
| 90 [ $arch == simmips ] | 88 [ $arch == simmips ] |
| 91 *: Skip | 89 *: Skip |
| OLD | NEW |