-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Issues: rust-lang/rust
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 and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
deny usage of special FileCheck prefixes as revision names
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)
#134925
opened Dec 30, 2024 by
DavisRayM
Loading…
Audit {Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
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.
check-run-results
, regex-error-pattern
, error-pattern
, check-stdout
, normalize-*
, dont-check-compiler-*
, run-rustfix
, rustfix-only-machine-applicable
, forbid-output
} family of directives
A-compiletest
#134888
opened Dec 29, 2024 by
jieyouxu
fix(rustdoc): print the Area: The compiletest test runner
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-run-make
Area: port run-make Makefiles to rmake.rs
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-unix
Operating system: Unix-like
O-windows
Operating system: Windows
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
doc(hidden)
attribute the same as others
A-compiletest
#134802
opened Dec 26, 2024 by
poliorcetics
Loading…
forbid-output
is inconsisently named versus error-pattern
and normalize-stderr-test
and friends
A-compiletest
#134753
opened Dec 25, 2024 by
jieyouxu
Share debuginfo testsuite breakpoint setup logic
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-design
This issue needs exploration and design to see how and if we can fix/implement it
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.
#134684
opened Dec 23, 2024 by
jieyouxu
Tracking Issue for debuginfo testsuite test infra woes
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
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.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#134682
opened Dec 23, 2024 by
jieyouxu
compiletest: Less special handling of debugger/test discovery in debuginfo mode
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
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.
#134673
opened Dec 23, 2024 by
Zalathar
minicore
: use the host's core
when available
A-compiletest
#134652
opened Dec 22, 2024 by
tgross35
compiletest: more granular Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
C-bug
Category: This is a bug.
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.
--nocapture
for run-make
tests
A-compiletest
#134520
opened Dec 19, 2024 by
jieyouxu
compiletest: FileCheck-based tests conflate FileCheck prefixes with compiletest revisions
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-tedious
Call for participation: An issue involves lots of work and is better handled as many small tasks.
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.
#134510
opened Dec 19, 2024 by
jieyouxu
compiletest: debugger ignore logic papers over debugger failing to init
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
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.
#134469
opened Dec 18, 2024 by
jieyouxu
compiletest: Area: The compiletest test runner
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
./x test <filter>
is a substring match
A-compiletest
#134341
opened Dec 15, 2024 by
jieyouxu
bootstrap/compiletest: msys2 msys Area: The compiletest test runner
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
--skip
filter behaves strangely
A-compiletest
#134226
opened Dec 12, 2024 by
jieyouxu
compiletest: inconsistent and inconvenient ways to request verbose test output
A-compiletest
Area: The compiletest test runner
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134110
opened Dec 10, 2024 by
jieyouxu
Split Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
run-make
into two test suites: fast-path that don't need to build cargo/rustdoc and a slow-path that requires these tools
A-compiletest
#134109
opened Dec 10, 2024 by
jieyouxu
[TEST] Rollup of 5 pull requests
A-compiletest
Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
rollup
A PR which is a rollup
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.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#134025
opened Dec 8, 2024 by
workingjubilee
•
Draft
compiletest: Detect unused auxiliary crates?
A-compiletest
Area: The compiletest test runner
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133914
opened Dec 5, 2024 by
ehuss
compiletest: improve diagnostics for test suite default outcome expectation
A-compiletest
Area: The compiletest test runner
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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.
#133816
opened Dec 3, 2024 by
jieyouxu
compiletest: Area: The compiletest test runner
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
E-tedious
Call for participation: An issue involves lots of work and is better handled as many small tasks.
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.
needs-*
directive handling mixes :
and
name-val/name-comment separator
A-compiletest
#133765
opened Dec 2, 2024 by
jieyouxu
compiletest: normalization replacement strings don't support newlines
A-compiletest
Area: The compiletest test runner
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133735
opened Dec 2, 2024 by
jieyouxu
Running Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
./x test tests/debuginfo
triggers recompiles for debugger visualizer script changes
A-compiletest
#133692
opened Dec 1, 2024 by
Walnut356
compiletest: Automatically specify Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
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.
-Zunstable-options
when the edition
header is set to an unstable edition
A-compiletest
#133582
opened Nov 28, 2024 by
ehuss
compiletest can explode due to cyclic auxiliaries
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133580
opened Nov 28, 2024 by
jieyouxu
debuginfo: does the debugger annotations support revisions?
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
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.
#133121
opened Nov 16, 2024 by
jieyouxu
Debuginfo tests are highly sensitive to debugger versions and thus very fragile
A-compiletest
Area: The compiletest test runner
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
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.
#133111
opened Nov 16, 2024 by
jieyouxu
Previous Next
ProTip!
Updated in the last three days: updated:>2024-12-27.