Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 # BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 third_party/todomvc: Skip # Not designed for buildbots, see issue 12865. | |
| 6 | |
| 7 [ $browser ] | |
|
Jennifer Messerly
2013/08/28 20:51:36
hmmm, the diff tool isn't helping things here. but
| |
| 8 # Skip tests that uses dart:io | |
| 9 chat/test/chat_server_test: Skip | |
| 10 build_dart: Skip | |
| 11 build_dart_simple: Skip | |
| 12 sample_extension: Skip | |
| 13 time: Skip | |
| 14 | |
| 15 [ $compiler == dart2js && $runtime == drt ] | |
| 16 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 | |
| 17 | |
| 18 [ $compiler == none && $runtime == drt ] | |
| 19 dartcombat/test/dartcombat_test: Skip # Issue 2790 | |
| 20 swarm/test/swarm_test: Pass, Fail # Issue 3977 | |
| 21 | |
| 22 [ $runtime == chrome || $runtime == ff || $runtime == safari ] | |
| 23 dartcombat/test/dartcombat_test: Skip # passes locally but timeout on bot? | |
| 24 | |
| 25 [ $runtime == ie9 ] | |
| 26 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 | |
| 27 | |
| 28 [ $runtime == safari ] | |
| 29 promise_based_test: Skip | |
| 30 | |
| 31 [ $runtime == opera ] | |
| 32 swarm/test/swarm_ui_lib/touch/touch_test: Fail | |
| 33 swarm/test/swarm_test: Fail | |
| 34 | |
| 35 [ $runtime == vm ] | |
| 36 # Skip tests that use dart:html on the standalone VM | |
| 37 clock: Skip | |
| 38 dartcombat: Skip | |
| 39 hi: Skip | |
| 40 solar: Skip | |
| 41 spirodraw: Skip | |
| 42 sunflower: Skip | |
| 43 swarm: Skip | |
| 44 swipe: Skip | |
| 45 | |
| 46 [ $compiler == dart2js && $browser ] | |
| 47 dartcombat/test/dartcombat_test: Skip | |
| 48 | |
| 49 [ $compiler == dart2js && $runtime == none ] | |
| 50 *: Fail, Pass # TODO(ahe): Triage these tests. | |
| 51 | |
| 52 [ $browser ] | |
| 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 | |
| 55 | |
| 56 [ $compiler == dart2js && $runtime == ff ] | |
| 57 swarm/test/swarm_test: Fail # Issue 5633 | |
| 58 | |
| 59 [ $compiler == dart2js && $runtime == drt && $system == windows ] | |
| 60 swarm/test/swarm_test: Fail # Issue 4517 | |
| 61 | |
| 62 [ $compiler == dart2js && $runtime == ie9 ] | |
| 63 swarm/test/swarm_test: Timeout, Fail # Issue 5633 | |
| 64 | |
| 65 [ $compiler == dart2analyzer ] | |
| 66 build_dart: Skip | |
| 67 | |
| 68 [ $compiler == dart2dart ] | |
| 69 # Skip until we stabilize language tests. | |
| 70 *: Skip | |
| 71 | |
| 72 [ $arch == arm ] | |
| 73 *: Skip | |
| 74 | |
| 75 [ $arch == simarm ] | |
| 76 *: Skip | |
| 77 | |
| 78 [ $arch == mips ] | |
| 79 *: Skip | |
| 80 | |
| 81 [ $arch == simmips ] | |
| 82 *: Skip | |
| OLD | NEW |