Created
June 8, 2012 04:01
-
-
Save Keno/2893501 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\src\julia\deps\libuv\Debug>.\run-tests.exe | |
[% 0|+ 0|- 0]: platform_output | |
Output from process `platform_output`: | |
uv_get_process_title: C:\Windows\system32\cmd.exe - .\run-tests.exe | |
uv_resident_set_memory: 4014080 | |
uv_uptime: 108920.281265 | |
uv_cpu_info: | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 8324416 | |
times.user: 13326291 | |
times.idle: 87269939 | |
times.irq: 1003195 | |
times.nice: 0 | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 763047 | |
times.user: 1126202 | |
times.idle: 107031022 | |
times.irq: 13384 | |
times.nice: 0 | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 6046442 | |
times.user: 12551169 | |
times.idle: 90322535 | |
times.irq: 121321 | |
times.nice: 0 | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 461201 | |
times.user: 1060947 | |
times.idle: 107397874 | |
times.irq: 9750 | |
times.nice: 0 | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 4893361 | |
times.user: 12372142 | |
times.idle: 91654393 | |
times.irq: 104817 | |
times.nice: 0 | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 584332 | |
times.user: 1405881 | |
times.idle: 106929543 | |
times.irq: 9781 | |
times.nice: 0 | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 5467554 | |
times.user: 17432238 | |
times.idle: 86019840 | |
times.irq: 107937 | |
times.nice: 0 | |
model: Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz | |
speed: 2394 | |
times.sys: 391546 | |
times.user: 986503 | |
times.idle: 107541457 | |
times.irq: 6801 | |
times.nice: 0 | |
uv_interface_addresses: | |
name: Wireless Network Connection 2 | |
internal: 0 | |
address: fe80::109b:db8f:ddc:1d02 | |
name: Wireless Network Connection 2 | |
internal: 0 | |
address: 169.254.29.2 | |
name: Bluetooth Network Connection | |
internal: 0 | |
address: fe80::85a9:2045:996d:bda3 | |
name: Bluetooth Network Connection | |
internal: 0 | |
address: 169.254.189.163 | |
name: Local Area Connection | |
internal: 0 | |
address: fe80::f44d:b3b8:ec87:b69e | |
name: Local Area Connection | |
internal: 0 | |
address: 169.254.182.158 | |
name: Wireless Network Connection | |
internal: 0 | |
address: fe80::a0d5:e989:60dc:75e8 | |
name: Wireless Network Connection | |
internal: 0 | |
address: 10.0.1.3 | |
name: Loopback Pseudo-Interface 1 | |
internal: 1 | |
address: ::1 | |
name: Loopback Pseudo-Interface 1 | |
internal: 1 | |
address: 127.0.0.1 | |
name: Teredo Tunneling Pseudo-Interface | |
internal: 0 | |
address: 2001:0:4137:9e76:1ce6:53e7:b837:af60 | |
name: Teredo Tunneling Pseudo-Interface | |
internal: 0 | |
address: fe80::1ce6:53e7:b837:af60 | |
name: isatap.hsd1.md.comcast.net. | |
internal: 0 | |
address: fe80::5efe:a00:103 | |
============================================================= | |
[% 0|+ 6|- 0]: pipe_connect_to_file | |
`pipe_connect_to_file` failed: exit code 3 | |
Output from process `pipe_connect_to_file`: | |
Assertion failed in test\test-pipe-connect-error.c on line 56: uv_last_error(uv_ | |
default_loop()).code == UV_ENOTSOCK || uv_last_error(uv_default_loop()).code == | |
UV_ECONNREFUSED | |
============================================================= | |
[% 0|+ 120|- 1]: fs_file_loop | |
`fs_file_loop` failed: exit code 3 | |
Output from process `fs_file_loop`: | |
Assertion failed in test\test-fs.c on line 522: uv_last_error(loop).code == UV_E | |
LOOP | |
============================================================= | |
[% 0|+ 142|- 2]: fs_readdir_file | |
`fs_readdir_file` failed: exit code 3 | |
Output from process `fs_readdir_file`: | |
Assertion failed in test\test-fs.c on line 1612: uv_last_error(loop).code == UV_ | |
ENOTDIR | |
============================================================= | |
[% 0|+ 152|- 3]: dlerror | |
`dlerror` failed: exit code 3 | |
Output from process `dlerror`: | |
Assertion failed in test\test-dlerror.c on line 48: strstr(msg, dlerror_desc) != | |
NULL | |
============================================================= | |
[% 100|+ 152|- 4]: Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment