This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: Minor testsuite improvement


On 01/10/2013 03:31 AM, Uros Bizjak wrote:
Hello!

This patch tightens the expected output from the vrp dump which has the side
effect of making each test's string unique.  Obviously the masked failure is
xfailed.

OK for the trunk?

Hmm, but if the SSA versions are simply i_10 then i_.*0 will still match it the same? I think you want the more elaborate 'i_\[0-9\]* . 0' here?

IMO 'i_\[0-9\]+' would be better, we need at least one digit here.
Yea, this is a better regexp. I'll update and verify I get the right pass/xfails.

jeff


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