Skip to content
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

Replace fvdl with ffx, allow test without install #112719

Merged
merged 3 commits into from
Jun 17, 2023

Conversation

djkoloski
Copy link
Contributor

Along with replacing fvdl uses with the equivalent ffx commands, this also switches from using the install path for libstd-.so and libtest-.so to using the build directory (now passed on the command line). The user no longer needs to run x.py install before running tests now, and the correct libstd and libtest are detected on run instead of startup so the test runner can handle recompilations after starting the testing environment.

r? @tmandry

@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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Jun 16, 2023
@rust-log-analyzer

This comment has been minimized.

@djkoloski djkoloski force-pushed the fuchsia_test_runner_remove_fvdl branch from 6e1f33d to cd0366d Compare June 16, 2023 20:30
@rustbot
Copy link
Collaborator

rustbot commented Jun 16, 2023

Some changes occurred in src/tools/cargo

cc @ehuss

@djkoloski djkoloski force-pushed the fuchsia_test_runner_remove_fvdl branch from cd0366d to c7d9df8 Compare June 16, 2023 20:34
@tmandry
Copy link
Member

tmandry commented Jun 16, 2023

looks like there's an unintentional submodule change

@rust-log-analyzer

This comment has been minimized.

Along with replacing fvdl uses with the equivalent ffx commands, this
also switches from using the install path for libstd-*.so and
libtest-*.so to using the build directory (now passed on the command
line). The user no longer needs to run x.py install before running tests
now, and the correct libstd and libtest are detected on run instead of
startup so the test runner can handle recompilations after starting the
testing environment.
@djkoloski djkoloski force-pushed the fuchsia_test_runner_remove_fvdl branch from c7d9df8 to 4c6fd75 Compare June 16, 2023 22:14
@tmandry
Copy link
Member

tmandry commented Jun 16, 2023

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 16, 2023

📌 Commit 4c6fd75 has been approved by tmandry

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 Jun 16, 2023
@tmandry
Copy link
Member

tmandry commented Jun 16, 2023

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Jun 16, 2023

📌 Commit 12c6f1d has been approved by tmandry

It is now in the queue for this repository.

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 17, 2023
…ve_fvdl, r=tmandry

Replace fvdl with ffx, allow test without install

Along with replacing fvdl uses with the equivalent ffx commands, this also switches from using the install path for libstd-*.so and libtest-*.so to using the build directory (now passed on the command line). The user no longer needs to run x.py install before running tests now, and the correct libstd and libtest are detected on run instead of startup so the test runner can handle recompilations after starting the testing environment.

r? `@tmandry`
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 17, 2023
…iaskrgr

Rollup of 6 pull requests

Successful merges:

 - rust-lang#112352 (Fix documentation build on FreeBSD)
 - rust-lang#112644 (Correct types in method descriptions of `NonZero*` types)
 - rust-lang#112683 (fix ICE on specific malformed asm clobber_abi)
 - rust-lang#112707 ([rustdoc] Fix invalid handling of "going back in history" when "go to only search result" setting is enabled)
 - rust-lang#112719 (Replace fvdl with ffx, allow test without install)
 - rust-lang#112728 (Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output)

r? `@ghost`
`@rustbot` modify labels: rollup
@the8472 the8472 added the O-fuchsia Operating system: Fuchsia label Jun 17, 2023
@bors bors merged commit c342593 into rust-lang:master Jun 17, 2023
11 checks passed
@rustbot rustbot added this to the 1.72.0 milestone Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc O-fuchsia Operating system: Fuchsia S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants