| 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 build_dart: Skip | 7 build_dart: Skip |
| 8 build_dart_simple: Skip | 8 build_dart_simple: Skip |
| 9 sample_extension: Skip | 9 sample_extension: Skip |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 searchable_list: Skip | 24 searchable_list: Skip |
| 25 solar: Skip | 25 solar: Skip |
| 26 spirodraw: Skip | 26 spirodraw: Skip |
| 27 sunflower: Skip | 27 sunflower: Skip |
| 28 swipe: Skip | 28 swipe: Skip |
| 29 polymer_intl: Skip | 29 polymer_intl: Skip |
| 30 | 30 |
| 31 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 31 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 32 third_party/todomvc: Skip # uses dart:html | 32 third_party/todomvc: Skip # uses dart:html |
| 33 | 33 |
| 34 [ $compiler == none && $runtime == drt ] | |
| 35 third_party/todomvc: Fail # Issue 17097 | |
| 36 | |
| 37 [ $compiler == none && $runtime == dartium ] | |
| 38 third_party/todomvc: Timeout # Issue 17097 | |
| 39 | |
| 40 [ $compiler == dart2js && $browser ] | 34 [ $compiler == dart2js && $browser ] |
| 41 | 35 |
| 42 [ $compiler == dart2js && $runtime == none ] | 36 [ $compiler == dart2js && $runtime == none ] |
| 43 *: Fail, Pass # TODO(ahe): Triage these tests. | 37 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 44 | 38 |
| 45 [ $compiler == dart2analyzer ] | 39 [ $compiler == dart2analyzer ] |
| 46 build_dart: Skip | 40 build_dart: Skip |
| 47 | 41 |
| 48 [ $compiler == dart2dart ] | 42 [ $compiler == dart2dart ] |
| 49 # Skip until we stabilize language tests. | 43 # Skip until we stabilize language tests. |
| 50 *: Skip | 44 *: Skip |
| 51 | 45 |
| 52 [ $arch == arm ] | 46 [ $arch == arm ] |
| 53 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 47 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| OLD | NEW |