Move most tests for -l and #[link(..)] into tests/ui/link-native-libs by Zalathar · Pull Request #133996 · rust-lang/rust (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation16 Commits2 Checks6 Files changed

Conversation

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

[ Show hidden characters]({{ revealButtonHref }})

Zalathar

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of #133895.

try-job: i686-mingw

r? jieyouxu

@Zalathar

@Zalathar

@rustbot rustbot added A-testsuite

Area: The testsuite used to check the correctness of rustc

S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

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.

labels

Dec 7, 2024

jieyouxu

Choose a reason for hiding this comment

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

Thanks for the cleanup 🩵! You can r=me after PR CI is green.

@Zalathar

I noticed this while working on #132934, but at that time I didn't want to get sidetracked by fixing it. Seeing the UI test cleanup issue reminded me to go back and do something about it.

jieyouxu

@Zalathar

🟩

@bors r=jieyouxu rollup

@bors

📌 Commit 0a48b96 has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors 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

Dec 7, 2024

workingjubilee added a commit to workingjubilee/rustc that referenced this pull request

Dec 7, 2024

@workingjubilee

…eyouxu

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

r? jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 7, 2024

@bors

…kingjubilee

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 7, 2024

@bors

…kingjubilee

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 7, 2024

@bors

…kingjubilee

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 7, 2024

@bors

…kingjubilee

Rollup of 11 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

workingjubilee added a commit to workingjubilee/rustc that referenced this pull request

Dec 8, 2024

@workingjubilee

…eyouxu

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

r? jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 8, 2024

@bors

…kingjubilee

Rollup of 10 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 8, 2024

@bors

…kingjubilee

Rollup of 10 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

workingjubilee added a commit to workingjubilee/rustc that referenced this pull request

Dec 8, 2024

@workingjubilee

…eyouxu

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

r? jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 8, 2024

@bors

[TEST] Rollup of 5 pull requests

Successful merges:

try-job: i686-mingw

r? @ghost @rustbot modify labels: rollup

@workingjubilee

@bors bors removed the S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

label

Dec 8, 2024

@bors bors added the S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

label

Dec 8, 2024

@workingjubilee

@bors

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 8, 2024

@bors

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

try-job: i686-mingw

r? jieyouxu

@bors

☀️ Try build successful - checks-actions
Build commit: e844b3d (e844b3da21d6b0fa8df59af7d98f7a62d7eeb307)

@jieyouxu

This only moved tests around.
@bors r+ rollup

@bors

📌 Commit 0a48b96 has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors 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-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Dec 9, 2024

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Dec 9, 2024

@GuillaumeGomez

…eyouxu

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

try-job: i686-mingw

r? jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 9, 2024

@bors

…llaumeGomez

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Dec 9, 2024

@jieyouxu

…eyouxu

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

try-job: i686-mingw

r? jieyouxu

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Dec 9, 2024

@jieyouxu

…eyouxu

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

try-job: i686-mingw

r? jieyouxu

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 9, 2024

@bors

Rollup of 8 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 9, 2024

@bors

Rollup of 8 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 10, 2024

@bors

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Dec 10, 2024

@rust-timer

Rollup merge of rust-lang#133996 - Zalathar:ui-link-native-libs, r=jieyouxu

Move most tests for -l and #[link(..)] into tests/ui/link-native-libs

Tests for the closely-related -l flag and #[link(..)] attribute are spread across a few different directories, and in some cases have ended up in a test directory intended for other linker-related functionality.

This PR moves most of them into a single tests/ui/link-native-libs directory.


Part of rust-lang#133895.

try-job: i686-mingw

r? jieyouxu

Labels

A-testsuite

Area: The testsuite used to check the correctness of rustc

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

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.