This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rust/20162] test with rust 1.9


https://sourceware.org/bugzilla/show_bug.cgi?id=20162

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
There are a bunch of failures with 1.9, I believe all from debuginfo
problems (all filed upstream).

FAIL: gdb.rust/generics.exp: print e
FAIL: gdb.rust/generics.exp: print generics::Hold::<i32> (7)
FAIL: gdb.rust/generics.exp: print Hold::<i32> (7)
FAIL: gdb.rust/generics.exp: print identity::< Hold<i32> >(e)
FAIL: gdb.rust/generics.exp: print identity::<generics::Hold<i32> >(e)
FAIL: gdb.rust/generics.exp: print identity::<Hold<i32>>(e)
FAIL: gdb.rust/methods.exp: print x.take()
FAIL: gdb.rust/methods.exp: print *(x.incr())
FAIL: gdb.rust/methods.exp: print *((&mut x).incr())
FAIL: gdb.rust/methods.exp: print a.value()
FAIL: gdb.rust/methods.exp: print (&mut a).value()
FAIL: gdb.rust/methods.exp: print b.value()
FAIL: gdb.rust/methods.exp: print c.value()
FAIL: gdb.rust/methods.exp: info functions HasMethods::new
FAIL: gdb.rust/modules.exp: ptype ::Generic::<::Generic<::Type> > (pattern 1)
FAIL: gdb.rust/modules.exp: ptype ::Generic::<::Generic<extern modules::Type> >
1)
FAIL: gdb.rust/modules.exp: ptype ::Generic::<::Generic<::mod1::Type>> (pattern 
FAIL: gdb.rust/modules.exp: ptype ::Generic::<::Generic<super::Type>> (1)
FAIL: gdb.rust/modules.exp: ptype ::Generic::<::Generic<self::Type>> (pattern
1)
FAIL: gdb.rust/simple.exp: print j
FAIL: gdb.rust/simple.exp: ptype j
FAIL: gdb.rust/simple.exp: print simple::Unit
FAIL: gdb.rust/simple.exp: print z
FAIL: gdb.rust/simple.exp: ptype z (pattern 1)
FAIL: gdb.rust/simple.exp: ptype simple::ByeBob (pattern 1)
FAIL: gdb.rust/simple.exp: print simple::ByeBob(0xff, 5)
FAIL: gdb.rust/simple.exp: print simple::ByeBob{field1: 0xff, field2:5}

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]