braddr / d-tester

Automated testing for github projects.
http://d.puremagic.com/test-results/
11 stars 5 forks source link

Problems with threads on FreeBSD 32-bit dmd #2

Closed carlor closed 11 years ago

carlor commented 11 years ago

On my pull request and this other one, the tester fails to unittest std.parallelism on thread priority issues. I don't think either of these changes to dmd have to do with threading, so what's going on?

braddr commented 11 years ago

It might be a problem with the tester box itself, but I highly doubt it. It's almost certain not a problem with the tester code. I'd look at dmd and druntime as MUCH more likely to be the problem.

I'm going to close this report unless it can be demonstrated that the test infrastructure is broken in some way.