On Wed, Feb 13, 2013 at 2:20 PM, Brent Baker <[email protected]> wrote: > I am new to this project and I am wondering if there is a continuous build > running that I can look at in order to compare failures that I am seeing > locally.
We don't have any CI set up at the moment but that's coming (again) in the next month or two. I say 'again' because we used to have a buildbot cluster but maintaining it took too much time. > Currently I am seeing the following failures on OS X: > > ia32 release: > simple/test-writedouble > simple/test-writefloat > > ia32 debug: > simple/test-writedouble > simple/test-writefloat > simple/test-next-tick-error-spin > simple/test-next-tick-starvation Are you compiling with clang? It has a bug (fixed in HEAD) that affects how it represents NaNs. The other two fail because they're timing sensitive. Debug builds are a lot slower than release builds and that exacerbates it. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
