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 ] | 16 [ $compiler == none && $runtime == drt ] |
17 | 17 |
18 [ $runtime == chrome || $runtime == ff || $runtime == safari ] | 18 [ $runtime == chrome || $runtime == ff || $runtime == safari ] |
19 | 19 |
20 [ $runtime == ie9 ] | 20 [ $runtime == ie9 ] |
21 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 | 21 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 |
22 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 22 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
23 | 23 |
24 [ $runtime == safari ] | 24 [ $runtime == safari ] |
25 promise_based_test: Skip | 25 promise_based_test: Skip |
26 third_party/todomvc: Pass, Fail # Flaky? Issue 12865 | |
27 | 26 |
28 [ $system == windows && $runtime == ff ] | 27 [ $system == windows && $runtime == ff ] |
29 third_party/todomvc: Pass, Timeout # Issue 13260 | 28 third_party/todomvc: Pass, Timeout # Issue 13260 |
30 | 29 |
31 [ $system == windows && $runtime == chrome ] | 30 [ $system == windows && $runtime == chrome ] |
32 third_party/todomvc: Pass, Timeout # Issue 13260 | 31 third_party/todomvc: Pass, Timeout # Issue 13260 |
33 | 32 |
34 [ $runtime == opera ] | 33 [ $runtime == opera ] |
35 swarm/test/swarm_ui_lib/touch/touch_test: Fail | 34 swarm/test/swarm_ui_lib/touch/touch_test: Fail |
36 swarm/test/swarm_test: Fail | 35 swarm/test/swarm_test: Fail |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 *: Skip | 79 *: Skip |
81 | 80 |
82 [ $arch == simarm ] | 81 [ $arch == simarm ] |
83 *: Skip | 82 *: Skip |
84 | 83 |
85 [ $arch == mips ] | 84 [ $arch == mips ] |
86 *: Skip | 85 *: Skip |
87 | 86 |
88 [ $arch == simmips ] | 87 [ $arch == simmips ] |
89 *: Skip | 88 *: Skip |
OLD | NEW |