-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.pythonPRs and issues that require attention from people who are familiar with Python.PRs and issues that require attention from people who are familiar with Python.testIssues and PRs related to the tests.Issues and PRs related to the tests.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
Description
See 8fae1e6#commitcomment-23583689
Currently tools/test.py only compares against env, which is defined as
env = {
'mode': mode,
'system': utils.GuessOS(),
'arch': vmArch,
}Where mode is release/debug, system is OS, and arch is ARCH.
We'd need to also have an option for FIPS, I guess that should be in env. Maybe a type? Type could be default, fips, or sharedlib (if we end up building a shared library as well we might want a sharedlib type).
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.pythonPRs and issues that require attention from people who are familiar with Python.PRs and issues that require attention from people who are familiar with Python.testIssues and PRs related to the tests.Issues and PRs related to the tests.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.