-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Feature Request: mark tests flaky on FIPS #14746
Copy link
Copy link
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.
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.
See 8fae1e6#commitcomment-23583689
Currently
tools/test.pyonly compares againstenv, which is defined asWhere 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 atype? Type could bedefault,fips, orsharedlib(if we end up building a shared library as well we might want asharedlibtype).cc/ @Trott @bajtos