<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/remote-test-server, branch 1.52.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-01-27T23:08:15+00:00</updated>
<entry>
<title>Preserve existing LD_LIBRARY_PATH in remote-test-server</title>
<updated>2021-01-27T23:08:15+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu.dantras@huawei.com</email>
</author>
<published>2021-01-20T18:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5482a8f166b952f397be0432dec062b5b0ca105'/>
<id>urn:sha1:b5482a8f166b952f397be0432dec062b5b0ca105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support configurable deny-warnings for all in-tree crates.</title>
<updated>2020-06-26T04:17:21+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2020-06-12T22:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75983e137eeae5e9b210c2e97e6239bf888d9620'/>
<id>urn:sha1:75983e137eeae5e9b210c2e97e6239bf888d9620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/remote-test-server: make use of verbose option</title>
<updated>2020-06-02T13:00:18+00:00</updated>
<author>
<name>Tom Eccles</name>
<email>tom.eccles@codethink.co.uk</email>
</author>
<published>2020-05-28T16:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e137bb8b685785fce6d1bc870bc197634b3796e'/>
<id>urn:sha1:9e137bb8b685785fce6d1bc870bc197634b3796e</id>
<content type='text'>
There was an unused verbose command line argument. Add some prints if
verbose is set.
</content>
</entry>
<entry>
<title>tools/remote-test-{server,client}: support RUST_TEST_TMPDIR</title>
<updated>2020-06-02T13:00:18+00:00</updated>
<author>
<name>Tom Eccles</name>
<email>tom.eccles@codethink.co.uk</email>
</author>
<published>2020-05-28T15:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b7ec76c16b18b01acd07f987db488a642492049'/>
<id>urn:sha1:1b7ec76c16b18b01acd07f987db488a642492049</id>
<content type='text'>
Some tests (e.g. ui-fulldeps/create-dir-all-bare.rs) assume that
RUST_TEST_TMPDIR exists on the system running the test. Expand
remote-test-{server,client} such that a tmp directory is created on the
remote runner and this environment variable will point at it.
</content>
</entry>
<entry>
<title>Fix `set_permissions` call for non-windows</title>
<updated>2020-05-31T15:23:46+00:00</updated>
<author>
<name>Dennis Duda</name>
<email>git@seri.tools</email>
</author>
<published>2020-05-29T09:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=577ac2f836f860646ca4f47a5effcfe6f024ec39'/>
<id>urn:sha1:577ac2f836f860646ca4f47a5effcfe6f024ec39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify temp path generation for non-android</title>
<updated>2020-05-31T15:23:46+00:00</updated>
<author>
<name>Dennis Duda</name>
<email>git@seri.tools</email>
</author>
<published>2020-05-28T08:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41d540fcb72ccef0e1c20f145288993a41260e25'/>
<id>urn:sha1:41d540fcb72ccef0e1c20f145288993a41260e25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make remote-test-client and remote-test-server compatible with windows</title>
<updated>2020-05-31T15:23:46+00:00</updated>
<author>
<name>Dennis Duda</name>
<email>git@seri.tools</email>
</author>
<published>2020-05-27T19:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a367956100e1a008906c0a9e251187f1d4203dde'/>
<id>urn:sha1:a367956100e1a008906c0a9e251187f1d4203dde</id>
<content type='text'>
`compiletest` and `remote-test-client`:

The command line for `remote-test-client` was changed slightly
to allow cross-platform compatible paths. The old way of supplying
the support libs was by joining their paths with the executable path
with `:`. This caused Windows-style paths to be split after the
directory letter. Now, the number of support libs is provided
as a parameter as well, and the support lib paths are split off
from the regular args in the client.

`remote-test-server`:

- Marked Unix-only parts as such and implemented Windows alternatives
- On Windows `LD_LIBRARY_PATH` doesn't exist. Libraries are
  loaded from `PATH` though, so that's the way around it.
- Tiny cleanup: `Command::args`/`envs` instead of manually
  looping over them
- The temp path for Windows has to be set via environment variable,
  since there isn't a global temp directory that would work on every
  machine (as a static string)
</content>
</entry>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `#![deny(warnings)]` to internal tools</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-10T16:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7342325dfbd2560ebfd1b95073a20dfc56bd0298'/>
<id>urn:sha1:7342325dfbd2560ebfd1b95073a20dfc56bd0298</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove lint annotations in specific crates that are already enforced by rustbuild</title>
<updated>2019-07-28T15:46:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-23T17:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=434152157f9d73ad1899fb8da3a61aed6f8a46d6'/>
<id>urn:sha1:434152157f9d73ad1899fb8da3a61aed6f8a46d6</id>
<content type='text'>
Remove some random unnecessary lint `allow`s
</content>
</entry>
</feed>
