[Piglit] [PATCH] grouptools.py: Silently ignore mixed os.path.join usage on Windows too.
Jose Fonseca
jfonseca at vmware.com
Thu Mar 12 03:13:10 PDT 2015
On 11/03/15 21:16, Dylan Baker wrote:
> On Wed, Mar 11, 2015 at 08:19:42PM +0000, Jose Fonseca wrote:
>> Thanks Dylan.
>>
>> Yeah, this is meant mostly as short term stop gap. Feel free to revert
>> this when you have a better solution.
>>
>> '|' sounds alright. Another alternative would be to use a non-printable
>> character (something nobody ever consider using in a test name) -- then
>> replace it with '/' a __str__/__repr__ methods. Eitherway, if you make
>> the separate a constant variable, you can always tweak it later.
>
> Turns out that glean uses a lot of special characters in test names, I'm
> down to using somethign more exotic like @, which isn't a binary
> operator.
>
> I assume that windows terminal can print the @ chracter?
Yep. Unlike path separators, Microsoft decided to not change the
character for e-mails :)
Jose
More information about the Piglit
mailing list