Lines Matching defs: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
17 function test(p) {
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);