Skip to content

sve: add addl. passing test for field projection - #160926

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
davidtwco:sve-project-into-field-addl-test
Aug 12, 2026
Merged

sve: add addl. passing test for field projection#160926
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
davidtwco:sve-project-into-field-addl-test

Conversation

@davidtwco

@davidtwco davidtwco commented Aug 11, 2026

Copy link
Copy Markdown
Member

Adding additional test from #t-libs/stdarch > CI is broken @ 💬. I didn't use minicore for this test because it doesn't work with --test, and similarly cannot use --target aarch64-unknown-linux-gnu for the test because without minicore, it would fail on other targets. I confirmed that this fails without #160642.

r? @folkertdev

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 11, 2026
@folkertdev

Copy link
Copy Markdown
Contributor

@bors try jobs=aarch64-*

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Aug 11, 2026
…=<try>

sve: add addl. passing test for field projection


try-job: aarch64-*
svlen_f32(_op)
}
std::hint::black_box(stdarch_test_shim_svlen_f32_cntw as usize);
//~^ WARN: direct cast of function item into an integer

@folkertdev folkertdev Aug 11, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is the formatting weird?

View changes since the review

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find rustfmt always does compiletest comments like this

@rust-bors

rust-bors Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: 12f4f42 (12f4f42204c208f3c1abcea9c90e22444f3bac95)
Base parent: a04c7a0 (a04c7a037d59b6dedc9f921e84e391f13a257aa4)

@folkertdev

Copy link
Copy Markdown
Contributor

Can you fix the formatting? then r=me.

also the error messages suggest we can clean up the code in stdarch a bit and reduce the amount of unsafe?

@davidtwco
davidtwco force-pushed the sve-project-into-field-addl-test branch from a8798bd to 0392bb7 Compare August 12, 2026 10:10
@davidtwco

Copy link
Copy Markdown
Member Author

@bors r=folkertdev

@rust-bors

rust-bors Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 0392bb7 has been approved by folkertdev

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 12, 2026
@davidtwco

Copy link
Copy Markdown
Member Author

@bors rollup

rust-bors Bot pushed a commit that referenced this pull request Aug 12, 2026
…uwer

Rollup of 6 pull requests

Successful merges:

 - #160966 (bootstrap: Avoid some unnecessary imports from the crate root)
 - #159987 (trait solver: Track canonical response universe assumptions)
 - #160886 (Trim `GoalStalledOn::Certainty`)
 - #160925 (Add `TypeId::is_signed` method)
 - #160926 (sve: add addl. passing test for field projection)
 - #160977 (Remove `MutatingUseContext::Retag`)
@rust-bors
rust-bors Bot merged commit e29ebe0 into rust-lang:main Aug 12, 2026
13 checks passed
@rustbot rustbot added this to the 1.99.0 milestone Aug 12, 2026
rust-timer added a commit that referenced this pull request Aug 12, 2026
Rollup merge of #160926 - davidtwco:sve-project-into-field-addl-test, r=folkertdev

sve: add addl. passing test for field projection

Adding additional test from [#t-libs/stdarch > CI is broken @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/208962-t-libs.2Fstdarch/topic/CI.20is.20broken/near/615620739). I didn't use `minicore` for this test because it doesn't work with `--test`, and similarly cannot use `--target aarch64-unknown-linux-gnu` for the test because without minicore, it would fail on other targets. I confirmed that this fails without #160642.

r? @folkertdev
@davidtwco
davidtwco deleted the sve-project-into-field-addl-test branch August 14, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants