29 Commits (719247ff9575d1a4ab6adc11e6923e9b2335053c)

Author SHA1 Message Date
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Clarence Dimitri CHARLES 7a4adb5b60
test: add regex in test_cyclic_link_protection 8 years ago
Michaël Zasso 193468667b tools: enable one-var-declaration-per-line ESLint rule 8 years ago
Gibson Fahnestock 3d2aef3979 test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago
cjihrig 746a46ebdd test: increase usage of assert.ifError() 8 years ago
Rich Trott ece3e37cfa
test: use consistent block spacing 8 years ago
mpmckenna8 73ae2d1895 test: cleanup parallel/test-fs-realpath.js 8 years ago
cjihrig 04b4d15b39 test: use mustCall() for simple flow tracking 8 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
Jeremiah Senkpiel 52bae222a3 test: abstract skip functionality to common 9 years ago
Rich Trott 8f56958658 test,tools: adjust function argument alignment 9 years ago
Yuval Brik b488b19eaf
fs: optimize realpath using uv_fs_realpath() 9 years ago
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat() 9 years ago
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
Rich Trott 4e155e8e2e test: write to tmp dir rather than fixture dir 9 years ago
Johan Bergström 6efa031168 test: don't use cwd for relative path 9 years ago
Johan Bergström 842e5a10ac test: don't assume a certain folder structure 9 years ago
Rich Trott 72c8a74b55 test: remove common.inspect() 9 years ago
Rich Trott 44efd66132 test: replace deprecated util.debug() calls 9 years ago
Sakthipriyan Vairamani d5ab92bcc1 test: use common.isWindows consistently 9 years ago
Sakthipriyan Vairamani 69298d36cf test: formatting skip messages for TAP parsing 9 years ago
Rich Trott 5d2b846d11 test: assert tmp and fixture dirs different 9 years ago
Rich Trott 7c79490bfb test: only refresh tmpDir for tests that need it 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Alexis Campailla f030d8426a test: fix flaky unit test test-fs-realpath.js 11 years ago
Scott Blomquist a05f973f82 test: Misc Windows unit test fixes 12 years ago
isaacs 21aa0df8b2 realpath: No sync cb() calling allowed. 13 years ago
Bert Belder 13400e3e58 windows: make symlinks tolerant to forward slashes 13 years ago
isaacs 412c1ab5bc Fix test-fs-realpath on Windows 13 years ago
isaacs 65242abc3b Fix fs.realpath tests so that they actually run 13 years ago
isaacs 131a67e7ef Fix #3394 fs.realpath: Properly cache symlink targets 13 years ago
Ben Noordhuis 6f96e78dea test: fs.realpath() should not call its callback twice 13 years ago
Ryan Dahl 850609ea2d Remove separation of libuv tests 13 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Ryan Dahl 4e1d6fca8e Mark tests which are broken in libuv 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs 9bed5dcb2c Support caching for realpath, use in module load 14 years ago
isaacs 47c40bf18d test-fs-realpath: Put junk in tmp, not fixtures. 14 years ago
isaacs dc2b4b2a81 test-fs-realpath: move absDir fetching to separate function 14 years ago
isaacs 6525c04522 test-fs-realpath: lint 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl 105501c195 test-fs-realpath: Don't ceate things in /tmp; use tmpDir 14 years ago
isaacs 987cbbc191 Handle cyclic links smarter in fs.realpath 14 years ago
Ryan Dahl 83ff473d30 Use child_process.exec rather than sys.exec 14 years ago
isaacs 686d9f9cc6 Bug in realpath with symlinks to absolute folder paths which have children. 14 years ago