<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/remote-test-server, 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>2024-07-28T22:26:52+00:00</updated>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>remote-test-server: apply considerable clippy suggestions</title>
<updated>2024-06-13T15:41:43+00:00</updated>
<author>
<name>onur-ozkan</name>
<email>work@onurozkan.dev</email>
</author>
<published>2024-06-06T18:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c755df2d35a813476bc70a96b22c9dc21c0e6175'/>
<id>urn:sha1:c755df2d35a813476bc70a96b22c9dc21c0e6175</id>
<content type='text'>
Signed-off-by: onur-ozkan &lt;work@onurozkan.dev&gt;
</content>
</entry>
<entry>
<title>use u64 to represent file size</title>
<updated>2024-01-21T15:16:22+00:00</updated>
<author>
<name>onur-ozkan</name>
<email>work@onurozkan.dev</email>
</author>
<published>2024-01-21T09:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1afd216f760601fb13a9982d283ef8e2224b7527'/>
<id>urn:sha1:1afd216f760601fb13a9982d283ef8e2224b7527</id>
<content type='text'>
This increases the maximum supported file size (previously limited to 4GB)
and avoids potential issues with u32 to u64 conversions, which are no longer
needed.

Signed-off-by: onur-ozkan &lt;work@onurozkan.dev&gt;
</content>
</entry>
<entry>
<title>Use u32 methods instead of manual shifting</title>
<updated>2022-12-23T10:38:23+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayushsingh1325@gmail.com</email>
</author>
<published>2022-12-19T09:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51fe24873fbd255e80063a97ecd406726c1e6675'/>
<id>urn:sha1:51fe24873fbd255e80063a97ecd406726c1e6675</id>
<content type='text'>
Switch to `to_be_bytes()` and `from_be_bytes()` instead of manual
shifting

This was suggested [`here`](https://github.com/rust-lang/rust/pull/105145#discussion_r1051418964)

Signed-off-by: Ayush Singh &lt;ayushsingh1325@gmail.com&gt;
</content>
</entry>
<entry>
<title>Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrum</title>
<updated>2022-12-17T20:47:14+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2022-12-17T20:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0468a00ae3fd6ef1a6a0f9eaf637d7aa9e604acc'/>
<id>urn:sha1:0468a00ae3fd6ef1a6a0f9eaf637d7aa9e604acc</id>
<content type='text'>
Add batch flag to remote-test-server

When using this flag, the stdout and stderr are sent in a single batch instead of being streamed. It also used `Command::output` instead of `Command::spawn`. This is useful for targets that might support std but not threading (Eg: UEFI).

Signed-off-by: Ayush Singh &lt;ayushsingh1325@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add batch flag to remote-test-server</title>
<updated>2022-12-11T19:51:46+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayushsingh1325@gmail.com</email>
</author>
<published>2022-12-01T18:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2bb6bd6546a4ad3bafaefd1ffb48f265a4f37bcf'/>
<id>urn:sha1:2bb6bd6546a4ad3bafaefd1ffb48f265a4f37bcf</id>
<content type='text'>
When using this flag, the stdout and stderr is sent in a single batch
instead of being streamed. It also used `Command::output` instead of
`Command::spawn`. This is useful for targets that might support std
but not threading (Eg: UEFI).

Signed-off-by: Ayush Singh &lt;ayushsingh1325@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add retry flag to remote-test-server</title>
<updated>2022-11-08T13:51:24+00:00</updated>
<author>
<name>Ayush Singh</name>
<email>ayushsingh1325@gmail.com</email>
</author>
<published>2022-11-08T11:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06a77af35dea5dcdabe1676b795d375e119a0407'/>
<id>urn:sha1:06a77af35dea5dcdabe1676b795d375e119a0407</id>
<content type='text'>
This allows retrying binding TCP Socket multiple times. This is useful
when using emulators as network might not be available in the beginning.
This was orignally implemented in https://github.com/rust-lang/rust/pull/100316

Signed-off-by: Ayush Singh &lt;ayushsingh1325@gmail.com&gt;
</content>
</entry>
<entry>
<title>Show command line arguments</title>
<updated>2022-10-12T12:30:06+00:00</updated>
<author>
<name>Florian Bartels</name>
<email>Florian.Bartels@elektrobit.com</email>
</author>
<published>2022-10-12T12:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=690b9faa5644e336d57a608110578d91c7ef9209'/>
<id>urn:sha1:690b9faa5644e336d57a608110578d91c7ef9209</id>
<content type='text'>
</content>
</entry>
<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>add the --sequential flag to compiletest</title>
<updated>2022-09-23T13:36:24+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro.albini@ferrous-systems.com</email>
</author>
<published>2022-09-23T12:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db14a527139355a13c61e109884c0b1f31d67c94'/>
<id>urn:sha1:db14a527139355a13c61e109884c0b1f31d67c94</id>
<content type='text'>
</content>
</entry>
</feed>
