Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 13125) |
| +++ pkg/pkg.status (working copy) |
| @@ -52,3 +52,8 @@ |
| [ $compiler == none && $runtime == drt ] |
| dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. |
| + |
| +# Fail the finding browser locale test on Safari while |
| +# debugging why it fails. (alanknight) |
| +[ $runtime == safari ] |
| +intl/test/find_default_locale_browser_test: Fail |