Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-v8.0.0 make check - no such file or directory, open '/home/stens/src/node-v8.0.0/deps/v8/test/mjsunit/instanceof.js' #13401

Closed
scottstensland opened this issue Jun 2, 2017 · 3 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. test Issues and PRs related to the tests.

Comments

@scottstensland
Copy link

compiling node-v8.0.0 is OK :

cd ~/src/node-v8.0.0
make -j8

however running the test harness fails


make check

...
...
[----------] 8 tests from InspectorSocketServerTest
[ RUN      ] InspectorSocketServerTest.InspectorSessions
[       OK ] InspectorSocketServerTest.InspectorSessions (0 ms)
[ RUN      ] InspectorSocketServerTest.ServerDoesNothing
[       OK ] InspectorSocketServerTest.ServerDoesNothing (1 ms)
[ RUN      ] InspectorSocketServerTest.ServerWithoutTargets
[       OK ] InspectorSocketServerTest.ServerWithoutTargets (0 ms)
[ RUN      ] InspectorSocketServerTest.ServerCannotStart
[       OK ] InspectorSocketServerTest.ServerCannotStart (0 ms)
[ RUN      ] InspectorSocketServerTest.StoppingServerDoesNotKillConnections
[       OK ] InspectorSocketServerTest.StoppingServerDoesNotKillConnections (43 ms)
[ RUN      ] InspectorSocketServerTest.ClosingConnectionReportsDone
[       OK ] InspectorSocketServerTest.ClosingConnectionReportsDone (44 ms)
[ RUN      ] InspectorSocketServerTest.ClosingSocketReportsDone
[       OK ] InspectorSocketServerTest.ClosingSocketReportsDone (0 ms)
[ RUN      ] InspectorSocketServerTest.TerminatingSessionReportsDone
[       OK ] InspectorSocketServerTest.TerminatingSessionReportsDone (0 ms)
[----------] 8 tests from InspectorSocketServerTest (88 ms total)

[----------] Global test environment tear-down
[==========] 46 tests from 6 test cases ran. (110 ms total)
[  PASSED  ] 46 tests.
/usr/bin/python tools/test.py --mode=release -J \
	doctool inspector known_issues message pseudo-tty parallel sequential \
	async-hooks addons addons-napi
=== release test ===                                                           
Path: addons-napi/test_instanceof/test
fs.js:638
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open '/home/stens/src/node-v8.0.0/deps/v8/test/mjsunit/instanceof.js'
    at Object.fs.openSync (fs.js:638:18)
    at Object.fs.readFileSync (fs.js:540:33)
    at testFile (/home/stens/src/node-v8.0.0/test/addons-napi/test_instanceof/test.js:37:23)
    at Object.<anonymous> (/home/stens/src/node-v8.0.0/test/addons-napi/test_instanceof/test.js:42:1)
    at Module._compile (module.js:569:30)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Function.Module.runMain (module.js:605:10)
Command: out/Release/node --napi-modules /home/stens/src/node-v8.0.0/test/addons-napi/test_instanceof/test.js
[02:03|% 100|+ 1568|-   1]: Done          
Makefile:196: recipe for target 'test' failed
make: *** [test] Error 1



uname -a
Linux cameroon 4.10.0-21-generic #23-Ubuntu SMP Fri Apr 28 16:14:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

@Fishrock123 Fishrock123 added the test Issues and PRs related to the tests. label Jun 2, 2017
@Fishrock123
Copy link
Contributor

@scottstensland Is this a fresh build? Can you try make clean and then rebuilding / running?

@bnoordhuis
Copy link
Member

I'm closing this as a duplicate of #13344 but thanks for taking the time to report it.

@bnoordhuis bnoordhuis added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Jun 2, 2017
@scottstensland
Copy link
Author

@Fishrock123 yes this was the initial make followed by make check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

3 participants