You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
address,pointer-subtract,leak,undefined
in some job. Might increase runtime and compile time.The text was updated successfully, but these errors were encountered: