Chromium Code Reviews| Index: samples/tests/samples/samples.status |
| diff --git a/samples/tests/samples/samples.status b/samples/tests/samples/samples.status |
| index ebdbcd9dded094f05b30890e09834b1e83f178cf..727b632e43c7f2c1d6bfafdf56182a1d8cc55bec 100644 |
| --- a/samples/tests/samples/samples.status |
| +++ b/samples/tests/samples/samples.status |
| @@ -36,10 +36,15 @@ lib/observable/observable_test: Skip |
| lib/util/util_test: Skip |
| lib/view/view_test: Skip |
| browser/*: Skip |
| +todomvc/*: Skip |
| [ $compiler == dart2js && $browser ] |
| dartcombat/dartcombat_test: Skip |
| +# TODO(jmesserly): this test needs to be compiled with Polymer deploy step |
| +# before dart2js can run. |
| +todomvc/*: Skip |
|
kustermann
2013/08/30 15:34:43
If you've Skip here, please file a bug and add the
Jennifer Messerly
2013/08/30 18:07:36
good catch! I did file a bug but forgot to add the
|
| + |
| [ $compiler == dart2js && $runtime == none ] |
| *: Fail, Pass # TODO(ahe): Triage these tests. |