Bug 23624

Summary: xfail traits.exp with older llvm
Product: gdb Reporter: Tom Tromey <tromey>
Component: rustAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: P2    
Version: 8.2   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

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.