Base test failures on Linux

2013-03-25 Thread Riccardo Mottola
Hi, on Linux x86-32, gcc 4.7.2 I have two failures. base/NSURL/test00.m: Failed test: test00.m:51 ... NSURL chunked test OK which is the same test that hangs instead on OpenBSD and base/NSCalendar/features-10-7.m: Failed test: features-10-7.m:35 ... -weekOfMonth returns the correct

Re: Base test failures on Linux

2013-03-25 Thread Luboš Doležel
On Mon, 25 Mar 2013 09:38:34 +0100, Riccardo Mottola wrote: and base/NSCalendar/features-10-7.m: Failed test: features-10-7.m:35 ... -weekOfMonth returns the correct week Could you please try what number this failing method returns for you? -- Luboš Doležel ___

Re: Base test failures on Linux

2013-03-25 Thread Richard Frith-Macdonald
On 25 Mar 2013, at 08:38, Riccardo Mottola wrote: > Hi, > > on Linux x86-32, gcc 4.7.2 I have two failures. > > base/NSURL/test00.m: > Failed test: test00.m:51 ... NSURL chunked test OK > > which is the same test that hangs instead on OpenBSD In that case ... could it be a timing issue?

Re: Base test failures on Linux

2013-03-25 Thread David Chisnall
On 25 Mar 2013, at 11:16, Richard Frith-Macdonald wrote: > In that case ... could it be a timing issue? The test launches a background > server process and waits half a second for it to start ... perhaps that half > second delay is not long enough on some systems? I've seen this consistently

Re: Base test failures on Linux

2013-03-25 Thread Riccardo Mottola
Hi, Richard Frith-Macdonald wrote: Have you tried the current testcase? A couple of days ago I added a call to try to ensure that the calendar was in a consistent state by specifically setting the first week length before the test. What value does the call to -weekOfMonth return? Running bas