Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2008)

Unified Diff: pkg/pkg.status

Issue 66163002: Wrap Directory.watch on Mac OS for the watcher package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/watcher/lib/src/constructable_file_system_event.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 42906eba57c9177312169580e90e8b8cbea4448d..0170ad90c3eb69dc196a20ad7a4194a71ab70b13 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -330,5 +330,11 @@ unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
[ $runtime == vm && ($system == windows || $system == macos) ]
watcher/test/*/linux_test: Skip
+[ $runtime == vm && ($system == windows || $system == linux) ]
+watcher/test/*/mac_os_test: Skip
+
[ $runtime == vm && $system == linux ]
watcher/test/*/linux_test: Pass, Slow # Issue 14606
+
+[ $runtime == vm && $system == macos ]
+watcher/test/no_subscribers/mac_os_test: Fail # Issue 14793 (see test file for details)
« no previous file with comments | « no previous file | pkg/watcher/lib/src/constructable_file_system_event.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698