<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/remap_path_prefix, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix failing codegen tests on s390x</title>
<updated>2022-12-06T17:12:46+00:00</updated>
<author>
<name>Ulrich Weigand</name>
<email>ulrich.weigand@de.ibm.com</email>
</author>
<published>2022-12-06T17:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d33af38b31bd885df502b7e9e6d0dd003ae900a'/>
<id>urn:sha1:3d33af38b31bd885df502b7e9e6d0dd003ae900a</id>
<content type='text'>
Several codegen tests are currently failing due to making
assumptions that are not valid for the s390x architecture:

- catch-unwind.rs: fails due to inlining differences.
  Already ignored on another platform for the same reason.
  Solution: Ignore on s390x.

- remap_path_prefix/main.rs: fails due to different alignment
  requirement for string constants.
  Solution: Do not test for the alignment requirement.

- repr-transparent-aggregates-1.rs: many ABI assumptions.
  Already ignored on many platforms for the same reason.
  Solution: Ignore on s390x.

- repr-transparent.rs: no vector ABI by default on s390x.
  Already ignored on another platform for a similar reason.
  Solution: Ignore on s390x.

- uninit-consts.rs: hard-coded little-endian constant.
  Solution: Match both little- and big-endian versions.

Fixes part of https://github.com/rust-lang/rust/issues/105383.
</content>
</entry>
<entry>
<title>Amend codegen test.</title>
<updated>2022-07-01T15:45:13+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-05-29T17:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbbf06b0cd39dc93033568f1e65f5363cbbdebcd'/>
<id>urn:sha1:cbbf06b0cd39dc93033568f1e65f5363cbbdebcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly apply path prefix remapping paths emitted into debuginfo.</title>
<updated>2022-05-18T10:19:01+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-05-05T15:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6411fef3aba5ba54a02b54b171b4e9bc83687ce9'/>
<id>urn:sha1:6411fef3aba5ba54a02b54b171b4e9bc83687ce9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix duplicate directory separator in --remap-path-prefix.</title>
<updated>2022-04-29T19:09:12+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo</email>
</author>
<published>2022-04-29T17:36:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3614bd3c45a8d0e5f27c0736e8966f6456a5cd75'/>
<id>urn:sha1:3614bd3c45a8d0e5f27c0736e8966f6456a5cd75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless mir-opt, codegen, and remaining ui tests</title>
<updated>2021-07-14T16:17:49+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2021-07-14T07:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f21ab114ee441d89a1a1f02f63bba638c0af01d'/>
<id>urn:sha1:1f21ab114ee441d89a1a1f02f63bba638c0af01d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation during bootstrapping</title>
<updated>2021-05-05T14:31:32+00:00</updated>
<author>
<name>Andy Wang</name>
<email>cbeuw.andy@gmail.com</email>
</author>
<published>2021-05-01T11:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ac9ca4f88c03e6fc507ab8937573dca1ccfd2ed'/>
<id>urn:sha1:0ac9ca4f88c03e6fc507ab8937573dca1ccfd2ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test for --remap-path-prefix on std imports</title>
<updated>2021-05-04T16:35:32+00:00</updated>
<author>
<name>Andy Wang</name>
<email>cbeuw.andy@gmail.com</email>
</author>
<published>2021-04-03T19:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65520ec802f77ab191423f3a1507d6c0be7cfb9c'/>
<id>urn:sha1:65520ec802f77ab191423f3a1507d6c0be7cfb9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant `ignore-tidy-linelength` annotations</title>
<updated>2021-04-03T20:30:20+00:00</updated>
<author>
<name>Simon Jakobi</name>
<email>simon.jakobi@gmail.com</email>
</author>
<published>2021-04-03T11:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ea62cb5d19846b44172d861ae231c8c09322800'/>
<id>urn:sha1:3ea62cb5d19846b44172d861ae231c8c09322800</id>
<content type='text'>
This is step 2 towards fixing #77548.

In the codegen and codegen-units test suites, the `//` comment markers
were kept in order not to affect any source locations. This is because
these tests cannot be automatically `--bless`ed.
</content>
</entry>
<entry>
<title>Add hash of source files in debug info</title>
<updated>2020-04-02T21:13:19+00:00</updated>
<author>
<name>Arlo Siemsen</name>
<email>arsiem@microsoft.com</email>
</author>
<published>2020-03-31T05:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f86b078e2df79968e40185c91b0dce81bc580872'/>
<id>urn:sha1:f86b078e2df79968e40185c91b0dce81bc580872</id>
<content type='text'>
* Adds either an MD5 or SHA1 hash to the debug info.
* Adds new unstable option `-Z src-hash-algorithm` to control the hashing algorithm.
</content>
</entry>
</feed>
