| 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 [ $use_public_packages == false && $use_repository_packages == false] | 5 [ $use_public_packages == false && $use_repository_packages == false] |
| 6 pop_pop_win: Skip # Require packages | 6 pop_pop_win: Skip # Require packages |
| 7 | 7 |
| 8 [ $browser ] | 8 [ $browser ] |
| 9 # Skip tests that uses dart:io | 9 # Skip tests that uses dart:io |
| 10 build_dart: Skip | 10 build_dart: Skip |
| 11 build_dart_simple: Skip | 11 build_dart_simple: Skip |
| 12 sample_extension: Skip | 12 sample_extension: Skip |
| 13 | 13 |
| 14 [ $compiler == none && $browser ] | 14 [ $compiler == none && $browser ] |
| 15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | 15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
| 16 | 16 |
| 17 [ $runtime == ie9 ] | 17 [ $runtime == ie9 ] |
| 18 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 18 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 19 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 | 19 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 |
| 20 polymer_intl: Pass, Fail, Timeout # 15047, 16717 | 20 polymer_intl: Pass, Fail, Timeout # 15047, 16717 |
| 21 searchable_list: Pass, Fail, Timeout # 16717 | 21 searchable_list: Pass, Fail, Timeout # 16717 |
| 22 | 22 |
| 23 [ $runtime == ie11 ] |
| 24 third_party/todomvc/test/markdone_shadow_test: Pass, Fail # Please triage. |
| 25 polymer_intl: Pass, Fail # Please triage. |
| 26 |
| 27 |
| 23 [ $runtime == vm ] | 28 [ $runtime == vm ] |
| 24 # Skip tests that use dart:html on the standalone VM | 29 # Skip tests that use dart:html on the standalone VM |
| 25 clock: Skip | 30 clock: Skip |
| 26 gauge: Skip | 31 gauge: Skip |
| 27 google_maps: Skip | 32 google_maps: Skip |
| 28 jsonp: Skip | 33 jsonp: Skip |
| 29 multi_touch: Skip | 34 multi_touch: Skip |
| 30 searchable_list: Skip | 35 searchable_list: Skip |
| 31 solar: Skip | 36 solar: Skip |
| 32 spirodraw: Skip | 37 spirodraw: Skip |
| 33 sunflower: Skip | 38 sunflower: Skip |
| 34 swipe: Skip | 39 swipe: Skip |
| 35 polymer_intl: Skip | 40 polymer_intl: Skip |
| 36 | 41 |
| 37 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 42 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 38 third_party/todomvc: Skip # uses dart:html | 43 third_party/todomvc: Skip # uses dart:html |
| 39 | 44 |
| 40 [ $compiler == dart2js && $runtime == none ] | 45 [ $compiler == dart2js && $runtime == none ] |
| 41 *: Fail, Pass # TODO(ahe): Triage these tests. | 46 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 42 | 47 |
| 43 [ $compiler == dart2analyzer ] | 48 [ $compiler == dart2analyzer ] |
| 44 build_dart: Skip | 49 build_dart: Skip |
| 45 | 50 |
| 46 [ $compiler == dart2dart ] | 51 [ $compiler == dart2dart ] |
| 47 # Skip until we stabilize language tests. | 52 # Skip until we stabilize language tests. |
| 48 *: Skip | 53 *: Skip |
| 49 | 54 |
| 50 [ $arch == arm ] | 55 [ $arch == arm ] |
| 51 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 56 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| OLD | NEW |