| Index: dart/samples/samples.status
|
| ===================================================================
|
| --- dart/samples/samples.status (revision 34809)
|
| +++ dart/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
|
| +searchable_list: Skip # Timeout
|
| +polymer_intl: Skip # Timeout
|
|
|
| [ $runtime == ie9 ]
|
| third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
|
|
|