Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created September 9, 2012 17:55
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 TooTallNate/3686106 to your computer and use it in GitHub Desktop.
Save TooTallNate/3686106 to your computer and use it in GitHub Desktop.
libuv indutny/feature-fsevents `make test`
ar rcs uv.a src/unix/async.o src/unix/core.o src/unix/dl.o src/unix/error.o src/unix/fs.o src/unix/loop.o src/unix/loop-watcher.o src/unix/pipe.o src/unix/poll.o src/unix/process.o src/unix/signal.o src/unix/stream.o src/unix/tcp.o src/unix/thread.o src/unix/timer.o src/unix/tty.o src/unix/udp.o src/unix/darwin.o src/unix/kqueue.o src/unix/fsevents.o src/fs-poll.o src/inet.o src/uv-common.o src/unix/ev/ev.o src/unix/uv-eio.o src/unix/eio/eio.o
cc -Iinclude -Iinclude/uv-private -Isrc -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -g -D_GNU_SOURCE -o test/run-tests test/run-tests.c \
test/runner.c test/runner-unix.c test/blackhole-server.c test/echo-server.c test/test-*.c uv.a -lm -framework CoreServices -pthread
test/run-tests
[% 0|+ 0|- 0]: platform_output
Output from process `platform_output`:
uv_get_process_title: test/run-tests
uv_resident_set_memory: 1482752
uv_uptime: 83240.000000
uv_cpu_info:
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 1381690
times.user: 999570
times.idle: 23036530
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 28070
times.user: 122550
times.idle: 25264620
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 510770
times.user: 745860
times.idle: 24158660
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 25070
times.user: 116710
times.idle: 25273450
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 432900
times.user: 668690
times.idle: 24313690
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 23950
times.user: 112170
times.idle: 25279100
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 391220
times.user: 617730
times.idle: 24406310
times.irq: 0
times.nice: 0
model: Intel(R) Core(TM) i7-3720QM CPU @ 2.60GHz
speed: 2600
times.sys: 22810
times.user: 109920
times.idle: 25282470
times.irq: 0
times.nice: 0
uv_interface_addresses:
name: lo0
internal: 1
address: fe80::1
name: lo0
internal: 1
address: 127.0.0.1
name: lo0
internal: 1
address: ::1
name: en0
internal: 0
address: fe80::baf6:b1ff:fe18:cc83
name: en0
internal: 0
address: 10.0.1.16
=============================================================
[% 57|+ 91|- 0]: process_title
`process_title` failed: exit code 6
Output from process `process_title`:
Assertion failed in test/test-process-title.c on line 35: UV_OK == err.code
=============================================================
[% 100|+ 157|- 1]: Done.
make: *** [test] Error 1
☮ ~/libuv (remotes/indutny/feature-fsevents) ↝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment