[PATCH] Re: [MAINT24637] fails make test on OSX 10.4 (lib/locale.t)

2005-09-13 Thread Dominic Dunlop

On 2005–09–13, at 09:45, Dominic Dunlop wrote:
The most precise way to make the failing test pass on Darwin would  
be to have lib/locale.t skip locales with names containing eu_ES  
for Darwin versions between 8.0.0 and 8.2.0. No, make that 8.3.0:  
apparently the next Mac OS update is pretty imminent, and if this  
bug's still open, it won't be fixed in the update. I'll try to look  
into it later today.


It turns out that Mac OS X 10.4 has a bad Byelorussian locale as well  
as the bad Catalan ones. Patch that skips testing all of these  
attached. The patch (optimistically) assumes that Apple will have  
fixed things by the update after next. We shall see ...

--
Dominic Dunlop



hide-bad-darwin-locales
Description: Binary data


Re: [PATCH] Re: [MAINT24637] fails make test on OSX 10.4 (lib/locale.t)

2005-09-13 Thread Rafael Garcia-Suarez
On 9/13/05, Dominic Dunlop [EMAIL PROTECTED] wrote:
 It turns out that Mac OS X 10.4 has a bad Byelorussian locale as well
 as the bad Catalan ones. Patch that skips testing all of these
 attached. The patch (optimistically) assumes that Apple will have
 fixed things by the update after next. We shall see ...

Thanks, applied as #25406 to blead.