0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/disabled
isaacs 6f5d95de6d child_process: Add gid/uid flags to spawn config
This is mostly working, but not completely ideal for two reasons.

1. Rather than emitting an error on the ChildProcess object when the
setgid/setuid fails, it is simply printing the error to stderr and
exiting.  The same happens with the cwd, so that's not completely
terrible.

2. I don't have a good test for this.  It fails with an EPERM if you try
to change the uid or gid as a non-root user.
2011-01-11 10:02:58 -08:00
..
test-cat.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-child-process-uid-gid.js child_process: Add gid/uid flags to spawn config 2011-01-11 10:02:58 -08:00
test-dns.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-eio-race3.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-fs-sendfile.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-http-big-proxy-responses.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-http-head-request.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-http-stress.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-http-tls.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-idle-watcher.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-net-fd-passing.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-net-tls-pummel.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-net-tls.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-process-title.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-readline.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-remote-module-loading.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-setuidgid.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
test-tls-server.js Server must not request cert. 2010-12-05 18:13:20 -08:00
tls_client.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
tls_server.js GJSLint all tests, only 3 long lines left in test-url.js 2010-12-05 15:42:41 -08:00
tls-client.js Add some verification code to tls.connect() 2010-12-09 02:46:57 -08:00