Chromium Code Reviews| 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 dartcombat/test/dartcombat_test: Skip # Issue 2790 | 17 dartcombat/test/dartcombat_test: Skip # Issue 2790 |
| 18 swarm/test/swarm_test: Pass, Fail # Issue 3977 | 18 swarm/test/swarm_test: Pass, Fail # Issue 3977 |
| 19 | 19 |
| 20 [ $runtime == chrome || $runtime == ff || $runtime == safari ] | 20 [ $runtime == chrome || $runtime == ff || $runtime == safari ] |
| 21 dartcombat/test/dartcombat_test: Skip # passes locally but timeout on bot? | 21 dartcombat/test/dartcombat_test: Skip # passes locally but timeout on bot? |
| 22 | 22 |
| 23 [ $runtime == safari || $runtime == opera || $runtime == ff || $runtime == ie9 | | $runtime == ie10 ] | |
| 24 third_party/todomvc: Pass, Fail # issue 12865 | |
|
Jennifer Messerly
2013/08/30 23:01:10
right now TodoMVC seems broken on Firefox, but it
Siggi Cherem (dart-lang)
2013/08/30 23:22:13
not sure what is the best status here (Pass, Fail)
Jennifer Messerly
2013/09/04 04:36:40
It looks like these are actually passing now. I wa
| |
| 25 | |
| 23 [ $runtime == ie9 ] | 26 [ $runtime == ie9 ] |
| 24 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 | 27 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 |
| 25 | 28 |
| 26 [ $runtime == safari ] | 29 [ $runtime == safari ] |
| 27 promise_based_test: Skip | 30 promise_based_test: Skip |
| 28 | 31 |
| 29 [ $runtime == opera ] | 32 [ $runtime == opera ] |
| 30 swarm/test/swarm_ui_lib/touch/touch_test: Fail | 33 swarm/test/swarm_ui_lib/touch/touch_test: Fail |
| 31 swarm/test/swarm_test: Fail | 34 swarm/test/swarm_test: Fail |
| 32 | 35 |
| 33 [ $runtime == vm ] | 36 [ $runtime == vm ] |
| 34 # Skip tests that use dart:html on the standalone VM | 37 # Skip tests that use dart:html on the standalone VM |
| 35 clock: Skip | 38 clock: Skip |
| 36 dartcombat: Skip | 39 dartcombat: Skip |
| 37 hi: Skip | 40 hi: Skip |
| 38 solar: Skip | 41 solar: Skip |
| 39 spirodraw: Skip | 42 spirodraw: Skip |
| 40 sunflower: Skip | 43 sunflower: Skip |
| 41 swarm: Skip | 44 swarm: Skip |
| 42 swipe: Skip | 45 swipe: Skip |
| 43 third_party/todomvc/*: Skip | 46 third_party/todomvc: Skip |
| 44 | 47 |
| 45 [ $compiler == dart2js && $browser ] | 48 [ $compiler == dart2js && $browser ] |
| 46 dartcombat/test/dartcombat_test: Skip | 49 dartcombat/test/dartcombat_test: Skip |
| 47 third_party/todomvc/*: Skip # Issue 12865 | |
| 48 | 50 |
| 49 [ $compiler == dart2js && $runtime == none ] | 51 [ $compiler == dart2js && $runtime == none ] |
| 50 *: Fail, Pass # TODO(ahe): Triage these tests. | 52 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 51 | 53 |
| 52 [ $browser ] | 54 [ $browser ] |
| 53 # This may be related to issue 157 | 55 # 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 | 56 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails |
| 55 | 57 |
| 56 [ $compiler == dart2js && $runtime == ff ] | 58 [ $compiler == dart2js && $runtime == ff ] |
| 57 swarm/test/swarm_test: Fail # Issue 5633 | 59 swarm/test/swarm_test: Fail # Issue 5633 |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 73 *: Skip | 75 *: Skip |
| 74 | 76 |
| 75 [ $arch == simarm ] | 77 [ $arch == simarm ] |
| 76 *: Skip | 78 *: Skip |
| 77 | 79 |
| 78 [ $arch == mips ] | 80 [ $arch == mips ] |
| 79 *: Skip | 81 *: Skip |
| 80 | 82 |
| 81 [ $arch == simmips ] | 83 [ $arch == simmips ] |
| 82 *: Skip | 84 *: Skip |
| OLD | NEW |