Chromium Code Reviews| Index: samples/samples.status |
| =================================================================== |
| --- samples/samples.status (revision 34801) |
| +++ samples/samples.status (working copy) |
| @@ -11,8 +11,20 @@ |
| build_dart_simple: Skip |
| sample_extension: Skip |
| +[ $compiler == dart2js && $browser ] |
| +# These samples were patched to work with polymer-0.10.0-pre.7, but that version |
| +# of polymer was not merged in trunk: |
| +third_party/todomvc: Fail |
| +searchable_list: Fail |
| +polymer_intl: Fail |
| + |
| [ $compiler == none && $browser ] |
| pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
| +# These samples were patched to work with polymer-0.10.0-pre.7, but that version |
| +# of polymer was not merged in trunk: |
| +third_party/todomvc: Skip # Timeout |
|
Siggi Cherem (dart-lang)
2014/04/07 23:48:46
(timeout works too, but takes a while)
|
| +searchable_list: Skip # Timeout |
| +polymer_intl: Skip # Timeout |
| [ $runtime == ie9 ] |
| third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 |