| 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 third_party/todomvc: Skip # Not designed for buildbots, see issue 12865. | |
| 6 | |
| 7 [ $browser ] | 5 [ $browser ] |
| 8 # Skip tests that uses dart:io | 6 # Skip tests that uses dart:io |
| 9 chat/test/chat_server_test: Skip | 7 chat/test/chat_server_test: Skip |
| 10 build_dart: Skip | 8 build_dart: Skip |
| 11 build_dart_simple: Skip | 9 build_dart_simple: Skip |
| 12 sample_extension: Skip | 10 sample_extension: Skip |
| 13 time: Skip | 11 time: Skip |
| 14 | 12 |
| 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 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 35 [ $runtime == vm ] | 33 [ $runtime == vm ] |
| 36 # Skip tests that use dart:html on the standalone VM | 34 # Skip tests that use dart:html on the standalone VM |
| 37 clock: Skip | 35 clock: Skip |
| 38 dartcombat: Skip | 36 dartcombat: Skip |
| 39 hi: Skip | 37 hi: Skip |
| 40 solar: Skip | 38 solar: Skip |
| 41 spirodraw: Skip | 39 spirodraw: Skip |
| 42 sunflower: Skip | 40 sunflower: Skip |
| 43 swarm: Skip | 41 swarm: Skip |
| 44 swipe: Skip | 42 swipe: Skip |
| 43 third_party/todomvc/*: Skip |
| 45 | 44 |
| 46 [ $compiler == dart2js && $browser ] | 45 [ $compiler == dart2js && $browser ] |
| 47 dartcombat/test/dartcombat_test: Skip | 46 dartcombat/dartcombat_test: Skip |
| 47 third_party/todomvc/*: Skip # Issue 12865 |
| 48 | 48 |
| 49 [ $compiler == dart2js && $runtime == none ] | 49 [ $compiler == dart2js && $runtime == none ] |
| 50 *: Fail, Pass # TODO(ahe): Triage these tests. | 50 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 51 | 51 |
| 52 [ $browser ] | 52 [ $browser ] |
| 53 # This may be related to issue 157 | 53 # This may be related to issue 157 |
| 54 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails | 54 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails |
| 55 | 55 |
| 56 [ $compiler == dart2js && $runtime == ff ] | 56 [ $compiler == dart2js && $runtime == ff ] |
| 57 swarm/test/swarm_test: Fail # Issue 5633 | 57 swarm/test/swarm_test: Fail # Issue 5633 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 73 *: Skip | 73 *: Skip |
| 74 | 74 |
| 75 [ $arch == simarm ] | 75 [ $arch == simarm ] |
| 76 *: Skip | 76 *: Skip |
| 77 | 77 |
| 78 [ $arch == mips ] | 78 [ $arch == mips ] |
| 79 *: Skip | 79 *: Skip |
| 80 | 80 |
| 81 [ $arch == simmips ] | 81 [ $arch == simmips ] |
| 82 *: Skip | 82 *: Skip |
| OLD | NEW |