<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/run-make/share-generics-dylib, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-18T23:38:01+00:00</updated>
<entry>
<title>Adjust some run-make tests on cross-compile</title>
<updated>2025-06-18T23:38:01+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-06-16T12:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2beccc4d8e5066a42e6623d91e7991870d36feb2'/>
<id>urn:sha1:2beccc4d8e5066a42e6623d91e7991870d36feb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ignore `run-make` tests that need `std` on `no_std` targets</title>
<updated>2025-06-12T13:10:12+00:00</updated>
<author>
<name>Folkert de Vries</name>
<email>folkert@folkertdev.nl</email>
</author>
<published>2025-06-12T13:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efaf3eb8a06f2ad55334af6166d324fd79d8c25f'/>
<id>urn:sha1:efaf3eb8a06f2ad55334af6166d324fd79d8c25f</id>
<content type='text'>
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
</content>
</entry>
<entry>
<title>rewrite raw-dylib-stdcall-ordinal to rmake</title>
<updated>2024-07-29T14:58:28+00:00</updated>
<author>
<name>Oneirical</name>
<email>manchot@videotron.ca</email>
</author>
<published>2024-07-23T19:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23cccb3fc6f0039a12582e80fda42041405bd407'/>
<id>urn:sha1:23cccb3fc6f0039a12582e80fda42041405bd407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rewrite share-generics-dylib to rmake</title>
<updated>2024-07-29T14:58:27+00:00</updated>
<author>
<name>Oneirical</name>
<email>manchot@videotron.ca</email>
</author>
<published>2024-07-23T18:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c8f19473748487a8d3282dec694169e3f79da9f'/>
<id>urn:sha1:0c8f19473748487a8d3282dec694169e3f79da9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run rustfmt on `tests/run-make/`.</title>
<updated>2024-05-31T11:30:08+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-05-29T05:01:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3079bd96b94fda7acba3161bd53719576224a210'/>
<id>urn:sha1:3079bd96b94fda7acba3161bd53719576224a210</id>
<content type='text'>
With the exception of `tests/run-make/translation/test.rs`, which has a
syntax error.

The expected output in `rustdoc-error-lines/rmake.rs`'s required slight
tweaking.

The two `reproducible-build.rs` files need `// ignore-tidy-linelength`
because rustfmt produces lines longer than 100 chars, which tidy doesn't
like, yuk.
</content>
</entry>
<entry>
<title>ignore failing cross-compiled run-make tests</title>
<updated>2023-03-30T13:46:31+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>github@jyn.dev</email>
</author>
<published>2023-03-30T13:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4851d5663cf74fafc1d753d68394ea0011cfde36'/>
<id>urn:sha1:4851d5663cf74fafc1d753d68394ea0011cfde36</id>
<content type='text'>
`run-make-fulldeps` is never cross-compiled, so a lot of these tests
never accounted for --target. Ignore them when cross-compiling for
now.
</content>
</entry>
<entry>
<title>move `tools.mk` to run-make</title>
<updated>2023-03-30T12:58:50+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>github@jyn.dev</email>
</author>
<published>2023-03-30T12:58:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=26e1ce739400df9e989fa64c0138aaf13ced8c60'/>
<id>urn:sha1:26e1ce739400df9e989fa64c0138aaf13ced8c60</id>
<content type='text'>
apparently I missed some tests in the last commit. Rather than having
dozens of tests use the long version, use the short version in
`run-make` and the long version in `run-make-fulldeps` (which is now
only three tests)
</content>
</entry>
<entry>
<title>Move almost all run-make-fulldeps to run-make</title>
<updated>2023-03-30T12:34:55+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>github@jyn.dev</email>
</author>
<published>2023-03-30T12:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=433da1fc047bb39a263eefca4bdb2b1972f1d2ce'/>
<id>urn:sha1:433da1fc047bb39a263eefca4bdb2b1972f1d2ce</id>
<content type='text'>
They pass fine.
</content>
</entry>
</feed>
