<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-process-getgroups.js, branch move-debugger-tests</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>test: disable simple/test-process-getgroups on os x</title>
<updated>2013-02-28T23:48:19+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-02-28T23:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=c53b921648dd72bb59c547d340ded5fb0be1b775'/>
<id>c53b921648dd72bb59c547d340ded5fb0be1b775</id>
<content type='text'>
The output of `id -G` is unreliable on OS X. It uses an undocumented
Libsystem function called getgrouplist_2() that includes some auxiliary
groups that the POSIX getgroups() function does not return.

Or rather, not always. It leads to fun bug chases where the test fails
in one terminal but not in another.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output of `id -G` is unreliable on OS X. It uses an undocumented
Libsystem function called getgrouplist_2() that includes some auxiliary
groups that the POSIX getgroups() function does not return.

Or rather, not always. It leads to fun bug chases where the test fails
in one terminal but not in another.
</pre>
</div>
</content>
</entry>
<entry>
<title>process: add getgroups(), setgroups(), initgroups()</title>
<updated>2012-12-06T16:14:58+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2012-12-04T05:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=3ece130ea21cdf18844e0ca99b4b73e3b3391286'/>
<id>3ece130ea21cdf18844e0ca99b4b73e3b3391286</id>
<content type='text'>
DRY the getuid(), getgid(), etc. functions while we're at it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DRY the getuid(), getgid(), etc. functions while we're at it.
</pre>
</div>
</content>
</entry>
</feed>
