| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 solar: Skip | 45 solar: Skip |
| 46 sunflower: Skip | 46 sunflower: Skip |
| 47 swarm: Skip | 47 swarm: Skip |
| 48 swipe: Skip | 48 swipe: Skip |
| 49 third_party/todomvc: Skip | 49 third_party/todomvc: Skip |
| 50 | 50 |
| 51 [ $compiler == dart2js && $browser ] | 51 [ $compiler == dart2js && $browser ] |
| 52 dartcombat/test/dartcombat_test: Skip | 52 dartcombat/test/dartcombat_test: Skip |
| 53 | 53 |
| 54 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 54 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 55 swarm/test/swarm_test: Pass, Slow # TODO(kasperl): Please triage. | 55 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage. |
| 56 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage. | 56 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage. |
| 57 | 57 |
| 58 [ $compiler == dart2js && $runtime == none ] | 58 [ $compiler == dart2js && $runtime == none ] |
| 59 *: Fail, Pass # TODO(ahe): Triage these tests. | 59 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 60 | 60 |
| 61 [ $browser ] | 61 [ $browser ] |
| 62 # This may be related to issue 157 | 62 # This may be related to issue 157 |
| 63 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails | 63 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails |
| 64 | 64 |
| 65 [ $compiler == dart2js && $runtime == ff ] | 65 [ $compiler == dart2js && $runtime == ff ] |
| (...skipping 16 matching lines...) Expand all Loading... |
| 82 *: Skip | 82 *: Skip |
| 83 | 83 |
| 84 [ $arch == simarm ] | 84 [ $arch == simarm ] |
| 85 *: Skip | 85 *: Skip |
| 86 | 86 |
| 87 [ $arch == mips ] | 87 [ $arch == mips ] |
| 88 *: Skip | 88 *: Skip |
| 89 | 89 |
| 90 [ $arch == simmips ] | 90 [ $arch == simmips ] |
| 91 *: Skip | 91 *: Skip |
| OLD | NEW |