Re: Unittest tester.

2013-05-20 Thread Johannes Pfau
Am Tue, 14 May 2013 18:59:14 +0200 schrieb "Iain Buclaw" : > core.exception.AssertError@libphobos/src/std/conv.d(2524): http://dpaste.dzfl.pl/f995a4f3 Caused by a subtle difference when parsing floating point values in the compiler. ldc produces the same result as gdc. The asm generated for loa

Re: Unittest tester.

2013-05-19 Thread Johannes Pfau
Am Tue, 14 May 2013 18:59:14 +0200 schrieb "Iain Buclaw" : > core.exception.AssertError@libphobos/src/std/range.d(2995): This is a weird bug: This is what happens: Struct Take consists of an int and a size_t. In between those two we have 4 bytes padding on x86_64. If GCC returns this struct fro

Re: Unittest tester.

2013-05-18 Thread Iain Buclaw
On 18 May 2013 22:15, Johannes Pfau wrote: > Am Tue, 14 May 2013 18:59:14 +0200 > schrieb "Iain Buclaw" : > > > core.exception.AssertError@libphobos/src/std/typecons.d(3293): > > Caused by not implemented NRVO. Reduced: > http://dpaste.dzfl.pl/6c55ec20 > Thanks, care to throw this in a bug repo

Re: Unittest tester.

2013-05-18 Thread Johannes Pfau
Am Tue, 14 May 2013 18:59:14 +0200 schrieb "Iain Buclaw" : > core.exception.AssertError@libphobos/src/std/typecons.d(3293): Caused by not implemented NRVO. Reduced: http://dpaste.dzfl.pl/6c55ec20

Re: Unittest tester.

2013-05-17 Thread Iain Buclaw
On 17 May 2013 21:09, Johannes Pfau wrote: > Am Tue, 14 May 2013 18:59:14 +0200 > schrieb "Iain Buclaw" : > > > We now have 6 currently failing unittests. > > > > Current failing unittests: > > > > core.exception.AssertError@libphobos > /src/std/internal/math/errorfunction.d(222): > > unittest fa

Re: Unittest tester.

2013-05-17 Thread Johannes Pfau
Am Tue, 14 May 2013 18:59:14 +0200 schrieb "Iain Buclaw" : > We now have 6 currently failing unittests. > > Current failing unittests: > > core.exception.AssertError@libphobos/src/std/internal/math/errorfunction.d(222): > unittest failure > core.exception.AssertError@libphobos/src/std/internal/m

Unittest tester.

2013-05-14 Thread Iain Buclaw
We now have 6 currently failing unittests. Current failing unittests: core.exception.AssertError@libphobos/src/std/internal/math/errorfunction.d(222): unittest failure core.exception.AssertError@libphobos/src/std/internal/math/gammafunction.d(367): unittest failure core.exception.AssertError@lib