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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 | 46 |
47 [ $compiler == dart2js && $browser ] | 47 [ $compiler == dart2js && $browser ] |
48 | 48 |
49 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 49 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
50 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage. | 50 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage. |
51 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage. | 51 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage. |
52 | 52 |
53 [ $compiler == dart2js && $runtime == none ] | 53 [ $compiler == dart2js && $runtime == none ] |
54 *: Fail, Pass # TODO(ahe): Triage these tests. | 54 *: Fail, Pass # TODO(ahe): Triage these tests. |
55 | 55 |
| 56 [ $compiler == none && $runtime == dartium ] |
| 57 swarm/test/swarm_test: Fail # Issue 13719: Please triage this failure. |
| 58 |
56 [ $browser ] | 59 [ $browser ] |
57 # This may be related to issue 157 | 60 # This may be related to issue 157 |
58 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails | 61 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails |
59 | 62 |
60 [ $compiler == dart2js && $runtime == ff ] | 63 [ $compiler == dart2js && $runtime == ff ] |
61 swarm/test/swarm_test: Fail # Issue 5633 | 64 swarm/test/swarm_test: Fail # Issue 5633 |
62 | 65 |
63 [ $compiler == dart2js && $runtime == drt && $system == windows ] | 66 [ $compiler == dart2js && $runtime == drt && $system == windows ] |
64 swarm/test/swarm_test: Fail # Issue 4517 | 67 swarm/test/swarm_test: Fail # Issue 4517 |
65 | 68 |
(...skipping 11 matching lines...) Expand all Loading... |
77 *: Skip | 80 *: Skip |
78 | 81 |
79 [ $arch == simarm ] | 82 [ $arch == simarm ] |
80 *: Skip | 83 *: Skip |
81 | 84 |
82 [ $arch == mips ] | 85 [ $arch == mips ] |
83 *: Skip | 86 *: Skip |
84 | 87 |
85 [ $arch == simmips ] | 88 [ $arch == simmips ] |
86 *: Skip | 89 *: Skip |
OLD | NEW |