bazel-contrib / bazel-contrib/rules_fuzzing

Support executing fuzz tests with custom environment variables

Open
#223 3 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.