Uh oh!
There was an error while loading. Please reload this page.
Enable sanitizers on MSVC CI jobs - #136155
Merged
Merged
Conversation
Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.
rustbot
commented
Jan 27, 2025
Collaborator
rustbot has assigned @Mark-Simulacrum. Use |
tmiasko
commented
Jan 27, 2025
ContributorAuthor
@bors try |
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 27, 2025
Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header. try-jobs: i686-msvc-1 try-jobs: i686-msvc-2 try-job: x86_64-msvc-1 try-job: x86_64-msvc-2
bors
commented
Jan 27, 2025
Collaborator
bors
commented
Jan 27, 2025
Collaborator
☀️ Try build successful - checks-actions |
tmiasko
commented
Jan 27, 2025
ContributorAuthor
i686-msvc-1, i686-msvc-2: |
bors
commented
Jan 27, 2025
Collaborator
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 27, 2025
Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header. try-job: i686-msvc-1 try-job: i686-msvc-2
tmiasko
marked this pull request as ready for review
January 27, 2025 23:56
bors
commented
Jan 28, 2025
Collaborator
☀️ Try build successful - checks-actions |
Mark-Simulacrum
commented
Feb 9, 2025
Member
@bors r+ |
bors
commented
Feb 9, 2025
Collaborator
jhpratt added a commit
to jhpratt/rust
that referenced
this pull request
Feb 10, 2025
…Mark-Simulacrum Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.
workingjubilee added a commit
to workingjubilee/rustc
that referenced
this pull request
Feb 10, 2025
…Mark-Simulacrum Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 10, 2025
…kingjubilee Rollup of 9 pull requests Successful merges: - rust-lang#134626 (Add Four Codegen Tests) - rust-lang#135408 (x86: make SSE2 required for i686 hardfloat targets and use it to pass SIMD types) - rust-lang#136155 (Enable sanitizers on MSVC CI jobs) - rust-lang#136419 (adding autodiff tests) - rust-lang#136603 (compiler: gate `extern "{abi}"` in ast_lowering) - rust-lang#136628 (ci: upgrade to crosstool-ng 1.27.0) - rust-lang#136714 (Update `compiler-builtins` to 0.1.146) - rust-lang#136731 (rustc_middle: parallel: TyCtxt: remove "unsafe impl DynSend/DynSync") - rust-lang#136761 (tests: `-Copt-level=3` instead of `-O` in codegen tests) r? `@ghost` `@rustbot` modify labels: rollup
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 10, 2025
…Mark-Simulacrum Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 10, 2025
…Mark-Simulacrum Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.
This was referenced Feb 10, 2025
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 11, 2025
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#136107 (Introduce CoercePointeeWellformed for coherence checks at typeck stage) - rust-lang#136155 (Enable sanitizers on MSVC CI jobs) - rust-lang#136524 (Delay bug when method confirmation cannot upcast object pick of self) - rust-lang#136584 (Prevent generic pattern types from being used in libstd) - rust-lang#136603 (compiler: gate `extern "{abi}"` in ast_lowering) - rust-lang#136821 (assign marcoieni and jdno to infra-ci PRs) - rust-lang#136825 (Update books) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 11, 2025
Rollup merge of rust-lang#136155 - tmiasko:msvc-enable-sanitizers, r=Mark-Simulacrum Enable sanitizers on MSVC CI jobs Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously MSVC CI would ignore all tests annotated with needs-sanitizer-support header.