<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/debuginfo/struct-style-enum.rs, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<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>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>Update the minimum external LLVM to 8</title>
<updated>2020-04-14T19:44:41+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-14T19:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8506bb006040cf8e8cb004202706c81e62ddacee'/>
<id>urn:sha1:8506bb006040cf8e8cb004202706c81e62ddacee</id>
<content type='text'>
LLVM 8 was released on March 20, 2019, over a year ago.
</content>
</entry>
<entry>
<title>Correct minimum system LLVM version in tests</title>
<updated>2019-03-23T02:28:25+00:00</updated>
<author>
<name>Samuel Holland</name>
<email>samuel@sholland.org</email>
</author>
<published>2019-03-22T22:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d3dd39d885f427faf3898521e7e1e9319d76b91'/>
<id>urn:sha1:8d3dd39d885f427faf3898521e7e1e9319d76b91</id>
<content type='text'>
Since commit 9452a8dfa3ba, the new debug info format is only generated
for LLVM 8 and newer versions. However, the tests still assume that LLVM
7 will use the new debug info format. Fix the tests (and a comment in
the code) to match the actual version check.
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update enum debuginfo tests</title>
<updated>2018-10-30T18:09:04+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tom@tromey.com</email>
</author>
<published>2018-09-26T18:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8bbb62f849c6b97900751ac0f0cff0d4c9b1328a'/>
<id>urn:sha1:8bbb62f849c6b97900751ac0f0cff0d4c9b1328a</id>
<content type='text'>
Bug #52452 notes some debuginfo test regressions when moving to gdb
8.1.  This series will also cause versions of gdb before 8.2 to fail
when a recent LLVM is used -- DW_TAG_variant_part support was not
added until 8.2.

This patch updates one of the builders to a later version of Ubuntu,
which comes with gdb 8.2.  It updates the relevant tests to require
both a new-enough LLVM and a new-enough gdb; the subsequent patch
arranges to continue testing the fallback mode.

The "gdbg" results are removed from these tests because the tests now
require a rust-enabled gdb.

If you read closely, you'll see that some of the lldb results in this
patch still look a bit strange.  This will be addressed in a
subsequent patch; I believe the fix is to disable the Python
pretty-printers when lldb is rust-enabled.
</content>
</entry>
<entry>
<title>Run debuginfo tests against rust-enabled lldb, when possible</title>
<updated>2018-10-08T17:04:24+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tom@tromey.com</email>
</author>
<published>2018-10-02T16:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac33b2e578de58016271012452e4f1be6af9d516'/>
<id>urn:sha1:ac33b2e578de58016271012452e4f1be6af9d516</id>
<content type='text'>
If the rust-enabled lldb was built, then use it when running the
debuginfo tests.  Updating the lldb submodule was necessary as this
needed a way to differentiate the rust-enabled lldb, so I added a line
to the --version output.

This adds compiletest commands to differentiate between the
rust-enabled and non-rust-enabled lldb, as is already done for gdb.  A
new "rust-lldb" header directive is also added, but not used in this
patch; I plan to use it in #54004.

This updates all the tests.
</content>
</entry>
<entry>
<title>ignore more gdb versions with buggy rust support</title>
<updated>2017-02-04T10:44:29+00:00</updated>
<author>
<name>Tim Neumann</name>
<email>mail@timnn.me</email>
</author>
<published>2017-02-04T10:44:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=112a5a00e839bfb3dbdaa9166afe595163248174'/>
<id>urn:sha1:112a5a00e839bfb3dbdaa9166afe595163248174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debuginfo: Ignore optimized enum tests for GDB versions that can't handle them.</title>
<updated>2017-01-13T18:33:27+00:00</updated>
<author>
<name>Michael Woerister</name>
<email>michaelwoerister@posteo.net</email>
</author>
<published>2017-01-13T18:33:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f4375987633d08e9f0d6c13468c7df90c3ae546d'/>
<id>urn:sha1:f4375987633d08e9f0d6c13468c7df90c3ae546d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modify debuginfo to deal with the difference between source and memory order</title>
<updated>2016-12-14T17:28:21+00:00</updated>
<author>
<name>Austin Hicks</name>
<email>camlorn@camlorn.net</email>
</author>
<published>2016-11-21T00:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d23dc7956ab31a2758b723213bf6235ba57ed55'/>
<id>urn:sha1:3d23dc7956ab31a2758b723213bf6235ba57ed55</id>
<content type='text'>
Fix gdb enum tests to ignore garbage variants, as we no longer actually know what the garbage is.
</content>
</entry>
</feed>
