]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
Fix Rust test suite for 1.20 beta
authorTom Tromey <tom@tromey.com>
Sat, 5 Aug 2017 21:38:32 +0000 (15:38 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 5 Aug 2017 21:38:32 +0000 (15:38 -0600)
commitfdffd6f4118652bdfdff383943f13664af4b9a45
treed0a82c343e5609328a7409b2cbf9fcc9dc2b7655
parent3232fabd2d0094d74bd942a1f2c5c284b0cd9260
Fix Rust test suite for 1.20 beta

I ran the gdb.rust tests against Rust 1.20 (beta) and saw a few
failures.  The failures all came because a particular item moved to a
different module.  Since the particular choice of module name isn't
important here, I simply widened the allowable results.

Tested locally against rustc 1.19, 1.20, and 1.21.

testsuite/ChangeLog
2017-08-05  Tom Tromey  <tom@tromey.com>

* gdb.rust/simple.exp: Allow String to appear in a different
namespace.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.rust/simple.exp