On Nov 07 2016, Mike Stump <mikest...@comcast.net> wrote:

> On Nov 1, 2016, at 8:46 AM, Tamar Christina <tamar.christ...@arm.com> wrote:
>> 
>> A glibc update recently broke this test by adding a CPP
>> macro that uses the ## string function which traditional-cpp
>> does not support.
>> The change in glibc that made the test fail is from
>> 6962682ffe5e5f0373047a0b894fee7a774be254.
>> 
>> This fixes (PR78136) by changing the test to use a local
>> include file instead of one from glibc.
>> The intention of the test is to test that traditional-cpp does
>> not expand values inside <> blocks of #includes.
>> As such the include has to be included via <> syntax. To do this
>> the .exp has been modified to add the test directory to the
>> Include search path.
>> 
>> Ran regression tests on aarch64-none-linux-gnu.
>> 
>> Ok for trunk?
>
> Ok.
This is causing all test names to depend on $srcdir.  A test name should
never include the value of $srcdir.

Andreas.

-- 
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

Reply via email to