Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Unit test failure (Windows): simple/test-module-loading #5071

Closed
sblom opened this issue Mar 18, 2013 · 1 comment
Closed

Unit test failure (Windows): simple/test-module-loading #5071

sblom opened this issue Mar 18, 2013 · 1 comment
Labels

Comments

@sblom
Copy link

sblom commented Mar 18, 2013

=== release test-module-loading ===
Path: simple/test-module-loading
b/c.js exit
DEBUG: load test-module-loading.js
load fixtures/b/d.js
load package/index.js
load fixtures/b/c.js
load fixtures/a.js
DEBUG: test index.js modules ids and relative loading

module.js:340
    throw err;
          ^
Error: Cannot find module '../fixtures/nested-index/one'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (E:\src\node\master\test\simple\test-module-loading.js:83:11)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: e:\src\node\master\Release\node.exe E:\src\node\master\test\simple\test-module-loading.js
@sblom
Copy link
Author

sblom commented Mar 18, 2013

Looks like this is failing because a different test, simple/test-fs-realpath, is deleting ../fixtures/nested-index/one. This deletion is happening in its test_deep_symlink_mix function.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant