[Lldb-commits] [lldb] r206762 - TestPtrRef2Typedef.py change - take 2.

Ed Maste emaste at freebsd.org
Mon Apr 21 10:51:50 PDT 2014


On 21 April 2014 13:09, Todd Fiala <tfiala at google.com> wrote:
> Author: tfiala
> Date: Mon Apr 21 12:09:35 2014
> New Revision: 206762
>
> URL: http://llvm.org/viewvc/llvm-project?rev=206762&view=rev
> Log:
> TestPtrRef2Typedef.py change - take 2.
>
> Our build is still getting this test to fail with the presence of const in
> '(Foo &const) y = 0x' and '(Foo &&const) z = 0x'.  This change simply changes
> the match substrings to ignore the portion after the final '&' and before the
> closing ')'.  This should cover the presence (or absence) of the const qualifier.

Thanks Todd.  This passes on FreeBSD, and I believe still covers the
expected functionality.

Looking at the history of the file it seems the test was probably just
added while the Linux buildbot was broken, and GCC 4.8.2 always
produces debug info that results in the "const."  I was mistaken
earlier - I see the "const" on FreeBSD with both GCC 4.8.3 and 4.9.0.



More information about the lldb-commits mailing list