Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Tests with Sanitizers #3538

Open
kunaltyagi opened this issue Jan 10, 2020 · 1 comment
Open

Compile Tests with Sanitizers #3538

kunaltyagi opened this issue Jan 10, 2020 · 1 comment
Labels

Comments

@kunaltyagi
Copy link
Member

kunaltyagi commented Jan 10, 2020

Context

Some sanitizers need to be run using instrumented binaries (like UBSan) and creating workloads is difficult (sort of). This will provide additional benefits to any test added by making sure we don't introduce bad behaviors.

Related discussion: #3176 (comment)

Possible Solution

  • CI could address,pointer-subtract,leak,undefined in some job. Might increase runtime and compile time.
  • CI could created instrumented binaries for express purpose of sanity checks. Doesn't sound like it would scale since the workloads will be synthetic, similar to tests
@stale
Copy link

stale bot commented May 19, 2020

Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the status: stale label May 19, 2020
@kunaltyagi kunaltyagi added the kind: todo Type of issue label May 19, 2020
@stale stale bot removed the status: stale label May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant