digitalmars.D - Phobos unittest failure on single-core machines
- Ed McCardell (9/9) Aug 23 2012 When trying to run the phobos unittests on my 32- and 64-bit linux
- dsimcha (5/15) Aug 24 2012 This looks to be a bug in a recently-added feature. I'll look at
- Ed McCardell (3/7) Aug 24 2012 Filed as http://d.puremagic.com/issues/show_bug.cgi?id=8582
- Ed McCardell (3/6) Aug 27 2012 Thanks for the quick fix! Phobos unittests are building fine for me now.
When trying to run the phobos unittests on my 32- and 64-bit linux single-processor machines, I get this output: Testing generated/linux/debug/64/unittest/std/parallelism totalCPUs = 1 core.exception.AssertError std.parallelism(4082): unittest failure Has anyone else seen this, or is possible that I have an error in my dmd setup? (I'm using dmd/druntime/phobos from git HEAD, building in what I thought was the normal manner). --Ed McCardell
Aug 23 2012
On Friday, 24 August 2012 at 02:16:24 UTC, Ed McCardell wrote:When trying to run the phobos unittests on my 32- and 64-bit linux single-processor machines, I get this output: Testing generated/linux/debug/64/unittest/std/parallelism totalCPUs = 1 core.exception.AssertError std.parallelism(4082): unittest failure Has anyone else seen this, or is possible that I have an error in my dmd setup? (I'm using dmd/druntime/phobos from git HEAD, building in what I thought was the normal manner). --Ed McCardellThis looks to be a bug in a recently-added feature. I'll look at it in detail tonight, but I think I know what the problem is and it's pretty easy to fix. Can you please file a Bugzilla and note whether it always occurs or is non-deterministic?
Aug 24 2012
On 08/24/12 12:27, dsimcha wrote:This looks to be a bug in a recently-added feature. I'll look at it in detail tonight, but I think I know what the problem is and it's pretty easy to fix. Can you please file a Bugzilla and note whether it always occurs or is non-deterministic?Filed as http://d.puremagic.com/issues/show_bug.cgi?id=8582 --Ed
Aug 24 2012
On 08/24/12 12:27, dsimcha wrote:This looks to be a bug in a recently-added feature. I'll look at it in detail tonight, but I think I know what the problem is and it's pretty easy to fix.Thanks for the quick fix! Phobos unittests are building fine for me now. --Ed
Aug 27 2012