#
6921d2fc |
| 26-Sep-2011 |
Ryan Dahl |
Add argument to uv_pipe_init for IPC, unix impl |
#
fbbc0854 |
| 18-Jan-2012 |
Ben Noordhuis |
Rename COUNTOF() to ARRAY_SIZE(). Consistent with Node, it has an ARRAY_SIZE() macro but not COUNTOF(). |
#
3d189de6 |
| 13-Dec-2011 |
Igor Zinkovsky |
platform api |
Revision tags: node-v0.5.7, node-v0.5.6 |
|
#
4d7cfe43 |
| 07-Sep-2011 |
Ben Noordhuis |
test: remove stale prototype declaration |
Revision tags: node-v0.5.5, node-v0.5.4 |
|
#
7dda1113 |
| 06-Aug-2011 |
Ben Noordhuis |
test, bench: add --list option to runners, prints available tests |
#
5a157171 |
| 01-Aug-2011 |
Ben Noordhuis |
test: make spawn_helper4 never return Its whole raison d'être is to sleep until it's killed. |
#
e56c1d7a |
| 01-Aug-2011 |
Ben Noordhuis |
test: exit with status code 1 in spawn_helper4 Fixes broken test spawn_and_kill. |
#
31ecdcf3 |
| 01-Aug-2011 |
Ben Noordhuis |
test: move run-test spawn helpers to a separate function |
#
023f99a6 |
| 01-Aug-2011 |
Ben Noordhuis |
test: gets(3)? Just say no! |
#
d272a218 |
| 30-Jul-2011 |
Igor Zinkovsky |
Windows: spawn child processes |
#
ddee1821 |
| 26-Jul-2011 |
Ryan Dahl |
Add spawn_stdout test |
Revision tags: node-v0.5.2 |
|
#
92bc7b49 |
| 21-Jul-2011 |
Ryan Dahl |
Start uv_spawn() Unix only at the moment. Lacks test for stdio |
#
a29b2099 |
| 13-Jul-2011 |
Ben Noordhuis |
Make it possible to run individual tests. Fixes #100. |
Revision tags: node-v0.5.1, node-v0.5.0 |
|
#
2f4e65a1 |
| 10-May-2011 |
Ryan Dahl |
Port to Solaris |
#
f0de0137 |
| 10-May-2011 |
Ryan Dahl |
Use argv[0] if we can't get_executable_path() |
#
8e1645b8 |
| 05-May-2011 |
Ryan Dahl |
LF after tests complete |
#
8c6c4859 |
| 28-Apr-2011 |
Ryan Dahl |
Make test runner better. Probably screws up windows. Fixes #30. |
#
b4836377 |
| 26-Apr-2011 |
Ryan Dahl |
unix runner: implement timeout on process_wait |
#
c18d6649 |
| 22-Apr-2011 |
Bert Belder |
Style |
#
5275b036 |
| 19-Apr-2011 |
Bert Belder |
Benchmark runner |