Lines Matching +full:windows +full:- +full:test
4 // This test is only relevant on Windows.
6 common.skip('Windows specific test.');
8 // This test ensures fs.realpathSync works on properly on Windows without
10 // https://github.com/nodejs/node-v0.x-archive/issues/3542
17 function test(p) { function
26 test(`//${os.hostname()}/c$/Windows/System32`);
27 test(`//${os.hostname()}/c$/Windows`);
28 test(`//${os.hostname()}/c$/`);
29 test(`\\\\${os.hostname()}\\c$\\`);
30 test('C:\\');
31 test('C:');
32 test(process.env.windir);