<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/debuginfo, branch automation/bors/try-merge</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try-merge</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try-merge'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-12T18:45:12+00:00</updated>
<entry>
<title>Add test batch 3</title>
<updated>2025-09-12T18:45:12+00:00</updated>
<author>
<name>Oneirical</name>
<email>manchot@videotron.ca</email>
</author>
<published>2025-08-20T18:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=957fa10d50787a4c6c6d8a35be5af6bd43ba1770'/>
<id>urn:sha1:957fa10d50787a4c6c6d8a35be5af6bd43ba1770</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: `{Meta,Pointee}Sized` in non-minicore tests</title>
<updated>2025-06-16T23:04:33+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood2@arm.com</email>
</author>
<published>2025-01-23T11:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=322cc315040da14c12f84d74fd5761c5d064e50e'/>
<id>urn:sha1:322cc315040da14c12f84d74fd5761c5d064e50e</id>
<content type='text'>
As before, add `MetaSized` and `PointeeSized` traits to all of the
non-minicore `no_core` tests so that they don't fail for lack of
language items.
</content>
</entry>
<entry>
<title>compiletest: Support matching on non-json lines in compiler output</title>
<updated>2025-05-04T15:27:45+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-05-02T14:56:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56d6b4e427c271e8f069500f6fac4e209e946144'/>
<id>urn:sha1:56d6b4e427c271e8f069500f6fac4e209e946144</id>
<content type='text'>
and migrate most of remaining `error-pattern`s to it.

</content>
</entry>
<entry>
<title>tests: add FIXME issue for `debuginfo-type-name-layout-ice-94961-2.rs`</title>
<updated>2025-05-03T14:48:46+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-05-02T15:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48b72c52f35be9d4d0c6ee4c42487354b73d931e'/>
<id>urn:sha1:48b72c52f35be9d4d0c6ee4c42487354b73d931e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize `-Zdwarf-version` as `-Cdwarf-version`</title>
<updated>2025-04-15T02:26:41+00:00</updated>
<author>
<name>Wesley Wiser</name>
<email>wwiser@gmail.com</email>
</author>
<published>2025-02-12T14:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e21691529549152625a509e7e69af0b813420c53'/>
<id>urn:sha1:e21691529549152625a509e7e69af0b813420c53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UI tests: migrate remaining compile time `error-pattern`s to line annotations</title>
<updated>2025-04-13T18:48:53+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-12T19:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93bee0789a45ea7d5d65bb9301c4ad5ece3abeb2'/>
<id>urn:sha1:93bee0789a45ea7d5d65bb9301c4ad5ece3abeb2</id>
<content type='text'>
when possible.

</content>
</entry>
<entry>
<title>replace `//@ compile-flags: --edition` with `//@ edition`</title>
<updated>2025-04-10T07:56:37+00:00</updated>
<author>
<name>Pietro Albini</name>
<email>pietro.albini@ferrous-systems.com</email>
</author>
<published>2025-04-08T13:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd371b90e25a5923f8106cea55b5705061974139'/>
<id>urn:sha1:cd371b90e25a5923f8106cea55b5705061974139</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up tests on wasm and msvc, and rebase conflicts</title>
<updated>2025-04-03T08:08:55+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-02T15:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4916d44b59a2b5347506b4551b389fe902bdf54b'/>
<id>urn:sha1:4916d44b59a2b5347506b4551b389fe902bdf54b</id>
<content type='text'>
Can be fixed properly later by adding a new flag for non-exhaustive line annotation checking

</content>
</entry>
<entry>
<title>compiletest: Require `//~` annotations even if `error-pattern` is specified</title>
<updated>2025-04-03T08:08:55+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-28T23:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d649906900cd833b0680f53b8c197b087711a4a'/>
<id>urn:sha1:4d649906900cd833b0680f53b8c197b087711a4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emit an error if `-Zdwarf-version=1` is requested</title>
<updated>2025-02-09T16:05:13+00:00</updated>
<author>
<name>Wesley Wiser</name>
<email>wwiser@gmail.com</email>
</author>
<published>2025-02-08T19:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eea8ce5be4ca75e67d3b88d55f718e315c3d9d8b'/>
<id>urn:sha1:eea8ce5be4ca75e67d3b88d55f718e315c3d9d8b</id>
<content type='text'>
DWARF 1 is very different than DWARF 2+ (see the commentary in
https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#index-gdwarf)
and LLVM does not really seem to support DWARF 1 as Clang does not offer
a `-gdwarf-1` flag and `llc` will just generate DWARF 2 with the version
set to 1: https://godbolt.org/z/s85d87n3a.

Since this isn't actually supported (and it's not clear it would be
useful anyway), report that DWARF 1 is not supported if it is requested.

Also add a help message to the error saying which versions are supported.
</content>
</entry>
</feed>
