<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/remote-test-client, branch 1.69.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.69.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.69.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-10-06T20:42:32+00:00</updated>
<entry>
<title>tools/remote-test-{server,client}: Use /data/local/tmp on Android</title>
<updated>2022-10-06T20:42:32+00:00</updated>
<author>
<name>Peter Collingbourne</name>
<email>pcc@google.com</email>
</author>
<published>2022-10-06T02:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a1c1c7941e111b67e89cc6e0738455d6edbbd5e'/>
<id>urn:sha1:9a1c1c7941e111b67e89cc6e0738455d6edbbd5e</id>
<content type='text'>
The /data/tmp directory does not exist, at least not on recent versions
of Android, which currently leads to test failures on that platform. I
checked a virtual device running AOSP master and a Nexus 5 running
Android Marshmallow and on both devices the /data/tmp directory does
not exist and /data/local/tmp does, so let's switch to /data/local/tmp.
</content>
</entry>
<entry>
<title>Migrate to 2021</title>
<updated>2021-09-21T02:21:42+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-09-19T16:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c746be2219fac78e5adad715082dedeb2d737f0d'/>
<id>urn:sha1:c746be2219fac78e5adad715082dedeb2d737f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rfc3052: Remove authors field from Cargo manifests</title>
<updated>2021-07-29T21:56:05+00:00</updated>
<author>
<name>Jade</name>
<email>software@lfcode.ca</email>
</author>
<published>2021-07-27T23:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cf820e17dea8b0a9a19b027439c9ea0ef99bd06'/>
<id>urn:sha1:3cf820e17dea8b0a9a19b027439c9ea0ef99bd06</id>
<content type='text'>
Since RFC 3052 soft deprecated the authors field anyway, hiding it from
crates.io, docs.rs, and making Cargo not add it by default, and it is
not generally up to date/useful information, we should remove it from
crates in this repo.
</content>
</entry>
<entry>
<title>Update armhf-gnu to Ubuntu 20.04</title>
<updated>2021-01-29T23:33:02+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-01-29T22:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3f46fbf31b10cd93dd95d761eece38eb0864e69c'/>
<id>urn:sha1:3f46fbf31b10cd93dd95d761eece38eb0864e69c</id>
<content type='text'>
This requires updating the used Linux kernel to avoid an assembler
error, the used busybox version to avoid a linker error, the used
rootfs to match the host version and the qemu flags to work with
the newer version.
</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-client: fix typo</title>
<updated>2020-06-10T08:01:01+00:00</updated>
<author>
<name>Tom Eccles</name>
<email>t@freedommail.info</email>
</author>
<published>2020-06-10T08:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=086eaf8f69b736a7f4b6b8ee232540993d0c255d'/>
<id>urn:sha1:086eaf8f69b736a7f4b6b8ee232540993d0c255d</id>
<content type='text'>

Thanks to jfrimmel for pointing this out

Co-authored-by: J. Frimmel &lt;31166235+jfrimmel@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Add a disabled builder for riscv64 emulated tests</title>
<updated>2020-06-09T15:22:15+00:00</updated>
<author>
<name>Tom Eccles</name>
<email>tom.eccles@codethink.co.uk</email>
</author>
<published>2020-05-18T13:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a008a55ff680ec600b5617d6a1f1701450aa8911'/>
<id>urn:sha1:a008a55ff680ec600b5617d6a1f1701450aa8911</id>
<content type='text'>
This will run all tests for `riscv64gc-unknown-linux-gnu` in a QEMU
instance. This is based upon the armhf QEMU test image.
</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>Make `remote-test-client` work as cargo runner again</title>
<updated>2020-05-31T15:36:17+00:00</updated>
<author>
<name>Dennis Duda</name>
<email>git@seri.tools</email>
</author>
<published>2020-05-31T15:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=036da3a6dcc084db90dbe6ea2831eb7332a1c535'/>
<id>urn:sha1:036da3a6dcc084db90dbe6ea2831eb7332a1c535</id>
<content type='text'>
Since cargo appends executable/args, the support_lib count
parameter has to come first.
</content>
</entry>
<entry>
<title>Update help text of remote-test-client to reflect changed command</title>
<updated>2020-05-31T15:23:46+00:00</updated>
<author>
<name>Dennis Duda</name>
<email>git@seri.tools</email>
</author>
<published>2020-05-31T13:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0199fdc0f72ec6942d93d0bf23c7fa1fb9fbf54f'/>
<id>urn:sha1:0199fdc0f72ec6942d93d0bf23c7fa1fb9fbf54f</id>
<content type='text'>
</content>
</entry>
</feed>
