The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-setproctitle.js @ 6f043940

History | View | Annotate | Download (2.09 KB)

# Date Author Comment
e4363145 07/25/2013 06:29 AM Ben Noordhuis

test: fix simple/test-setproctitle

The title shouldn't be too long; libuv's uv_set_process_title() out of
security considerations no longer overwrites envp, only argv, so the
maximum title length is possibly quite short.

Fixes #5908.

8df893c6 02/23/2013 10:07 PM Ben Noordhuis

test: re-enable simple/test-setproctitle on darwin

The functionality is available again per joyent/libuv@14eb8b0
and joyent/libuv@e89aced.

Fixes #3687.

9d02bfbc 12/02/2012 09:08 PM Ben Noordhuis

test: fix simple/test-setproctitle on freebsd

7f4aba91 02/20/2012 07:29 AM Ben Noordhuis

test: include common.js in all tests

48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

6f86b9cb 12/05/2011 07:25 PM Ryan Dahl

Disable test-setproctitle on darwin

2f8596ee 10/14/2011 08:07 PM Ben Noordhuis

test: fix bug in setproctitle test

Output from `ps` may contain trailing whitespace, trim it.

5faff9eb 10/13/2011 09:47 AM Ben Noordhuis

test: test long process name support

On platforms that support it: linux, freebsd, darwin