<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/command, branch 1.87.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.87.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.87.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-15T02:41:07+00:00</updated>
<entry>
<title>Move `#![crate_type]` UI tests into attributes directory</title>
<updated>2025-02-15T02:41:07+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-07-10T15:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46d53a68aa1b10833ec25178171f34e29e71f1f1'/>
<id>urn:sha1:46d53a68aa1b10833ec25178171f34e29e71f1f1</id>
<content type='text'>
Gets rid of two top-level UI tests which is always great.

Furthermore, move `need-crate-arg-ignore-tidy$x.rs`
from `command/` to `invalid-compile-flags/`.
`command/` concerns `std::process::Command` tests, not CLI tests.
</content>
</entry>
<entry>
<title>Clean up rustc_session::output::{find,validate}_crate_name</title>
<updated>2025-02-15T02:41:07+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-07-10T11:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3b4ff16bb116c81950608b3241593428c50aadad'/>
<id>urn:sha1:3b4ff16bb116c81950608b3241593428c50aadad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`</title>
<updated>2025-01-23T12:51:29+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-01-23T08:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a0310a0b131cfc24b931cd537b400525727cf6c'/>
<id>urn:sha1:8a0310a0b131cfc24b931cd537b400525727cf6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: cleanup `tests/ui/command/command-setgroups.rs`</title>
<updated>2025-01-23T12:51:29+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-01-23T08:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b743a7a63511b3d142d58c9c45e699ff70c5363'/>
<id>urn:sha1:4b743a7a63511b3d142d58c9c45e699ff70c5363</id>
<content type='text'>
- Use `only-unix` instead of `ignore-windows`.
- Replace `ignore-*` with `needs-subprocess`.
</content>
</entry>
<entry>
<title>tests: cleanup `tests/ui/command/command-exec.rs`</title>
<updated>2025-01-23T12:51:29+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-01-23T07:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bfc553eb5301ebdc1364cb8f0acbba3d9f9f9da2'/>
<id>urn:sha1:bfc553eb5301ebdc1364cb8f0acbba3d9f9f9da2</id>
<content type='text'>
- Remove already stable feature gate and `#![allow(stable_features)]`.
- Replace `ignore-windows` with `only-unix`.
- Replace `ignore-*` with `needs-subprocess`.
</content>
</entry>
<entry>
<title>tests: cleanup `tests/ui/command/command-argv0.rs`</title>
<updated>2025-01-23T12:51:28+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-01-23T07:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9addadd716d946ad40fb728a5bb74ab0c1d4da7'/>
<id>urn:sha1:f9addadd716d946ad40fb728a5bb74ab0c1d4da7</id>
<content type='text'>
- Convert `ignore-windows` to `only-unix`.
- Convert `ignore-*` to `needs-subprocess`.
</content>
</entry>
<entry>
<title>tests: slightly cleanup `tests/ui/command/command-pre-exec.rs`</title>
<updated>2025-01-23T12:51:28+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2025-01-23T07:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5f63f2dac99a7d48d66e4385a66ef2b00a3d85a9'/>
<id>urn:sha1:5f63f2dac99a7d48d66e4385a66ef2b00a3d85a9</id>
<content type='text'>
- Remove already stabilized feature gate and
  `#![allow(stable_features)]`.
- Convert `ignore-windows` to `only-unix`.
- Convert `ignore-*` to `needs-subprocess`.
</content>
</entry>
<entry>
<title>Fix must_use lint for command exec tests</title>
<updated>2024-10-17T13:33:35+00:00</updated>
<author>
<name>Callum Ryan</name>
<email>callumryan@meta.com</email>
</author>
<published>2024-10-17T13:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b5b607fd813071ab85d67cae3d6517e3bd586e8'/>
<id>urn:sha1:9b5b607fd813071ab85d67cae3d6517e3bd586e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid dynamic linking to libstd in `command-current-dir` test</title>
<updated>2024-10-04T13:34:31+00:00</updated>
<author>
<name>Jakub Beránek</name>
<email>berykubik@gmail.com</email>
</author>
<published>2024-09-09T08:24:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f59c8fffe3c821f93ced12e628404f9ba7eec3bf'/>
<id>urn:sha1:f59c8fffe3c821f93ced12e628404f9ba7eec3bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update test directives for `wasm32-wasip1`</title>
<updated>2024-03-11T16:36:35+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2024-03-06T20:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf6d6050f7d1ea62c9aae54ddd345106b6e31382'/>
<id>urn:sha1:cf6d6050f7d1ea62c9aae54ddd345106b6e31382</id>
<content type='text'>
* The WASI targets deal with the `main` symbol a bit differently than
  native so some `codegen` and `assembly` tests have been ignored.
* All `ignore-emscripten` directives have been updated to
  `ignore-wasm32` to be more clear that all wasm targets are ignored and
  it's not just Emscripten.
* Most `ignore-wasm32-bare` directives are now gone.
* Some ignore directives for wasm were switched to `needs-unwind`
  instead.
* Many `ignore-wasm32*` directives are removed as the tests work with
  WASI as opposed to `wasm32-unknown-unknown`.
</content>
</entry>
</feed>
