-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Add build options for running tests under thread sanitizer #1930
Copy link
Copy link
Closed
Labels
A-concurrencyArea: ConcurrencyArea: ConcurrencyA-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.P-lowLow priorityLow priority
Metadata
Metadata
Assignees
Labels
A-concurrencyArea: ConcurrencyArea: ConcurrencyA-sanitizersArea: Sanitizers for correctness and code qualityArea: Sanitizers for correctness and code qualityA-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.P-lowLow priorityLow priority
Type
Fields
Give feedbackNo fields configured for issues without a type.
We can now run tests under helgrind. For bonus fun we should be able to run under thread sanitizer (a google-backed valgrind plugin) which does similar-but-different things.