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 [ $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 == dart2js && $browser ] | |
| 15 # These samples were patched to work with polymer-0.10.0-pre.7, but that version | |
| 16 # of polymer was not merged in trunk: | |
| 17 third_party/todomvc: Fail | |
| 18 searchable_list: Fail | |
| 19 polymer_intl: Fail | |
| 20 | |
| 14 [ $compiler == none && $browser ] | 21 [ $compiler == none && $browser ] |
| 15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) | 22 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
| 23 # These samples were patched to work with polymer-0.10.0-pre.7, but that version | |
| 24 # of polymer was not merged in trunk: | |
| 25 third_party/todomvc: Skip # Timeout | |
|
Siggi Cherem (dart-lang)
2014/04/07 23:48:46
(timeout works too, but takes a while)
| |
| 26 searchable_list: Skip # Timeout | |
| 27 polymer_intl: Skip # Timeout | |
| 16 | 28 |
| 17 [ $runtime == ie9 ] | 29 [ $runtime == ie9 ] |
| 18 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 | 30 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |
| 19 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 | 31 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 |
| 20 polymer_intl: Pass, Fail, Timeout # 15047, 16717 | 32 polymer_intl: Pass, Fail, Timeout # 15047, 16717 |
| 21 searchable_list: Pass, Fail, Timeout # 16717 | 33 searchable_list: Pass, Fail, Timeout # 16717 |
| 22 | 34 |
| 23 [ $runtime == vm ] | 35 [ $runtime == vm ] |
| 24 # Skip tests that use dart:html on the standalone VM | 36 # Skip tests that use dart:html on the standalone VM |
| 25 clock: Skip | 37 clock: Skip |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 42 | 54 |
| 43 [ $compiler == dart2analyzer ] | 55 [ $compiler == dart2analyzer ] |
| 44 build_dart: Skip | 56 build_dart: Skip |
| 45 | 57 |
| 46 [ $compiler == dart2dart ] | 58 [ $compiler == dart2dart ] |
| 47 # Skip until we stabilize language tests. | 59 # Skip until we stabilize language tests. |
| 48 *: Skip | 60 *: Skip |
| 49 | 61 |
| 50 [ $arch == arm ] | 62 [ $arch == arm ] |
| 51 sample_extension/test/sample_extension_test: Skip # Issue 14705 | 63 sample_extension/test/sample_extension_test: Skip # Issue 14705 |
| OLD | NEW |