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-fs-chmod.js @ b0c0111b

History | View | Annotate | Download (4.15 KB)

# Date Author Comment
236b217c 11/24/2011 07:25 PM Bert Belder

Fix issues with test-fs-chmod

- The test simultaneously chmods and fchmods the same file.
- On windows, it leaves behind a fixture in read-only mode,
which causes test-fs-fsync to fail.

55a8a3aa 11/24/2011 06:56 PM Ben Noordhuis

test: better fs.lchmod() availability check

fs.lchmod() is a BSD-ism, not a "not Windows"-ism.

0ba78d5f 11/22/2011 05:00 PM isaacs

Close #2166 Close the fd in lchmod

018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

79ce48d3 09/09/2011 03:09 PM Igor Zinkovsky

fix for test-fs-chmod

85357abb 09/09/2011 08:45 AM Igor Zinkovsky

fix test-fs-chmod test

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

5cfac218 04/20/2011 07:04 PM isaacs

GH-853 fs.fchmod and fs.fchown

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

5f2e9093 02/07/2011 05:05 PM isaacs

Support octal strings for modes

This allows the various fs utilities and process.umask to be used in
ECMAScript 5 Strict Mode, where the octal literal format is verboten,
without requiring users to litter their code with a bunch of parseInt
calls.

0665f027 12/05/2010 06:41 PM Oleg Efimov

GJSLint all simple tests exclude http-*, url, path

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

8c853404 06/30/2010 02:59 AM Blake Mizerany

fix whitespace errors

ba792ea2 06/23/2010 11:05 PM Ryan Dahl

:%s/sys.puts/console.log/g

and there was much rejoicing

5861db8a 03/08/2010 08:57 PM isaacs

Remove process.mixin dependency from all tests.

44dde5f2 03/08/2010 01:20 PM Felix Geisendörfer

Remove fs/path globals from test suite

It is way too easy to not notice bugs due to those modules being
exported as globals while running the test suite.

See: http://github.com/ry/node/issues#issue/75

04fac198 02/25/2010 02:41 PM arlolra

Split tests.