Move alloc tests to rmake by abhay-51 · Pull Request #121918 · rust-lang/rust

jieyouxu

@rustbot rustbot added A-testsuite

Area: The testsuite used to check the correctness of rustc

T-infra

Relevant to the infrastructure team, which will review and decide on the PR/issue.

labels

Mar 3, 2024

@abhay-51 abhay-51 marked this pull request as ready for review

March 3, 2024 13:56

jieyouxu

@abhay-51 abhay-51 marked this pull request as ready for review

March 5, 2024 20:16

@abhay-51

@rustbot rustbot added S-waiting-on-author

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

and removed S-waiting-on-review

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

labels

Mar 13, 2024

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

Mar 31, 2024
Rewrite `core-no-fp-fmt-parse` test in Rust

Claiming the simple "core-no-fp-fmt-parse" test from rust-lang#121876. `run_make_support` was altered with `arg_path` written in rust-lang#121918 by `@abhay-51,` with additional doc comment.

Preliminary GSoC contribution for the project proposal mentored by `@jieyouxu.`

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

Mar 31, 2024
Rollup merge of rust-lang#123180 - Oneirical:master, r=Mark-Simulacrum

Rewrite `core-no-fp-fmt-parse` test in Rust

Claiming the simple "core-no-fp-fmt-parse" test from rust-lang#121876. `run_make_support` was altered with `arg_path` written in rust-lang#121918 by `@abhay-51,` with additional doc comment.

Preliminary GSoC contribution for the project proposal mentored by `@jieyouxu.`

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

May 13, 2024
Rewrite 3 very similar `run-make` alloc tests to rmake

Part of rust-lang#121876

rust-lang#121918 attempted to port these 3 tests 2 months ago. However, since then, the structure of `run-make-support` has changed a bit and new helper functions were added. Since there has been no activity on the PR, they are good low-hanging fruit to knock down, using the new functions of the current library.

There is also the removal of a useless import on a very similar test.