9 Commits (04d8a654b229cbb65bb175f86d3790eb61c3565b)

Author SHA1 Message Date
Rich Trott f0f8afd879 test: remove common.inspect() 9 years ago
Rich Trott 5ada45bf28 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
Ryan Dahl 3a9570386a Fix fs.realpathSync('/') 14 years ago
isaacs ba0c32e2e1 Fix issue #262. Allow fs.realpath to traverse above the current working directory. 14 years ago
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago
Felix Geisendörfer 44dde5f24c Remove fs/path globals from test suite 15 years ago
Rasmus Andersson 5c602b750a Rewrote realpath implementation solving all known failing tests (also added a bunch of new test cases) 15 years ago
Rasmus Andersson 20d5963fae Added fs.realpath and fs.realpathSync (pure javascript versions) 15 years ago