Chromium Code Reviews| Index: utils/testrunner/layout_test_runner.dart |
| =================================================================== |
| --- utils/testrunner/layout_test_runner.dart (revision 13306) |
| +++ utils/testrunner/layout_test_runner.dart (working copy) |
| @@ -4,6 +4,10 @@ |
| // The filters must be set by the caller that #sources this file. |
| List includeFilters; |
| + |
| +// dart2js is not handling 'part of' properly yet; when it does uncomment this. |
|
Siggi Cherem (dart-lang)
2012/10/05 21:37:51
nit: write as TODO(gram): ...
|
| +//part of layout_test; |
| + |
| List excludeFilters; |
| class LayoutTestConfiguration extends unittest.Configuration { |