Re: [PATCH] Pretty printer test fixes and improvements

2019-01-09 Thread Jonathan Wakely
On 09/01/19 10:14 +, Jonathan Wakely wrote: On 09/01/19 11:09 +0100, Christophe Lyon wrote: On Wed, 9 Jan 2019 at 00:16, Jonathan Wakely wrote: Test that StdUniquePtrPrinter correctly prints std::unique_ptr objects using the old layout, prior to the PR libstdc++/77990 changes. The printe

Re: [PATCH] Pretty printer test fixes and improvements

2019-01-09 Thread Jonathan Wakely
On 09/01/19 11:09 +0100, Christophe Lyon wrote: On Wed, 9 Jan 2019 at 00:16, Jonathan Wakely wrote: Test that StdUniquePtrPrinter correctly prints std::unique_ptr objects using the old layout, prior to the PR libstdc++/77990 changes. The printer test for a valueless std::variant started to fa

Re: [PATCH] Pretty printer test fixes and improvements

2019-01-09 Thread Christophe Lyon
On Wed, 9 Jan 2019 at 00:16, Jonathan Wakely wrote: > > Test that StdUniquePtrPrinter correctly prints std::unique_ptr objects > using the old layout, prior to the PR libstdc++/77990 changes. > > The printer test for a valueless std::variant started to fail because > the PR libstdc++/87431 fix mea