Bug 23624 - xfail traits.exp with older llvm
Summary: xfail traits.exp with older llvm
Status: RESOLVED OBSOLETE
Alias: None
Product: gdb
Classification: Unclassified
Component: rust (show other bugs)
Version: 8.2
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-10 17:16 UTC by Tom Tromey
Modified: 2022-01-24 00:41 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2018-09-10 17:16:12 UTC
I've wasted time looking into traits.exp failures a couple of times,
only to find out that I was using a rustc built against LLVM 5 --
before the needed infrastructure landed.

The llvm version can be detected using "rustc -vV".
Then these tests can be xfailed.
Comment 1 Tom Tromey 2018-09-13 15:49:06 UTC
There are some enum tests that should also be xfail'd; but before
this can be done, we need a release of rustc that has the enum
fixes.  See https://github.com/rust-lang/rust/pull/54004
Comment 2 Tom Tromey 2018-09-13 15:51:07 UTC
... and when the enum xfails are done, some test output can also
be tightened up a bit; see bug 23626.
Comment 3 Tom Tromey 2022-01-24 00:41:15 UTC
I think this is obsolete now.