Remove "tidy" tool for tests/rustdoc testsuite by GuillaumeGomez · Pull Request #149850 · rust-lang/rust (original) (raw)

@GuillaumeGomez

As discussed in the last rustdoc meeting, it seems like the current tidy tool is not used much for the rustdoc testsuite by the rustdoc contributors as it doesn't fit nicely our needs.

Until we find something better, we decided to remove it.

r? @yotamofek

@rustbot

Some changes occurred in src/tools/compiletest

cc @jieyouxu

@rustbot rustbot added A-compiletest

Area: The compiletest test runner

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)

labels

Dec 10, 2025

@rust-log-analyzer

This comment has been minimized.

@GuillaumeGomez

@yotamofek

So many deleted lines 🤩
r=me once CI is green

@GuillaumeGomez

@bors

📌 Commit 4d697d2 has been approved by yotamofek

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 10, 2025

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

Dec 11, 2025

@jhpratt

bors added a commit that referenced this pull request

Dec 11, 2025

@bors

Rollup of 4 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

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

Dec 11, 2025

@JonathanBrouwer

bors added a commit that referenced this pull request

Dec 11, 2025

@bors

…uwer

Rollup of 10 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit that referenced this pull request

Dec 12, 2025

@bors

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit that referenced this pull request

Dec 12, 2025

@bors

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit that referenced this pull request

Dec 12, 2025

@rust-timer

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

Dec 12, 2025

@GuillaumeGomez

bootstrap: Don't pass an unused --color to compiletest


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.

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

Dec 13, 2025

@jhpratt

bootstrap: Don't pass an unused --color to compiletest


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.

github-actions bot pushed a commit to rust-lang/miri that referenced this pull request

Dec 13, 2025

@bors

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

Dec 13, 2025

@jhpratt

bootstrap: Don't pass an unused --color to compiletest


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.

rust-timer added a commit that referenced this pull request

Dec 13, 2025

@rust-timer

Rollup merge of #149911 - Zalathar:no-color, r=jieyouxu

bootstrap: Don't pass an unused --color to compiletest


This flag was an artifact of compiletest's old libtest-based test executor, and currently doesn't influence compiletest's output at all.

A follow-up commit also inlines force_coloring_in_ci into its only remaining caller, and updates its comment.