We have pretty much always had a few failing tests. Those of us working on core directly pretty much know which ones are "ok" and which ones indicate something new being broken.
This is an area that needs to improve. Tests that are known to fail (and ignored via oral tradition) are not very useful. 0.8 will have 100% of its tests passing on all platforms, every release, guaranteed. False failures will be removed, and known-problematic features will be removed or corrected. That's what we're working on. On Tue, Feb 7, 2012 at 03:08, billywhizz <[email protected]> wrote: > as far as i know, the 0.6 branch is the current stable one. stable > branches are always even numbers and unstables branches are odd. the > latest stable release should be this one: > https://github.com/joyent/node/zipball/v0.6.10 > > > On Feb 7, 7:26 am, Ricky Ng-Adam <[email protected]> wrote: >> Hello! >> >> How do I find the latest git commit that builds and pass all tests? >> >> I want to have a known good commit to test my cross-platform builds with. >> >> I did: >> >> git clonehttps://github.com/joyent/node.git >> cd node >> vcbuild.bat >> vcbuild.bat test >> >> ...and end up with quite a few tests failing on Windows 7 even though it >> builds ok. Also tried: >> >> git checkout -b v0.7.3-release origin/v0.7.3-release >> vcbuild.bat >> vcbuild.bat test >> >> ...with also failing tests. >> >> I can't figure out fromhttp://buildbot.nodejs.org/what the latest green >> commit is supposed to be. >> >> Any tips? >> >> Thanks! >> >> Ricky > > -- > 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 -- 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
