<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rustdoc-gui-test, branch automation/bors/try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-06T18:34:26+00:00</updated>
<entry>
<title>Simplify rustdoc-gui tester by calling directly `browser-ui-test`</title>
<updated>2025-09-06T18:34:26+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-09-04T13:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0a8e3c767c200a33a27e2924daf8fe2eadc0742'/>
<id>urn:sha1:b0a8e3c767c200a33a27e2924daf8fe2eadc0742</id>
<content type='text'>
</content>
</entry>
<entry>
<title>integrate build_helper::npm into js checks and package.json usage</title>
<updated>2025-07-19T19:56:42+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-07-19T19:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6d50eaa497ef0c3013d21f23cd85e6e97c32c2c'/>
<id>urn:sha1:c6d50eaa497ef0c3013d21f23cd85e6e97c32c2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #143851 - lolbinarycat:bootstrap-node_modules, r=Kobzol</title>
<updated>2025-07-17T01:58:32+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2025-07-17T01:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a07ae6287acb7ab95b7c70372da49a6822ffcefb'/>
<id>urn:sha1:a07ae6287acb7ab95b7c70372da49a6822ffcefb</id>
<content type='text'>
ci cleanup: rustdoc-gui-test now installs browser-ui-test

this removes the need for --unsafe-perm in the Dockerfile.

cc ```@GuillaumeGomez``` ```@Kobzol```
</content>
</entry>
<entry>
<title>ci cleanup: rustdoc-gui-test now installs browser-ui-test</title>
<updated>2025-07-15T19:39:53+00:00</updated>
<author>
<name>binarycat</name>
<email>binarycat@envs.net</email>
</author>
<published>2025-07-12T18:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bbb114ef6198b1d2de4898f838b4ae3183c2db90'/>
<id>urn:sha1:bbb114ef6198b1d2de4898f838b4ae3183c2db90</id>
<content type='text'>
this removes the need for --unsafe-perm in the Dockerfile.
</content>
</entry>
<entry>
<title>Make rustdoc-gui-test dummy compiletest config purpose explicit</title>
<updated>2025-07-12T11:07:34+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-07-12T10:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f8a7f00005c8b1c13c0fc0f903f0f0013530c14'/>
<id>urn:sha1:6f8a7f00005c8b1c13c0fc0f903f0f0013530c14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `Mode` to `TestMode`</title>
<updated>2025-07-12T08:07:20+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-07-12T08:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4aad9ab8aa7c6ee692453a9544c696f03e281dbd'/>
<id>urn:sha1:4aad9ab8aa7c6ee692453a9544c696f03e281dbd</id>
<content type='text'>
It is *critical* that we maintain clear nomenclature in `compiletest`.
We have many types of "modes" in `compiletest` -- pass modes, coverage
modes, compare modes, you name it. `Mode` is also a *super* general
term. Rename it to `TestMode` to leave no room for such ambiguity.

As a follow-up, I also intend to introduce an enum for `TestSuite`, then
rid of all usage of glob re-exported `TestMode::*` enum variants -- many
test suites share the same name as the test mode.
</content>
</entry>
<entry>
<title>Rename `header` -&gt; `directives`</title>
<updated>2025-07-02T04:07:57+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-06-30T09:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf5788d30dfbb3532c1e4fc18b009bfa51edb310'/>
<id>urn:sha1:cf5788d30dfbb3532c1e4fc18b009bfa51edb310</id>
<content type='text'>
compiletest has confusingly two terminology to refer to the same concept
-- "headers" and "directives". To make this more self-consistent and
less confusing, stick with "directives" only.

This commit **intentionally** tries to be limited to move-only (modulo
some key usage reference renames) to help git history.
</content>
</entry>
<entry>
<title>Improve error output in case `nodejs` or `npm` is not installed for rustdoc-gui test suite</title>
<updated>2025-05-01T15:42:22+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2025-05-01T15:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc68d3a14467ef6fcebb003f79c2f4c5ef5dd08e'/>
<id>urn:sha1:bc68d3a14467ef6fcebb003f79c2f4c5ef5dd08e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc-gui-test: pass a `camino::Utf8PathBuf` to `compiletest`</title>
<updated>2025-04-13T11:59:35+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-04-12T04:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=957324b0a0f532dff28755155c5ce07a2ca04383'/>
<id>urn:sha1:957324b0a0f532dff28755155c5ce07a2ca04383</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace config.toml to bootstrap.toml in src:tools</title>
<updated>2025-03-17T07:26:48+00:00</updated>
<author>
<name>bit-aloo</name>
<email>sshourya17@gmail.com</email>
</author>
<published>2025-02-15T14:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3723f15c77c8521a9dbc2d767091b8506b500fdf'/>
<id>urn:sha1:3723f15c77c8521a9dbc2d767091b8506b500fdf</id>
<content type='text'>
</content>
</entry>
</feed>
