Skip to content

Support ASAN with x86_64-pc-windows-gnullvm#154177

Draft
mati865 wants to merge 1 commit intorust-lang:mainfrom
mati865:asan-amd64-gnullvm
Draft

Support ASAN with x86_64-pc-windows-gnullvm#154177
mati865 wants to merge 1 commit intorust-lang:mainfrom
mati865:asan-amd64-gnullvm

Conversation

@mati865
Copy link
Copy Markdown
Member

@mati865 mati865 commented Mar 21, 2026

No description provided.

@rustbot rustbot added A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Mar 21, 2026
@mati865
Copy link
Copy Markdown
Member Author

mati865 commented Mar 21, 2026

When testing local build:

❯ ./x test --force-rerun tests/ui/sanitizer
Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.09s
Building stage1 compiler artifacts (stage0 -> stage1, x86_64-pc-windows-gnullvm)
    Finished `release` profile [optimized] target(s) in 0.45s
Creating a sysroot for stage1 compiler (use `rustup toolchain link 'name' build/host/stage1`)
Building stage1 library artifacts (stage1 -> stage1, x86_64-pc-windows-gnullvm)
    Finished `dist` profile [optimized + debuginfo] target(s) in 0.15s
Building stage1 compiletest (stage0 -> stage1, x86_64-pc-windows-gnullvm)
    Finished `release` profile [optimized] target(s) in 0.27s
Testing stage1 with compiletest suite=ui mode=ui (x86_64-pc-windows-gnullvm)

running 91 tests
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii.................... 88/91
...

test result: ok. 23 passed; 0 failed; 68 ignored; 0 measured; 20552 filtered out; finished in 2.28s

Build completed successfully in 0:00:06

@bors try jobs=dist-x86_64-llvm-mingw

@rust-bors

This comment has been minimized.

rust-bors bot pushed a commit that referenced this pull request Mar 21, 2026
Support ASAN with x86_64-pc-windows-gnullvm


try-job: dist-x86_64-llvm-mingw
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Mar 21, 2026

☀️ Try build successful (CI)
Build commit: bbf8743 (bbf8743c06c5b8ff040afde18aec28dc1695f547, parent: 7218b7fa17e8ef5e99525ae25e6e82224c27039d)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants