bazel-contrib / bazel-contrib/rules_fuzzing
Support executing fuzz tests with custom environment variables
Open
- Dominant language
- Starlark
- Stars
- 93
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
## Requested Behavior
Specifying an `env` dictionary of environment variables in a `cc_fuzz_test` causes the regression test and fuzz test to execute with the environment variables set.
## Actual Behavior
Specifying an `env` dictionary of environment variables currently has no effect on the regression and fuzz tests.
## Motivation
We use environment variables to configure sanitizers (e.g., where to look for runtime suppressions, UBSan should crash upon finding UB, print a stack trace).
I'm presently working on extending rules_fuzzing to support `env`.
Contributor guide
Assessment
This issue has not been assessed yet.