-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Test failing in Debug mode #7860
Copy link
Copy link
Closed
Labels
addonsIssues and PRs related to native addons.Issues and PRs related to native addons.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
Description
Activity
Metadata
Metadata
Assignees
Labels
addonsIssues and PRs related to native addons.Issues and PRs related to native addons.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.
The test for addons/repl-domain-abort is failing, when configure was run in debug mode:
./configure --debug && make -j48 testThe assertion in the test
test/addons/repl-domain-abort/test.jsfails:With some debug statements, turns out the binding module cannot be found:
Error: Cannot find module '/usr/local/google/home/franzih/node/test/addons/repl-domain-abort/build/Debug/binding'Should
build/Debugbe created or should the correct path bebuild/Release/binding?