Skip to content

Instantly share code, notes, and snippets.

Created April 10, 2012 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fce310d1a7a32487bd4a to your computer and use it in GitHub Desktop.
Save anonymous/fce310d1a7a32487bd4a to your computer and use it in GitHub Desktop.
suzanne-holloways-macbook:bnoordhuis-libuv-3081f80 smh8g$ for TEST in fs_event_ref fs_event_watch_dir fs_event_watch_file fs_event_watch_file_current_dir fs_event_no_callback_on_close fs_event_immediate_close fs_event_close_with_pending_event fs_event_close_in_callback; do echo "*** $TEST"; out/Debug/run-tests $TEST; done
*** fs_event_ref
*** fs_event_watch_dir
`fs_event_watch_dir` failed: exit code 6
Output from process `fs_event_watch_dir`:
Assertion failed in ../test/test-fs-event.c on line 87: events == UV_RENAME
=============================================================
*** fs_event_watch_file
*** fs_event_watch_file_current_dir
*** fs_event_no_callback_on_close
*** fs_event_immediate_close
*** fs_event_close_with_pending_event
*** fs_event_close_in_callback
`fs_event_close_in_callback` failed: timeout
Output from process `fs_event_close_in_callback`: (no output)
=============================================================
suzanne-holloways-macbook:bnoordhuis-libuv-3081f80 smh8g$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment