Chromium Code Reviews| Index: pkg/pkg.status |
| diff --git a/pkg/pkg.status b/pkg/pkg.status |
| index 529174485f6a7e957924af94561e2f7d9154293d..b3ef6ed9e2ec84f333ffbc5f09e0a685330b31db 100644 |
| --- a/pkg/pkg.status |
| +++ b/pkg/pkg.status |
| @@ -245,7 +245,6 @@ unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J |
| [ $arch == simarm || $arch == simmips ] |
| barback/test/too_many_open_files_test: Pass, Slow, Fail # 14220 |
| third_party/html5lib/test/tokenizer_test: Pass, Slow |
| -watcher/test/no_subscription_test: Pass, Fail # Issue 13705. |
| # Skip serialization test that explicitly has no library declaration in the |
| # test on Dartium, which requires all tests to have a library. |
| @@ -379,6 +378,10 @@ scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning |
| scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning |
| unittest/test/matchers_test: StaticWarning |
| unittest/test/mock_test: StaticWarning |
| -watcher/test/directory_watcher_test: StaticWarning |
| -watcher/test/no_subscription_test: StaticWarning |
| -watcher/test/ready_test: StaticWarning |
| +watcher/test/*: StaticWarning |
|
Bob Nystrom
2013/11/06 19:24:04
What's this for? Can it be fixed?
nweiz
2013/11/07 00:46:37
This is the same warning that was there before. I'
|
| + |
| +[ $runtime == vm && ($system == windows || $system == macos) ] |
| +watcher/test/*/linux_test: Skip |
| + |
| +[ $runtime == vm && $system == linux ] |
| +watcher/test/*/linux_test: Pass, Slow # Issue 14606 |
|
Bob Nystrom
2013/11/06 19:24:04
Before only no_subscription_test was flaky. Now al
nweiz
2013/11/07 00:46:37
This isn't a flaky annotation, it's a slow annotat
|