Skip to content

Migrate test files from tests/ui/issues to relevant directories in tests/ui/#154272

Draft
ujjwalvishwakarma2006 wants to merge 3 commits intorust-lang:mainfrom
ujjwalvishwakarma2006:migrate-ui-tests
Draft

Migrate test files from tests/ui/issues to relevant directories in tests/ui/#154272
ujjwalvishwakarma2006 wants to merge 3 commits intorust-lang:mainfrom
ujjwalvishwakarma2006:migrate-ui-tests

Conversation

@ujjwalvishwakarma2006
Copy link
Contributor

@ujjwalvishwakarma2006 ujjwalvishwakarma2006 commented Mar 23, 2026

In this pull request, I am migrating the following files and adding a comment at the top, including a link to the issue they were regression tests for:

  • tests/ui/issues/issue-4735.rs -> tests/ui/drop/drop-noncopyable-raw-pointer.rs
  • tests/ui/issues/issue-17734.rs -> tests/ui/drop/box-str-ice.rs

r? Kivooeo

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Mar 23, 2026
@ujjwalvishwakarma2006 ujjwalvishwakarma2006 changed the title Migrate UI tests Migrate test files from tests/ui/issues to relevant directories in tests/ui/ Mar 23, 2026
@@ -1,3 +1,4 @@
//! regression test for <https://github.com/rust-lang/rust/issues/17734>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
//! regression test for <https://github.com/rust-lang/rust/issues/17734>
//! regression test for <https://github.com/rust-lang/rust/issues/4735>

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

Labels

S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

4 participants